RE: how to exclude a jar from being deployed

2002-11-12 Thread Shapira, Yoav
Hi,
Per the servlet specification, if a jar is in WEB-INF/lib it must be
available to the classloader, i.e. deployed.  If you don't want it
deployed, don't put it there. ;)

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Etienne Deleflie [mailto:etienne.deleflie;proxima-tech.com]
Sent: Tuesday, November 12, 2002 2:37 AM
To: [EMAIL PROTECTED]
Subject: how to exclude a jar from being deployed

Hello list,

is it possible to exclude a jar from bring deployed by Tomcat ?.

The jar is in WEB-INF/lib ... and needs to be served by
Webstart
(along with all the other jars in WEB-INF/lib) , but breaks the webapp
when it is deployed by Tomcat.

etienne



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


This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


RE: how to exclude a jar from being deployed

2002-11-12 Thread Kris Schneider
Right. And really don't put them there (or anywhere else under WEB-INF) if you 
expect a Web Start app (or any other HTTP client) to be able to access them 
directly.

For Web Start 1.0.1:

http://java.sun.com/products/javawebstart/docs/downloadservletguide.html

For Web Start 1.2:

http://java.sun.com/products/javawebstart/1.2/docs/downloadservletguide.html

Quoting Shapira, Yoav [EMAIL PROTECTED]:

 Hi,
 Per the servlet specification, if a jar is in WEB-INF/lib it must be
 available to the classloader, i.e. deployed.  If you don't want it
 deployed, don't put it there. ;)
 
 Yoav Shapira
 Millennium ChemInformatics
 
 
 -Original Message-
 From: Etienne Deleflie [mailto:etienne.deleflie;proxima-tech.com]
 Sent: Tuesday, November 12, 2002 2:37 AM
 To: [EMAIL PROTECTED]
 Subject: how to exclude a jar from being deployed
 
 Hello list,
 
 is it possible to exclude a jar from bring deployed by Tomcat ?.
 
 The jar is in WEB-INF/lib ... and needs to be served by
 Webstart
 (along with all the other jars in WEB-INF/lib) , but breaks the webapp
 when it is deployed by Tomcat.
 
 etienne
 
 
 
 --
 To unsubscribe, e-mail:   mailto:tomcat-user-
 [EMAIL PROTECTED]
 For additional commands, e-mail: mailto:tomcat-user-
 [EMAIL PROTECTED]
 
 


-- 
Kris Schneider mailto:kris;dotech.com
D.O.Tech   http://www.dotech.com/

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




how to exclude a jar from being deployed

2002-11-11 Thread Etienne Deleflie
Hello list,

is it possible to exclude a jar from bring deployed by Tomcat ?.

The jar is in WEB-INF/lib ... and needs to be served by Webstart 
(along with all the other jars in WEB-INF/lib) , but breaks the webapp 
when it is deployed by Tomcat.

etienne



--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org