Hello,
I tried to upgrade to the latest and greatest tomcat version today ( 4.1.24 ), but
whenever I try to run my index.jsp, I get the following error.
An error occurred at line: 2 in the jsp file: /index.jsp
Generated servlet error:
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
[javac] /var/tomcat4/work/Apache-Integrate/192.168.200.63/_/index_jsp.java:7: '.'
expected
[javac] import MyBean;
[javac] ^
[javac] /var/tomcat4/work/Apache-Integrate/192.168.200.63/_/index_jsp.java:42:
cannot resolve symbol
[javac] symbol : class MyBean
[javac] location: class org.apache.jsp.index_jsp
[javac] MyBean mb = null;
My page starts like this:
<%@ page session="false" %>
<%@ page import="MyBean" %>
<jsp:useBean id="mb" scope="request" class="MyBean"/>
<% ...
Everything was good under the 4.0.4. version.
Any Ideas?
Thank You for Any Help... everything is appreciated.
Shannon
Apache 1.3
Tomcat 4.0.4
Redhat 7.2
JKD 1.4