DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12387

JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in 
classpath

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows NT/2K               |AIX



------- Additional Comments From [EMAIL PROTECTED]  2002-09-08 17:01 -------
steps for reproduce bug:
1. Install standart configuration t4.1.10
2. move webapps folder to any disk (d, e, ... ).
3. correct Host section in conf/server.xml to point new location of webapps
4. create dir webapps/ROOT/WEB-INF/classes
5. create file T.java:
public class T
{
        public T(){}
}
6. compile it  ;)
7. create t.jsp in webapps/ROOT:

<%@page
contentType="text/html; charset=utf-8"
language="java"
import="T"
%>
bug 12387:
<%

        T t = new T();

%>

8. try http://localhost:8080/t.jsp

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

Reply via email to