| Author |
How to create new Web Application in Weblogic 8.1
|
Shaji Ravindran
Ranch Hand
Joined: Jan 12, 2002
Posts: 39
|
|
Hi, Could any one please tell me how to create new web application in weblogic 8.1 to work with jsp and servlet, as in tomcat where we can create our web applications folder inside tomcat's webapp folder and can start developing application. Thanks
|
 |
gits Vat
Greenhorn
Joined: Mar 01, 2005
Posts: 1
|
|
Hi, U can create New Application enter the new application path & name and set server home director to c:\bea\weblogic81\sample\domains\workshop. The workshop will create the application with web project and depending upon project need u can add different projects to the application. To change the server setting go to Tools - weblogic server - server properties.
|
 |
Shaji Ravindran
Ranch Hand
Joined: Jan 12, 2002
Posts: 39
|
|
Hi, Thanks for the response. I think ur telling abt using some weblogic tool or IDE to create the new web application, but iam not using any tool or editor i just want to create it manually. Thanks 4 the responses.
|
 |
sunitha reghu
Ranch Hand
Joined: Dec 12, 2002
Posts: 937
|
|
Shaji, Hope you created a domain. If not please refer this web page. Then deploy the application as a war file. (log to weblogic console) select webapplication module ,then deploy a new web application module.
|
 |
chetak faldesai
Greenhorn
Joined: Jun 11, 2003
Posts: 28
|
|
I think, you can also copy the desired EAR/WAR file to applications folder in your server folder. WebLogic will detect any EAR/WAR files placed in the applications directory and automatically create a deployment item for it. Please correct me if i am wrong. Chet
|
 |
Shaji Ravindran
Ranch Hand
Joined: Jan 12, 2002
Posts: 39
|
|
Hi All, Thanks for the responses. what i was asking was, is it possible to create a folder and make it the context root of the application , exploded format (not archived), and start with the development of the application and not to deploy it in the war or jar format?? Bye
|
 |
sunitha reghu
Ranch Hand
Joined: Dec 12, 2002
Posts: 937
|
|
|
Yes you can.
|
 |
 |
|
|
subject: How to create new Web Application in Weblogic 8.1
|
|
|