Re: Moving to another drive

2005-08-01 Thread Manfred Steurer
Did you change Tomcat Home and Configuration File at Window/Preferences/Tomcat? Fight the bureaucrats ;) - Manfred Sternbergh, Cornell wrote: Hi everybody I'm using Tomcat (4.1) with the Sysdeo plug-in for Eclipse (3.0) on a WinXP machine. Had everything installed on C:\ and all was right

RE: Moving to another drive

2005-08-01 Thread Sternbergh, Cornell
[EMAIL PROTECTED] -Original Message- From: Manfred Steurer [mailto:[EMAIL PROTECTED] Sent: Monday, August 01, 2005 10:50 To: Tomcat Users List Subject: Re: Moving to another drive Did you change Tomcat Home and Configuration File at Window/Preferences/Tomcat? Fight the bureaucrats

Re: Moving from http to https doesnt expire session

2005-05-04 Thread Bob Feretich
If you start a session under http, Tomcat will maintain the session into https. This is the desired behavior for most users. Most e-commerce sites use shopping cart models and don't switch to https until you want to check out. If the session was changed on the transition, you would lose the

Re: Moving from http to https doesnt expire session

2005-05-04 Thread Fabian Pena
Thank Bob. Yes, I think an invalidate and then a request.getSession(true) doesn't work. Do you know if there are some other options, or a tomcat setting to do this? The only solution that i found at this moment, was set a diferent domain name for http and https. As you see, me english is not

Re: Moving jsp from development environment (v 5.0.28) to production environment (5.5.7) leads to complilation problems

2005-04-07 Thread Navneet Karnani
Note however, that the error message is wrong. If I strip a lot of the code at the bottom of the jsp file, it'll compile with the exact same first couple of lines. I figure this to be the problem with the compilet that Tomcat is using. Try and make the JDK (sun compiler) as the default for

Re: moving all classes to shared

2005-02-21 Thread QM
On Sat, Feb 19, 2005 at 06:38:03PM -0800, Oleg wrote: : If I have 200 users deployed on tomcat with 99% using identical : classes, would it be ok to move all classes to shared/classes : directory? Will that give better memory usage? Also, can I later add : the classes that are different directly

Re: moving all classes to shared

2005-02-21 Thread Oleg
Well regarding #1 from what I understand the class in webapp web-inf will take priority, however, I can see how #2 can be a problem, but, does it only work one way? Meaning a class in sared/classes will not see webapp/web-inf/classes, so down the hierarchy, however, it will work just fine going

Re: moving all classes to shared

2005-02-21 Thread QM
On Mon, Feb 21, 2005 at 11:21:01AM -0800, Oleg wrote: : Well regarding #1 from what I understand the class in webapp web-inf : will take priority, however, I can see how #2 can be a problem, but, : does it only work one way? Meaning a class in sared/classes will not : see webapp/web-inf/classes,

Re: moving all classes to shared

2005-02-21 Thread Oleg
Hmm, quick question, do you know of a reason why this ould not work for Struts, I did it and for some reason I get an error org.apache.struts.action.RequestProcessor - ERROR - No action instance for path /selectTiles could be created this class was moved to shared. Thansk, Oleg On Mon, 21 Feb

Re: moving all classes to shared

2005-02-21 Thread Wendy Smoak
From: Oleg [EMAIL PROTECTED] Hmm, quick question, do you know of a reason why this ould not work for Struts, I did it and for some reason I get an error org.apache.struts.action.RequestProcessor - ERROR - No action instance for path /selectTiles could be created this class was moved to

RE: moving all classes to shared

2005-02-20 Thread Dale, Matt
I'm not sure what you're getting at here. The number of users are irrelevant to the classes. You should only use shared/classes if the classes have to be shared across web apps. Although this is not usually advised as it is good practice to keep web apps self contained. WEB-INF/classes would

Re: moving all classes to shared

2005-02-20 Thread Michael Echerer
Dale, Matt wrote: I'm not sure what you're getting at here. The number of users are irrelevant to the classes. You should only use shared/classes if the classes have to be shared across web apps. Although this is not usually advised as it is good practice to keep web apps self contained.

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Wade Chandler
Bjørn T Johansen wrote: I am thinging of upgrading our prod Tomcat server from 4.1.27 to 5.0.28 (or is 5.5.4 a safer bet?) and I was wondering if there would be any problems when upgrading? Anything particular I should think of? Regards, BTJ Personally I'm using 5.0.28 and I love it. I usually

RE: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Shapira, Yoav
Hi, I'd say go to 5.0.28 first. One major revision at a time ;) TOC? Table of Contents? Yoav Shapira http://www.yoavshapira.com -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 8:35 AM To: Tomcat Users List Subject: Re: Moving from

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Wade Chandler
Subject: Re: Moving from 4.1.27 to 5.0.28? Bjørn T Johansen wrote: I am thinging of upgrading our prod Tomcat server from 4.1.27 to 5.0.28 (or is 5.5.4 a safer bet?) and I was wondering if there would be any problems when upgrading? Anything particular I should think of? Regards, BTJ Personally I'm

RE: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Mike Curwen
We've recently been writing the 'next version' of our main application, and the decision was made to target TC 5.0.x, up from 4.1.x. We experience no major difficulties in making that move, thouogh there can be a few gotchas. The one thing we noticed that changed (for the better) was error page

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Bjørn T Johansen
oki, thx :) The conclusion would be..: - upgrade to 5.0.28 is a good thing... - shouldn't be any/much problem doing this BTJ Mike Curwen wrote: We've recently been writing the 'next version' of our main application, and the decision was made to target TC 5.0.x, up from 4.1.x. We

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread QM
On Wed, Dec 01, 2004 at 07:32:42PM +0100, Bj?rn T Johansen wrote: : - upgrade to 5.0.28 is a good thing... : - shouldn't be any/much problem doing this As long as your app code is clean (e.g. doesn't rely on features deprecated in servlet spec 2.4, doesn't rely on features specific to Tomcat

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Quinton Delpeche
On Wednesday 01 December 2004 15:08, Bjrn T Johansen wrote: I am thinging of upgrading our prod Tomcat server from 4.1.27 to 5.0.28 (or is 5.5.4 a safer bet?) and I was wondering if there would be any problems when upgrading? Anything particular I should think of? My advice is to redo your

RE: Moving from 4.1 to 5

2004-03-18 Thread D'Alessandro, Arthur
There is no blanket statement that can answer your question without testing.. TC4 implements jsp 1.2, TC5 implements JSP 2... We found some small problems when we migrated with closing tags element value value /element Works, however element /element Needs to be written as element/ in

RE: Moving from 3.3.1 to 4.1.29 question

2003-11-24 Thread Simon Taylor
You need to explicitly specify a servlet mapping for all servlets or uncomment the invoker section in the server.xml Being a newbie I asked this question just the other day - see:- http://marc.theaimsgroup.com/?l=tomcat-userm=103945394724196w=2 Simon -Original Message- From: Charles

Re: Moving from 3.3.1 to 4.1.29 question

2003-11-24 Thread Charles Gardner
Thanks that did the trick. Charles @ home - Original Message - From: Simon Taylor [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, November 24, 2003 8:42 AM Subject: RE: Moving from 3.3.1 to 4.1.29 question You need to explicitly specify a servlet mapping

RE: Moving from 3.3.1 to 4.1.29 question

2003-11-24 Thread Bodycombe, Andrew
Please read the tomcat FAQ: http://jakarta.apache.org/tomcat/faq/misc.html#invoker -Original Message- From: Charles Gardner [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 14:35 To: Tomcat Users List Subject: Moving from 3.3.1 to 4.1.29 question I am converting from 3.3.1 to

RE: moving from tomcat3 to tomcat4

2003-08-14 Thread Shapira, Yoav
Howdy, I'm a little late with this. I have an app running under tomcat3 and am trying to move it to tomcat4.1.18. If you can, use 4.1.27. I moved the directory structure to WEB-INF, added a context to server.xml and a mapping to my web.xml file, but I get a file not found error when I run

RE: moving from tomcat3 to tomcat4

2003-08-14 Thread Frank Cooley
Users List Subject: RE: moving from tomcat3 to tomcat4 Howdy, I'm a little late with this. I have an app running under tomcat3 and am trying to move it to tomcat4.1.18. If you can, use 4.1.27. I moved the directory structure to WEB-INF, added a context to server.xml and a mapping to my web.xml

Re: moving from Jrun to Tomcat

2003-06-03 Thread Jason Bainbridge
On Tue, 3 Jun 2003 04:25, Shyama Gavulla wrote: Hi All, I have a webapp running on Jrun and IIS. I want the app to be moved from Jrun to tomcat. I have read that tomcat with IIS has problems. It would be grateful if someone can help me with details of moving from Jrun to tomcat and issues

RE: moving from Jrun to Tomcat

2003-06-03 Thread Shapira, Yoav
Bainbridge [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 4:46 PM To: Tomcat Users List Subject: Re: moving from Jrun to Tomcat On Tue, 3 Jun 2003 04:25, Shyama Gavulla wrote: Hi All, I have a webapp running on Jrun and IIS. I want the app to be moved from Jrun to tomcat. I have read

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread John Turner
- FTP - SCP (SSH) - HTTP - NFS/samba John On Thu, 03 Apr 2003 14:43:00 +, Manu Kits [EMAIL PROTECTED] wrote: Hello, I have 2 different Servers - App Server and DB Server. I have script.sql file on my DB Server and so how can I move this file to App Server using Servlets/JSP I know we

RE: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Jan Behrens
-Original Message- From: Manu Kits [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 PM To: [EMAIL PROTECTED] Subject: Moving/Reading files from DB Server to App Server Hello, I have 2 different Servers - App Server and DB Server. I have script.sql file on my DB

RE: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
] Subject: RE: Moving/Reading files from DB Server to App Server Date: Thu, 3 Apr 2003 16:51:46 +0200 -Original Message- From: Manu Kits [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 PM To: [EMAIL PROTECTED] Subject: Moving/Reading files from DB Server to App Server

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
Hi John, Thanks for your email. I want to write the code in Java on App Server to move the file from DB Server (both on different machines) Thanks! From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Moving

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread John Turner
, Thanks for your email. I want to write the code in Java on App Server to move the file from DB Server (both on different machines) Thanks! From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Moving/Reading files

RE: Moving

2003-04-02 Thread Shapira, Yoav
Howdy, You're best off simply re-installing. If it's the same version as the original, you can probably copy the server.xml and other configuration files safely. Otherwise, make the configuration changes again. Yoav Shapira Millennium ChemInformatics -Original Message- From: Carlos

Re: Moving

2003-04-02 Thread Jan Fetyko
...or you can just copy the tomcat directory and set the environment vars on the new machine as they were on the old. That's all it takes really. Jf On Wed, 2 Apr 2003 10:01:14 -0500 Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, You're best off simply re-installing. If it's the same

RE: Moving

2003-04-02 Thread graghupathy
-Original Message- From: Jan Fetyko [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 16:16 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Moving ...or you can just copy the tomcat directory and set the environment vars on the new machine as they were on the old. That's all it takes really

Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Ben Ricker
On Wed, 2003-02-12 at 07:46, Ramkumar Krishnan wrote: Hi All, I am a newbie to 4.1.18. We want to move our system (which is already running in live)to tomcat 4.1.18 from tomcat 3.2.1. Will there be a major work involve?. How much time it will take?...What will be the major

Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Bill Barker
Ben's timeline is a good one. The problems that will bite you first is if you have any custom Interceptors (e.g. Realms) in your 3.2.x app. These won't port without a total re-write. If your not accessing Tomcat internals, then the port should be painless (famous last words :). Ben Ricker

Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Ramkumar Krishnan
for basic authorization. Will this be a problem for porting?.. thanks, Ramkumar - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 12:43 PM Subject: Re: Moving to Tomcat 4.1.18 Ben's timeline is a good one. The problems

Re: moving worker2.properties

2003-02-04 Thread Tony F. White
Hi, You can do the following - IfModule !mod_jk2.c LoadModule jk2_module modules/mod_jk2.so /IfModule JkSet logger:level ERROR JkSet config:file /usr/local/apache/conf/jk2/workers2.properties --- Hope that helps Tony - Original Message -

RE: Moving from 4.0.1 to 4.0.4 breaks log4j?

2002-07-17 Thread Shapira, Yoav
-Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 8:45 PM To: Tomcat Users List Subject: Re: Moving from 4.0.1 to 4.0.4 breaks log4j? I think log4j really dislikes having multiples of it's jars available. You might run it past the guys on log4j-user, but I

Re: Moving from 4.0.1 to 4.0.4 breaks log4j?

2002-07-16 Thread Eddie Bush
I think log4j really dislikes having multiples of it's jars available. You might run it past the guys on log4j-user, but I seem to recall something along those lines going through the list 3-7 days or so ago. In other words, you're probably right on the money. ;-) Regards, Eddie Shapira,

RE: moving from 3.2 to 3.31

2002-05-31 Thread Maureen Barger
I discovered what has changed is that later versions of Tomcat (ie 3.3x and 4.0x) are much more picky about the order of things in the web.xml file. I reordered things in mine and things worked much better ;-) At 12:56 PM 5/30/2002 -0400, you wrote: The contents of the web.xml is defined by

RE: moving from 3.2 to 3.31

2002-05-30 Thread Larry Isaacs
The contents of the web.xml is defined by the Servlet 2.2 spec, which hasn't changed. More detail will be needed to tell what is going wrong. You can set the debug level on SimpleMapper1 in server.xml to get more clues about why your servlet isn't being found. Cheers, Larry -Original

RE: Moving to windows from linux ? bug ?

2002-03-07 Thread Randy Layman
You need to make sure that the directory names are the correct case. The only way I know to do this is using a command prompt (Windows Explorer assumes that the first character is upper case and all others are lower). The only way to fix it is to remove the directory (delete, not rename)

RE: Moving to windows from linux ? bug ?

2002-03-07 Thread Romain Slootmaekers
On Thu, 7 Mar 2002, Randy Layman wrote: You need to make sure that the directory names are the correct case. The only way I know to do this is using a command prompt (Windows Explorer assumes that the first character is upper case and all others are lower). The only way to fix it

Re: Moving to windows from linux ? bug ? - DEMO

2002-03-07 Thread Romain Slootmaekers
a follow up for those that wanna see it for themselves. I attached a nano-web app that shows the exact problem. (extracting and installing, you have to do yourself, you'll also have to modify the bug.xml for your system) I tried this with Win98: -)tomcat 3.3.1-rc1 on Windows 98 with the

RE: Moving to windows from linux ? bug ? - DEMO

2002-03-07 Thread Larry Isaacs
Message- From: Romain Slootmaekers [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: Re: Moving to windows from linux ? bug ? - DEMO a follow up for those that wanna see it for themselves. I attached a nano-web app that shows the exact problem

Re: moving webapps from tc 3.2.1 to 4.0-b7

2001-09-16 Thread Calvin Lau
] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: moving webapps from tc 3.2.1 to 4.0-b7 I'm having a similar problem. I installed Tomcat4 and have the examples and struts-example webapps working. However I can't seem to get my webapp which was working fine under

Re: moving webapps from tc 3.2.1 to 4.0-b7

2001-09-15 Thread Craig R. McClanahan
On Sat, 15 Sep 2001, geojeff wrote: Date: Sat, 15 Sep 2001 12:28:26 -0500 From: geojeff [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: moving webapps from tc 3.2.1 to 4.0-b7 Greetings, My problem is that under 4.0-b7 _some_ of my application classes are

RE: moving webapps from tc 3.2.1 to 4.0-b7

2001-09-15 Thread geojeff
. McClanahan Sent: Saturday, September 15, 2001 12:59 PM To: [EMAIL PROTECTED] Subject: Re: moving webapps from tc 3.2.1 to 4.0-b7 On Sat, 15 Sep 2001, geojeff wrote: Date: Sat, 15 Sep 2001 12:28:26 -0500 From: geojeff [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject

Re: moving webapps from tc 3.2.1 to 4.0-b7

2001-09-15 Thread Calvin Lau
I'm having a similar problem. I installed Tomcat4 and have the examples and struts-example webapps working. However I can't seem to get my webapp which was working fine under Tomcat3.2.1 to work. I get the error listed below when I try go to any *.do. I My $JAVA_HOME/jre/lib/ext directory is

Re: moving webapps from tc 3.2.1 to 4.0-b7

2001-09-15 Thread Craig R. McClanahan
On Sat, 15 Sep 2001, Calvin Lau wrote: Date: Sat, 15 Sep 2001 14:17:21 -0700 From: Calvin Lau [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: moving webapps from tc 3.2.1 to 4.0-b7 I'm having a similar problem. I installed Tomcat4 and have the examples

RE: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread Holscher, David M
Holscher, David M at [EMAIL PROTECTED] wrote: You're relying on a platform specific feature that is *not* in the spec. Putting stuff in the $CATALINA_HOME\lib directory relies on stuff that is not in the spec. Yet there is provision for that. Correct, that's why it's not

Re: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread Pier P. Fumagalli
Holscher, David M at [EMAIL PROTECTED] wrote: Correct, that's why it's not advisable to put it there. $CATALINA_HOME/lib is there just because sometimes you want to have libraries accessible by all your web applications WITHOUT putting them in $JAVA_HOME/jre/lib/ext. Yes, there are lots

RE: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread Holscher, David M
Correct, that's why it's not advisable to put it there. $CATALINA_HOME/lib is there just because sometimes you want to have libraries accessible by all your web applications WITHOUT putting them in $JAVA_HOME/jre/lib/ext. Yes, there are lots of things that are not advisable. I'm just

Re: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread Craig R. McClanahan
On Tue, 7 Aug 2001, Pier P. Fumagalli wrote: Holscher, David M at [EMAIL PROTECTED] wrote: Correct, that's why it's not advisable to put it there. $CATALINA_HOME/lib is there just because sometimes you want to have libraries accessible by all your web applications WITHOUT putting

RE: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread James, Stuart
. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 5:48 PM To: [EMAIL PROTECTED] Subject: Re: Moving /WEB-INF/lib or adding to it in TC 4.0 On Tue, 7 Aug 2001, Pier P. Fumagalli wrote: Holscher, David M at [EMAIL PROTECTED] wrote: Correct, that's why it's not advisable to put

RE: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread Craig R. McClanahan
On Tue, 7 Aug 2001, James, Stuart wrote: so what is the best option where should you place database jar's, ibm queue jar's etc..., surely you would not copy them into your applications web-inf area? additionaly I would not want them in the tomcat classpath? what is the prefered

Re: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread D. Jay Newman
tomcat.sh or the global CLASSPATH environment. Can you not add .jars to the application configuration ? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 5:48 PM To: [EMAIL PROTECTED] Subject: Re: Moving /WEB-INF/lib or adding

Re: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread Craig R. McClanahan
On Tue, 7 Aug 2001, D. Jay Newman wrote: If you're using Java 1.2+ you should be able to put these sorts of shared jars in the $JAVA_HOME/jre/lib/ext directory. It works for me. Here are a few things to think about with this approach. * Tomcat 3.2 (and above) let you run web apps

Re: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-06 Thread Craig R. McClanahan
On Mon, 6 Aug 2001, Holscher, David M wrote: I've waded through a lot of source now and can't figure out how point the /WEB-INF/lib directory for my web application somewhere else or at least add another directory for jar files. This is a useful thing in my current development

RE: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-06 Thread Craig R. McClanahan
On Mon, 6 Aug 2001, Holscher, David M wrote: I agree totally and wouldn't ship a web app that relies on anything outside the war file. I also understand that Tomcat has a lib directory to place stuff that you want all applications to see. Neither of these things help me. First of all, I

RE: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-06 Thread Holscher, David M
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 8:04 PM To: '[EMAIL PROTECTED]' Subject: RE: Moving /WEB-INF/lib or adding to it in TC 4.0 On Mon, 6 Aug 2001, Holscher, David M wrote: I agree totally and wouldn't

Re: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-06 Thread Pier P. Fumagalli
Holscher, David M at [EMAIL PROTECTED] wrote: You're relying on a platform specific feature that is *not* in the spec. Putting stuff in the $CATALINA_HOME\lib directory relies on stuff that is not in the spec. Yet there is provision for that. Correct, that's why it's not advisable to put

RE: Moving from Tomcat 3.1 to Tomcat 3.2.1

2001-06-10 Thread Amos Shapira
, June 11, 2001 7:10 AM To: [EMAIL PROTECTED] Subject: Re: Moving from Tomcat 3.1 to Tomcat 3.2.1 Hi Pankaj, I have no Problem with my Code. I started with TC 3.1 Right now working with TC 3.2.2 working fine with my code. HTH Moin. Pankaj Chhaparwal wrote: Hi All, We are currently using Tomcat

RE: moving webapps

2001-03-22 Thread Andy Cole
Message-- From: "Filip Hanik" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: March 22, 2001 2:04:18 AM GMT Subject: RE: moving webapps set up a context in the server.xml file Context path="/mywebapp" docBase="/usr/htdocs" crossContext="false" debug="0"

RE: moving webapps

2001-03-21 Thread Filip Hanik
set up a context in the server.xml file Context path="/mywebapp" docBase="/usr/htdocs" crossContext="false" debug="0" reloadable="true" /Context Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software