how to Deploy Servlet in web logic 8.1?
Hi all,
i need information that how to deploy servlete in web logic servler8.1?/
and what are the steps to be followed?
thanks
Hi all,
i need information that how to deploy servlete in web logic servler8.1?/
and what are the steps to be followed?
thanks
hi
steps to deploy servlet in weblogic 8.1
1start weblogic server
2 open weblogic builder tool
3. go to tools menu and connect to server
4. go to file -> open and select ur folder which contains servlet file.
5. b4 that u create urfolder -> WEB-INF - classes .
like this u have to create folders.
then copy ur servlet class file under urfolder->WEB-INF->classes
directory.
6. goto step 4 to continue..
7. then give yes.
8. goto tools menu and click -> (deploy module) ->again click in child
window (deploy module) button.
9. finally open browser and type
http://localhost:7001/urfoldername/servletname
setting classpath for compile
x:\> set classpath=c:\bea\weblogic81\server\weblogic.jar
or find weblogic.jar and set that dir as classpath