>From what I can see Weblogic 5.1 supports web application directory
structures.
ie. WEB-INF/lib
WEB-INF/classes
WEB-INF/classes/com
WEB-INF/classes/com/elastica
WEB-INF/classes/com/elastica/jobserve
My application's context name is jobserve
under d:\weblogic\myserver I have
d:\weblogic\myserver\jobserve
d:\weblogic\myserver\jobserve\WEB-INF (as above)
now. is the servlet classpath automatically supported under WEB-INF?
The ContextName is jobserve
weblogic.httpd.webApp.jobserve=D:/weblogic/myserver/jobserve
...
Where can I specify the java class path for my webapp separate to the
classpath used by the welogic server itself? I want to add the Oracle JDBC
thin drivers to my
web application class path. Currently I have it via wlconfig -classpath
but this sets it for all web apps and I want to know how I can specify it
for
my is the only place for this via weblogic.xml's context-param?
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets