Re: Tomcat 4.1.0 fresh configuration problem

2002-09-09 Thread Remy Maucherat

Partycki Piotr wrote:
 Hi
 I have a problem with fresh Tomcat 4.1.0 installation.
 When I try http://127.0.0.1:8080/admin/ I get:
 org.apache.jasper.JasperException: Unable to compile
 class for JSP ,
 
 and in log I get:
 
 2002-09-09 12:14:57 Error compiling file:
 D:\Java\tomcat\work\Standalone\localhost\admin\/login_jsp.java
 [javac] Compiling 1 source file
 D:\Java\tomcat\work\Standalone\localhost\admin\login_jsp.java:69: package
 org.apache.struts.taglib.html does not exist
   org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 =
 (org.apache.struts.taglib.html.HtmlTag)
 _jspx_tagPool_html_html_locale.get(org.apache.struts.taglib.html.HtmlTag.cla
 ss);
 
 My JAVA_HOME variable is set correctly. What could cause this problem?

Install Tomcat on the C: drive.
(this is apparently caused by an Ant bug; there will be a workaround in 
4.1.11)

Remy


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




RE: Tomcat 4.1.0 fresh configuration problem

2002-09-09 Thread Partycki Piotr

Partycki Piotr wrote:
 Hi
 I have a problem with fresh Tomcat 4.1.0 installation.
 When I try http://127.0.0.1:8080/admin/ I get:
 org.apache.jasper.JasperException: Unable to compile
 class for JSP ,
 
 and in log I get:
 
 2002-09-09 12:14:57 Error compiling file:
 D:\Java\tomcat\work\Standalone\localhost\admin\/login_jsp.java
 [javac] Compiling 1 source file
 D:\Java\tomcat\work\Standalone\localhost\admin\login_jsp.java:69: package
 org.apache.struts.taglib.html does not exist
   org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 =
 (org.apache.struts.taglib.html.HtmlTag)

_jspx_tagPool_html_html_locale.get(org.apache.struts.taglib.html.HtmlTag.cla
 ss);
 
 My JAVA_HOME variable is set correctly. What could cause this problem?

Install Tomcat on the C: drive.
(this is apparently caused by an Ant bug; there will be a workaround in 
4.1.11)

Remy

Thank you, now it works



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