You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ma...@jpmorgan.com on 2002/09/16 11:08:47 UTC

Tomcat 4.1.10 ignoring WebApp's WEB-INF/lib/*.jar

I've been bashing my head against this for two days now:

1. Got a webapp deployed in tomcat, with a whole bunch of jars that sit in
the /<webapp>/WEB-INF/lib

2. In web.xml, I instantiate a servlet that performs cache-loading - the
servlet class is in of the jars from point 1 ^ - and it works fine, finding
all the classes that it needs, etc.

3. A test page, with nothing more than a page import directive of the same
package that the servlet from point. 2 uses - fails with package {xxx} does
not exist...

Any help is GREATLY appreciated!


This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Tomcat 4.1.10 ignoring WebApp's WEB-INF/lib/*.jar

Posted by Miguel Angel Mulero Martinez <mi...@mad.tecsidel.es>.
I've posted similar problems, but only happens to me when Tomcat is launched
like a windows service. Is your case? Try to launch it from the command
line.

Jacob Kjome tell me that try to install tomcat in a path without spaces.
Search the messages with subject:

BUG: try please

And all its answers.

-----Mensaje original-----
De: max.nam@jpmorgan.com [mailto:max.nam@jpmorgan.com]
Enviado el: lunes, 16 de septiembre de 2002 11:09
Para: tomcat-user@jakarta.apache.org
Asunto: Tomcat 4.1.10 ignoring WebApp's WEB-INF/lib/*.jar


I've been bashing my head against this for two days now:

1. Got a webapp deployed in tomcat, with a whole bunch of jars that sit in
the /<webapp>/WEB-INF/lib

2. In web.xml, I instantiate a servlet that performs cache-loading - the
servlet class is in of the jars from point 1 ^ - and it works fine, finding
all the classes that it needs, etc.

3. A test page, with nothing more than a page import directive of the same
package that the servlet from point. 2 uses - fails with package {xxx} does
not exist...

Any help is GREATLY appreciated!


This communication is for informational purposes only.  It is not intended
as
an offer or solicitation for the purchase or sale of any financial
instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>