Greetings

Firstly, I have had a look at 
http://www.jboss.org/wiki/Wiki.jsp?page=UnableToCompileJSP and this didnt solve 
my problem - I have the Java_home set correctly.

The jsp page I am trying to run is:


  | 
  | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  | <HTML>
  | <HEAD><TITLE>JSP Test Page</TITLE></HEAD>
  | <BODY BGCOLOR="#FDF5E6">
  | <H2><%
  |      out.print("Hello World");
  | %></H2>
  | </BODY></HTML>
  | 
  | 

anyone know why I am getting these errors:

type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
C:\jboss\server\default\work\jboss.web\localhost\freedomair\org\apache\jsp\index_jsp.java:3:
 package javax.servlet does not exist
import javax.servlet.*;



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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to