Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting a weblogic server

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I want to know if it is possible to create a weblogic instance that points to a directory for the web application rather than having to create a WAR file, since for testing I think this is a bit extreme.

Any help on how to repoint the weblogic server would be appreciated.

 
Sure, I do it all the time. Your directory structure must still match the Web Application Deployment Structure. This is commonly called an "exploded" WAR.

To deploy, you can go onto the WebLogic Console and Configure a New Web Application pointing it to your directory.

If you have WebLogic set to automatically deploy everything then you should only have to restart.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top