• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How to deploy Websphere Application Server 7.0 project in eclipse in installedApp at server

 
Ranch Hand
Posts: 368
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a enterprise project in my workspace, I have added websphere application server 7.0 plug-in in eclipse(kepler). Now when I run the project by the run on server option by right clicking on enterprise project, it got deployed successfully.

But it got deployed to

workspace_location/.metadata\.plugins\org.eclipse.wst.server.core\tmp0

And I wanted to deploy it on

was_server_location\profiles\AppSrv01\installedApps\WW2004604Node01Cell\
 
Bartender
Posts: 1365
39
IBM DB2 Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Once you deployed your EAR to WAS, does it work ? was_server_location\profiles\AppSrv01\installedApps\WW2004604Node01Cell\ is the path were application deployed via admin console or scripts are unzipped and stored.
Why do you want them to be deployed in that folder ?
Is there any practical reason ?
It it's work, I repeat, I don't see the problem.
 
Put a gun against his head, pulled my trigger, now he's dead, that tiny ad sure bled
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic