How to deploy servlets, jsp, applet on j2sdkee1.3 server.What should be the directory structure and where to put the .class files and jsp files in the j2sdkee1.3 server

Questions by questioninterest

Showing Answers 1 - 1 of 1 Answers

Sanjay

  • Jan 9th, 2006
 

Deoloying servlet and jsp in j2sdk server means you want to create a web application which required follow dir. str.

1) Source_Dir (containing ur files of javajsp files )    

          a) WEB-INF (Folder)

                   classes(Folder:: containig compile java file)

                    web.xml (xml deloyment file::deployment discriptor )

                       lib (library files)

2)create a war file with this dir. structure and deploy in server.

note:: depending on type of server

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions