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.