Hi,
I have a working application using RedHat
Linux6.2+jdk.1.3+Apache+mod_jk+tomcat3 which I migrated to the most recent
RedHat Linux7.2+jdk1.4+Apache+mod_webapp+Tomcat4.0.3.
After the usual minor problems with migrations, the application worked fine
again.
With the exception of the following detail:

In web.xml I do a servlet-mapping with:
<servlet-mapping>
  <servlet-name>Bestel</servlet-name>
  <url-pattern>/servlet/bestel</url-pattern>
</servlet-mapping>

And with:
<servlet-mapping>
  <servlet-name>Bestel</servlet-name>
  <url-pattern>*.slk</url-pattern>
</servlet-mapping>

The one with *.slk is not working. I get: "Apache Tomcat/4.0.3 - HTTP Status
404 - /raddertc4/servlet/bestel/statistiek.slk".
And in the log it says: java.lang.ClassNotFoundException: bestel

When I modify the last mapping to:
<servlet-mapping>
  <servlet-name>Bestel</servlet-name>
  <url-pattern>/servlet/bestel/statistiek.slk</url-pattern>
</servlet-mapping>

The results are as they should be.

As nothing can be found upon this problem in Google/tomcat-user-archive and
faq, I submit my problem to you.

Thanks in advance for any suggestion,

Luuk de Vries



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to