Fairly simple question -
How do I alias directories when using weblogic as an http server ?
ie http://myhost/admin -------> c:\netstuff\admin
http://myhost/personal -----------> c:\data\myDocs
etc..
I assume this something to do with the settings of the FileServlet ?
Tim C
-
Weblogic as an http server (1 messages)
- Posted by: Johnny Vulkan
- Posted on: January 19 2001 08:11 EST
Threaded Messages (1)
- Weblogic as an http server by Tyler Jewell on January 19 2001 14:49 EST
-
Weblogic as an http server[ Go to top ]
- Posted by: Tyler Jewell
- Posted on: January 19 2001 14:49 EST
- in response to Johnny Vulkan
Which version of WLS are you using?
If you are using WLS 5.1, setting the weblogic.httpd.documentRoot specifies the location of the files. Also, if you are using WebApplications you can specify the location of each web application to be a different directory on the hard drive.
In WLS 6.0, all of your web applications should be located in the applications\ directory of your domain or packaged in a WAR file (the WAR file can reside anywhere).
Tyler