[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2005-02-22 Thread Dafolo
Thanks that solved the problem.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867551#3867551

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867551


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2005-02-22 Thread Ram_Bhattaru
I had a similar problem.  Figured that it was the Tag and JSPTag interfaces 
that come in JBoss distribution.  I have removed all other j2ee.jar files from 
classpath and this problem got fixed.  Just use the that comes with JBoss 
distributionThis might help your problem too.

Ram 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867538#3867538

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867538


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2005-02-22 Thread Dafolo
Sorry. The jsp looks like this:
<%@ page errorPage="welcome_error.jsp" %>
  | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
  | <%@ taglib uri="http://java.sun.com/jsp/jstl/xml"; prefix="x" %>
  | 
  | 
  | Borgerblanketter
  | 
  | 
  | 
  | Velkommen til Borgerblanketter
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867413#3867413

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867413


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2004-04-15 Thread darranl
In the past did you precompile your jsp pages?

JBoss required the SDK so that the pages can be compiled.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830705#3830705

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830705


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2004-04-14 Thread jdepons

Set the JAVA_HOME property to point at your SDK
so that jasper can find the compiler.
You don't need the j2ee SDK


I have run tomcat in the past on a JRE.  Are you saying that the SDK is required to 
run tomcat?  I am getting the same error, but do not want to make the client download 
the SDK if possible.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830625#3830625

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830625


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user