How to deploy in jsp,ejb,servlets in weblogic server7.0 in detail way

Showing Answers 1 - 1 of 1 Answers

vijayalaxmi

  • Jul 14th, 2006
 

Hi,

Create a new folder, keep JSP prog and WEB-INF(in that create classes directory)

Go to ALL programs-->open the weblogic -->open weblogic builder-->select the created folder and click OK

web.xml and weblogic.xml files will create in WEB-INF folder.

create jar file-->go to command prompt-->go to the directory

jar cvf filename.war .

keep the created war file in  app directory of weblogic directory.

open the weblogic console-->http://localhost:7001/war filename

please let me know if you didnt get

Thanks.

  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