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

[151 byte] By [rajtwa] at [2007-11-27 11:29:14]
# 1

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

drvijayy2k2a at 2007-7-29 16:26:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...