• 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

deploying(without war or ear, just file system) to websphere 7

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all.i have an application on tomcat 7, which is deployed as just extracting the war file into tomcat's webapps folder.has websphere 7 got a deployment sistem same as i mentioned above?how can i deploy the project directory to websphere?
Best Regards.
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure. There's an administrative console, which is one of the applications which runs on Websphere by default. Typically its URL will be something like http://yourservername:9060/ibm/console/login.do, although the port number may vary. (When you installed Websphere you had a chance to set the admin port number.) You can install a WAR file via this application.
 
reply
    Bookmark Topic Watch Topic
  • New Topic