Re: Deployment from directories not under webapps

2002-03-20 Thread Lev Assinovsky

You are right! app-dir/WEB-INF/lib is the right place, but for some
reason 
some classes can't find anything in the jar.
THat's why I put my application jar into $CATALINA_HOME/lib.

Yuval Levav wrote:
 
 Thanks.
 I put the jars in WEB-INF\lib. In them are my servlets and classes they
 use. In the log I
 see that the WebClassLoader deploys all the jars to the correct place, but
 the ContextConfig can't
 find them. In web.xml I declared the servlets and their class
 (com.xxx.xxx.xxx) which can be found
 in the jar.
 I have to work this way due to historic reasons 
 
 Do you know what is wrong and what can be done ?
 Yuval
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, March 19, 2002 4:42 PM
 To: Tomcat Users List
 Subject: RE: Deployment from directories not under webapps
 
 Yuval Levav [EMAIL PROTECTED] on 03/19/2002 01:09:22 AM
 
 Please respond to Tomcat Users List [EMAIL PROTECTED]
 
 To:   Tomcat Users List [EMAIL PROTECTED]
 cc:
 
 Subject:  RE: Deployment from directories not under webapps
 
 Thanks. My apps make use of JARs and classes that are not located under
 docBase\WEB-INF\lib or classes.
 When using tomcat 3,I added these through the classpath.
 Here it seems that the JARs must be under WEB-INF.
 Is there any way to use JARs and classes not under WEB-INF ?
 
 You could. But things could get pretty messy when the application grows and
 you have a heck lot of classes. Keeping track of classes and their loading
 could be a pain. Tomcat 4.0.x takes care of this for you.
 * Unpacked classes that you need visible to *only* a particular webapp go
 under that webapps WEB-INF/classes folder. jar files go under
 webapp/WEB-INF/lib folder
 * Unpacked classes common to all webapps should be placed under
 %CATALINA_HOME%/classes and common jar files under the %CATALINA_HOME%/lib
 directory.
 And if you still wish to set the classpath then see catalina.sh
 (catalina.bat).
 
 RS
 
 Yuval
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 18, 2002 7:22 PM
 To: Tomcat Users List
 Subject: Re: Deployment from directories not under webapps
 
 Yes. See docBase attribute of the Context.../ element in server.xml
 
 RS
 
 Yuval Levav [EMAIL PROTECTED] on 03/18/2002 11:10:06 AM
 
 Please respond to Tomcat Users List [EMAIL PROTECTED]
 
 To:   Tomcat Users List [EMAIL PROTECTED]
 cc:
 
 Subject:  Deployment from directories not under webapps
 
 Hi,
Is it possible to deploy apps from directories not under the
 webapps
 directory ?
 Thanks,
Yuval
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

-- 
Lev AssinovskyPeterlink Web
ProgrammerSt. Petersburg, Russia
Tel/Fax: +7 812 3275343   197022 ul.Chapigina 7Á
E-mail: [EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Deployment from directories not under webapps

2002-03-19 Thread rsequeira







Yuval Levav [EMAIL PROTECTED] on 03/19/2002 01:09:22 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  RE: Deployment from directories not under webapps

Thanks. My apps make use of JARs and classes that are not located under
docBase\WEB-INF\lib or classes.
When using tomcat 3,I added these through the classpath.
Here it seems that the JARs must be under WEB-INF.
Is there any way to use JARs and classes not under WEB-INF ?

You could. But things could get pretty messy when the application grows and
you have a heck lot of classes. Keeping track of classes and their loading
could be a pain. Tomcat 4.0.x takes care of this for you.
* Unpacked classes that you need visible to *only* a particular webapp go
under that webapps WEB-INF/classes folder. jar files go under
webapp/WEB-INF/lib folder
* Unpacked classes common to all webapps should be placed under
%CATALINA_HOME%/classes and common jar files under the %CATALINA_HOME%/lib
directory.
And if you still wish to set the classpath then see catalina.sh
(catalina.bat).

RS





Yuval

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 7:22 PM
To: Tomcat Users List
Subject: Re: Deployment from directories not under webapps



Yes. See docBase attribute of the Context.../ element in server.xml

RS




Yuval Levav [EMAIL PROTECTED] on 03/18/2002 11:10:06 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  Deployment from directories not under webapps

Hi,
   Is it possible to deploy apps from directories not under the
webapps
directory ?
Thanks,
   Yuval


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Deployment from directories not under webapps

2002-03-19 Thread Rodrigo Gonzalez Asensio

JUST PUT YOUR SERVLETS IN 
WEB-INF/classes 
JUST PUT YOUR JARs IN
jar files webapp/WEB-INF/lib

--- 

Rodrigo Gonzalez Asensio
División de Ingeniería - Platino - GUI Development
Gilbarco Latin America
Congreso 3450 - C1430AZD Buenos Aires - Argentina
TE: +54 (11) 5167-5634 - +54 (11) 4545-5600 (x 5634)



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Martes, 19 de Marzo de 2002 11:42 a.m.
To: Tomcat Users List
Subject: RE: Deployment from directories not under webapps








Yuval Levav [EMAIL PROTECTED] on 03/19/2002 01:09:22 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  RE: Deployment from directories not under webapps

Thanks. My apps make use of JARs and classes that are not located under 
docBase\WEB-INF\lib or classes. When using tomcat 3,I added these through the 
classpath. Here it seems that the JARs must be under WEB-INF. Is there any way to use 
JARs and classes not under WEB-INF ?

You could. But things could get pretty messy when the application grows and you have a 
heck lot of classes. Keeping track of classes and their loading could be a pain. 
Tomcat 4.0.x takes care of this for you.
* Unpacked classes that you need visible to *only* a particular webapp go under that 
webapps WEB-INF/classes folder. jar files go under webapp/WEB-INF/lib folder
* Unpacked classes common to all webapps should be placed under 
%CATALINA_HOME%/classes and common jar files under the %CATALINA_HOME%/lib directory. 
And if you still wish to set the classpath then see catalina.sh (catalina.bat).

RS





Yuval

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 7:22 PM
To: Tomcat Users List
Subject: Re: Deployment from directories not under webapps



Yes. See docBase attribute of the Context.../ element in server.xml

RS




Yuval Levav [EMAIL PROTECTED] on 03/18/2002 11:10:06 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  Deployment from directories not under webapps

Hi,
   Is it possible to deploy apps from directories not under the webapps 
directory ? Thanks,
   Yuval


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Deployment from directories not under webapps

2002-03-19 Thread George . Marian

Where do you put the Oracle drivers?This is the error message I get from 
my log. I am running tomcat 4 on a win2000 machine
Tue Mar 19 10:40:54 EST 2002: Can't create a new connection for 
jdbc:oracle:thin:@172.17.112.10:1525:DTSAPPS
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:537)
at java.sql.DriverManager.getConnection(DriverManager.java:177)
at 
dtsServlets.DBConnectionManager$DBConnectionPool.newConnection(DBConnectionManager.java:380)
at 
dtsServlets.DBConnectionManager$DBConnectionPool.getConnection(DBConnectionManager.java:314)
at 
dtsServlets.DBConnectionManager.getConnection(DBConnectionManager.java:77)
at dtsServlets.connDB.getConnection(connDB.java:18)
at dtsServlets.FruitTest.showFruitTable(FruitTest.java:61)
at dtsServlets.FruitTest.doGet(FruitTest.java:33)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown 
Source)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
Source)
at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
Source)
at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
at org.apache.catalina.core.StandardContext.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
Source)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
Source)
at org.apache.catalina.valves.AccessLogValve.invoke(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
Source)
at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
Source)
at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
Source)
at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
at 
org.apache.catalina.connector.http.HttpProcessor.process(Unknown Source)
at org.apache.catalina.connector.http.HttpProcessor.run(Unknown 
Source)
at java.lang.Thread.run(Thread.java:484)




Rodrigo Gonzalez Asensio [EMAIL PROTECTED]
19/03/2002 10:18 AM
Please respond to Tomcat Users List

 
To: Tomcat Users List [EMAIL PROTECTED]
cc: 
Subject:RE: Deployment from directories not under webapps


JUST PUT YOUR SERVLETS IN 
WEB-INF/classes 
JUST PUT YOUR JARs IN
jar files webapp/WEB-INF/lib

--- 

Rodrigo Gonzalez Asensio
División de Ingeniería - Platino - GUI Development
Gilbarco Latin America
Congreso 3450 - C1430AZD Buenos Aires - Argentina
TE: +54 (11) 5167-5634 - +54 (11) 4545-5600 (x 5634)



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Martes, 19 de Marzo de 2002 11:42 a.m.
To: Tomcat Users List
Subject: RE: Deployment from directories not under webapps








Yuval Levav [EMAIL PROTECTED] on 03/19/2002 01:09:22 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  RE: Deployment from directories not under webapps

Thanks. My apps make use of JARs and classes that are not located under 
docBase\WEB-INF\lib or classes. When using tomcat 3,I added these 
through the classpath. Here it seems that the JARs must be under WEB-INF. 
Is there any way to use JARs and classes not under WEB-INF ?

You could. But things could get pretty messy when the application grows 
and you have a heck lot of classes. Keeping track of classes and their 
loading could be a pain. Tomcat 4.0.x takes care of this for you.
* Unpacked classes that you need visible to *only* a particular webapp go 
under that webapps WEB-INF/classes folder. jar files go under 
webapp/WEB-INF/lib folder

RE: Deployment from directories not under webapps

2002-03-19 Thread Randy Layman


You need to rename classesXXX.zip to classesXXX.jar and put it in
the WEB-INF/lib directory of your webapp.

Randy

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, March 19, 2002 10:54 AM
 To: Tomcat Users List
 Subject: RE: Deployment from directories not under webapps
 
 
 Where do you put the Oracle drivers?This is the error message 
 I get from 
 my log. I am running tomcat 4 on a win2000 machine
 Tue Mar 19 10:40:54 EST 2002: Can't create a new connection for 
 jdbc:oracle:thin:@172.17.112.10:1525:DTSAPPS
 java.sql.SQLException: No suitable driver
 at 
 java.sql.DriverManager.getConnection(DriverManager.java:537)
 at 
 java.sql.DriverManager.getConnection(DriverManager.java:177)
 at 
 dtsServlets.DBConnectionManager$DBConnectionPool.newConnection
 (DBConnectionManager.java:380)
 at 
 dtsServlets.DBConnectionManager$DBConnectionPool.getConnection
 (DBConnectionManager.java:314)
 at 
 dtsServlets.DBConnectionManager.getConnection(DBConnectionMana
 ger.java:77)
 at dtsServlets.connDB.getConnection(connDB.java:18)
 at dtsServlets.FruitTest.showFruitTable(FruitTest.java:61)
 at dtsServlets.FruitTest.doGet(FruitTest.java:33)
 at 
 javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at 
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at 
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilt
 er(Unknown 
 Source)
 at 
 org.apache.catalina.core.ApplicationFilterChain.doFilter(Unkno
 wn Source)
 at 
 org.apache.catalina.core.StandardWrapperValve.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
 Source)
 at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
 at 
 org.apache.catalina.core.StandardContextValve.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
 Source)
 at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
 at 
 org.apache.catalina.core.StandardContext.invoke(Unknown Source)
 at org.apache.catalina.core.StandardHostValve.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
 Source)
 at 
 org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
 Source)
 at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
 Source)
 at org.apache.catalina.valves.AccessLogValve.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
 Source)
 at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
 at 
 org.apache.catalina.core.StandardEngineValve.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.StandardPipeline.invokeNext(Unknown 
 Source)
 at org.apache.catalina.core.StandardPipeline.invoke(Unknown 
 Source)
 at 
 org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
 at 
 org.apache.catalina.connector.http.HttpProcessor.process(Unkno
 wn Source)
 at 
 org.apache.catalina.connector.http.HttpProcessor.run(Unknown 
 Source)
 at java.lang.Thread.run(Thread.java:484)
 
 
 
 
 Rodrigo Gonzalez Asensio [EMAIL PROTECTED]
 19/03/2002 10:18 AM
 Please respond to Tomcat Users List
 
  
 To: Tomcat Users List [EMAIL PROTECTED]
 cc: 
 Subject:RE: Deployment from directories not 
 under webapps
 
 
 JUST PUT YOUR SERVLETS IN 
 WEB-INF/classes 
 JUST PUT YOUR JARs IN
 jar files webapp/WEB-INF/lib
 
 --- 
 
 Rodrigo Gonzalez Asensio
 División de Ingeniería - Platino - GUI Development
 Gilbarco Latin America
 Congreso 3450 - C1430AZD Buenos Aires - Argentina
 TE: +54 (11) 5167-5634 - +54 (11) 4545-5600 (x 5634)
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
 Sent: Martes, 19 de Marzo de 2002 11:42 a.m.
 To: Tomcat Users List
 Subject: RE: Deployment from directories not under webapps
 
 
 
 
 
 
 
 
 Yuval Levav [EMAIL PROTECTED] on 03/19/2002 01:09:22 AM
 
 Please respond to Tomcat Users List [EMAIL PROTECTED]
 
 To:   Tomcat Users List [EMAIL PROTECTED]
 cc:
 
 Subject:  RE: Deployment from directories not under webapps
 
 Thanks. My apps make use of JARs and classes that are not 
 located under 
 docBase\WEB-INF\lib or classes. When using tomcat 3,I added

RE: Deployment from directories not under webapps

2002-03-19 Thread Yuval Levav

Thanks.
I put the jars in WEB-INF\lib. In them are my servlets and classes they
use. In the log I
see that the WebClassLoader deploys all the jars to the correct place, but
the ContextConfig can't
find them. In web.xml I declared the servlets and their class
(com.xxx.xxx.xxx) which can be found
in the jar.
I have to work this way due to historic reasons 

Do you know what is wrong and what can be done ?
Yuval

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 4:42 PM
To: Tomcat Users List
Subject: RE: Deployment from directories not under webapps








Yuval Levav [EMAIL PROTECTED] on 03/19/2002 01:09:22 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  RE: Deployment from directories not under webapps

Thanks. My apps make use of JARs and classes that are not located under
docBase\WEB-INF\lib or classes.
When using tomcat 3,I added these through the classpath.
Here it seems that the JARs must be under WEB-INF.
Is there any way to use JARs and classes not under WEB-INF ?

You could. But things could get pretty messy when the application grows and
you have a heck lot of classes. Keeping track of classes and their loading
could be a pain. Tomcat 4.0.x takes care of this for you.
* Unpacked classes that you need visible to *only* a particular webapp go
under that webapps WEB-INF/classes folder. jar files go under
webapp/WEB-INF/lib folder
* Unpacked classes common to all webapps should be placed under
%CATALINA_HOME%/classes and common jar files under the %CATALINA_HOME%/lib
directory.
And if you still wish to set the classpath then see catalina.sh
(catalina.bat).

RS





Yuval

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 7:22 PM
To: Tomcat Users List
Subject: Re: Deployment from directories not under webapps



Yes. See docBase attribute of the Context.../ element in server.xml

RS




Yuval Levav [EMAIL PROTECTED] on 03/18/2002 11:10:06 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  Deployment from directories not under webapps

Hi,
   Is it possible to deploy apps from directories not under the
webapps
directory ?
Thanks,
   Yuval


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Deployment from directories not under webapps

2002-03-18 Thread rsequeira


Yes. See docBase attribute of the Context.../ element in server.xml

RS




Yuval Levav [EMAIL PROTECTED] on 03/18/2002 11:10:06 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  Deployment from directories not under webapps

Hi,
   Is it possible to deploy apps from directories not under the
webapps
directory ?
Thanks,
   Yuval


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Deployment from directories not under webapps

2002-03-18 Thread Craig R. McClanahan



On Mon, 18 Mar 2002, Yuval Levav wrote:

 Date: Mon, 18 Mar 2002 19:10:06 +0200
 From: Yuval Levav [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Deployment from directories not under webapps

 Hi,
   Is it possible to deploy apps from directories not under the webapps
 directory ?

Yes ... the docBase parameter can accept an absolute pathname.

 Thanks,
   Yuval

Craig


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Deployment from directories not under webapps

2002-03-18 Thread Yuval Levav

Thanks. My apps make use of JARs and classes that are not located under
docBase\WEB-INF\lib or classes.
When using tomcat 3,I added these through the classpath.
Here it seems that the JARs must be under WEB-INF.
Is there any way to use JARs and classes not under WEB-INF ?

Yuval

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 7:22 PM
To: Tomcat Users List
Subject: Re: Deployment from directories not under webapps



Yes. See docBase attribute of the Context.../ element in server.xml

RS




Yuval Levav [EMAIL PROTECTED] on 03/18/2002 11:10:06 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  Deployment from directories not under webapps

Hi,
   Is it possible to deploy apps from directories not under the
webapps
directory ?
Thanks,
   Yuval


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]