• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAR File deployment problem

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
When I am deploying the war file through the interface, at the last phase of deployment
it is showing me that it will put that under this path --
-------------------------------------
This application will be installed on the following nodes with the install directory setting for each node as:
rsi-pun-ct122E:WebSphereAppServer\installedApps\hnbrec.war.ear
-------------------------------------
but actually in that,
it is not taking
"E:\" & WebSphere"\"AppServer
ie- "\" in given path.
can some one tell me where i where to update that classpath, so it should not appear ?
I checked it in admin.config file, but it is not there.
Thanx in advance.
Kapil Keskar
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
check the value of environmental variable WAS_HOME. it should be
WAS_HOME=E:\WebSphere\AppServer
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic