I am running Tomcat 3.2.6 on Apache 1.3.14 with Jetspeed 1.1b2 on Redhat 6.1.
I am having a weird problem.
I have the root context as follows:
<Context path=" " docBase="/usr/local/apache/htdocs" debug="0" reloadable="true" >
</Context>
and that way I can type http://myserver.com/servlet/jetspeed but I can not run any .jsp like http://myserver.com/date.jsp although I can run http://myserver.com/instjsp/mail/login.jsp where /instjst is in $TOMCAT_HOME/webapps. If I replace the space in path=" " with a "/" like
<Context path="/" docBase="/usr/local/apache/htdocs" debug="0" reloadable="true" >
</Context>
then I am able to execute http://myserver.com/date.jsp but http://myserver.com/servlet/jetspeed will not work giving a not found error. I have the content directoy under $TOMCAT_HOME/webapps/ROOT/content.
So what is the problem where and what am I doing wrong?
Thank you for your help.
Ahmed.
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products. All with one Wallet.