Here's my entire index.jsp. What would you change to make it work with
Tomcat 5.0? It seems to works fine with 4.1.
>>
<[EMAIL PROTECTED] contentType="text/html"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" pre
I'm using Tomcat 5.0.11.
I still don't understand how this works with Tomcat 4.1 and not 5.0. I
thought 5.0 was backwards compatible. Besides, struts' tags are very
popular ( etc.). If 5.0 were somehow not compatible with these
tags, we would hear more complaints from this forum. I am tilting tow
Hi,
I am trying to port a web-application originally written with Tomcat 4.1 to
Tomcat 5.0. The application uses struts and throws the following exception
when launched:
>>
The server encountered an internal error () that prevented it from
fulfilling this reques
1. Make sure the following environment variables are set correctly:
>>> JAVA_HOME points to "C:\j2sdk1.4.2" (correct folder if changed)
>>> CLASSPATH points to %JAVA_HOME%\lib
>>> PATH points to %JAVA_HOME%\bin
2. copy $JAVA_HOME/lib/tools.jar to the common/lib directory of the Tomcat
server
3.