Hi,
I'm trying to configure resisn to run servlets under apache 1.3.12 on
Redhat linux 6.2.
Everything is compiled and installed fine, the problem I am having is
getting Resisn to use servlets in a directory other than its default
location of where resin or apache is installed.
I can get servlets to work from
/usr/local/apache/htdocs or
/usr/local/src/resisn/doc
but nowhere else.
if I try the follwoing in my resisn conf file
<app-dir>/home/www/html</app-dir>
<web-app id='webapps/bulletin'>
<servlet-mapping url-pattern='/servlet/*' servlet-name='invoker'/>
</web-app>
it complains it can't find the servlet (even thou
/home/www/html/webapps/ exists)? but works fine if I change it to either
of the directories above.
If ideas would be greatly appreciated.
Thanks
Tim
===========================================================================
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