• 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

WebLogic 8.1 question

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am trying to move from weblogic 6.1 to weblogic 8.1 . My application consists of just JSPs, JavaBeans and EJB, so In weblogic 6.1 I did not create any .war file but deployed the application on the DefaultWebApplication directory, so was able to access my web applications without specifying any sub diectory like,
http://<IP ADDRESS>:7001/MyStartApp.jsp.
Can I achieve the same thing in weblogic 8.1 or should I have to deploy it in a war file (which results in a root directory and the url turns into"
http://<IP ADDRESS>:7001/RootDirectory/MyStartApp.jsp ", Can anyone help me.
 
reply
    Bookmark Topic Watch Topic
  • New Topic