It is NOT reading the classpath environment variable. You should place the jars your webapp needs in your web application's WEB-INF/lib where they can be automatically found. For further class loader issues, see:

http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html

--David

Ernie Ho wrote:
Hi,

   I'm pretty sure of this,  but Tomcat is reading the classpath environment 
variable right ?  I mean,  there is not another config file that specifies all 
the JARs it needs, correct?

I'm getting a JSP compile error on Tomcat:

An error occurred at line: 23 in the jsp file: /oemaccount.jsp
Generated servlet error:
The type javax.xml.rpc.ServiceException cannot be resolved. It is indirectly 
referenced from required .class files


        
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


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


I believe the above class is included in :  D:\axis-1_4\lib\jaxrpc.jar

Which is in my classpath. Any clues why the above happened?
-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 12:17 PM
To: Tomcat Users List
Subject: Re: Tomcat VS JBOSS

You are not necessarily confined to that 2.4 Servlet Container as mentioned in 
the docs and Tomcat classes specified in server.xml Read install and cluster 
config docs info at 
http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/clustering.html
M-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the designated recipients named above. If 
you are not the intended recipient, you are hereby notified that you have 
received this communication in error and that any review, disclosure, 
dissemination, distribution or copying of it or its contents
----- Original Message -----
From: "Edoardo Panfili" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Monday, November 13, 2006 1:36 PM
Subject: Re: Tomcat VS JBOSS


Ernie Ho ha scritto:
Hi,

   could anyone out there highlight some major differences between Tomcat and 
JBOSS?

In particular, Tomcat is an app server with a built-in web (HTTP) server; does JBOSS require an external webserver to run its web applications ?
Jboss is an application server ( see
http://en.wikipedia.org/wiki/Application_Server#Java_application_serve
rs) like Apache geronimo, both includes Tomcat.

and "Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies."

Edoardo
--
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to