RE: Tomcat 5.5 and Apache 2.0

2005-09-21 Thread Barbara.Townsend-Batten
Please remove me from this list..it is a mistake. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5 and Apache 2.0

2005-09-20 Thread Stephen Carville
Oops I forgot the basics: System: Redhat ES3 Release 4 Kernel: 2.4.21-27.ELsmp Glibc: 2.3.2 Java: 1.5.0_04-b05 Tomcat: 5.5.9 Platform: Dell 2850 CPU: Intel Xeon 3.40GHz Memory: 4G Stephen Carville wrote: I am at my wits end... I've inherited the Apache and Tomcat setup and so far I cannot

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-09-06 Thread Woodchuck
hihi Paul, i tried your suggestion but it still did not work. however, i finally found out why. the problem web application had the following code: try { System.setProperty(org.apache.commons.logging.Log, org.apache.commons.logging.impl.Log4JCategoryLog);

RE: Tomcat 5.5 classloader log4j vs JCL issue

2005-09-06 Thread Woodchuck
both Tomcat and your web apps will use separate log4j configurations. Thanks, Seva From: Paul Austin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 1:30 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 classloader log4j vs JCL issue

RE: Tomcat 5.5 classloader log4j vs JCL issue

2005-09-06 Thread Seva Popov
- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 06, 2005 11:10 AM To: Tomcat Users List; Seva Popov Subject: RE: Tomcat 5.5 classloader log4j vs JCL issue hihi Seva, yes, your suggestion also works. i tried it to confirm, and it was my backup plan to do in case i couldn't

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-09-02 Thread Paul Austin
Luc, The listener element is only valid in the Servlet 2.3 web.xml file, if using a previous servlet version use the attached servlet set to load at startup before any of the other servlets. The jar containing my classes should be included in your WEB-INF/lib directory in each web application.

RE: Tomcat 5.5 Running out of Threads

2005-09-02 Thread Bovy, Stephen J
MaxThreads Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED] -Original Message- From: August Detlefsen [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 5:21 PM To:

RE: Tomcat 5.5 Running out of Threads

2005-09-02 Thread August Detlefsen
I have maxThreads set at 250. When a high percentage of that 250 are eaten up servicing essentially dead connections is when the server gets unresponsive. What I am interested in is how tomct can know that a thread is no longer viable -say if it has been in service mode for more than 5 minutes

Re: Tomcat 5.5 where is a hard-copy dtd reference?

2005-09-01 Thread David Smith
2.4 doesn't use a DTD -- it uses a schema so order doesn't matter anymore. --David Scott Purcell wrote: Hello, Is there a quick reference, or somewhere one can go to get a listing of the element order for the 2.4 dtd? I already have a bunch of elements in my web.xml and I want to add a

Re: Tomcat 5.5 where is a hard-copy dtd reference?

2005-09-01 Thread Robert Koberg
David Smith wrote: 2.4 doesn't use a DTD -- it uses a schema so order doesn't matter anymore. Using the schema does not necessarily mean order is not important. It is just the way it was designed. One thing that is strange is that the key/keyref constraints for servlet/filter names for

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Paul Austin
Woodchuck, The following web page describes this situation and a solution to the problem. http://www.qos.ch/logging/sc.jsp I have attached the solution that I created this week based on the information above. To compile you will need servlet-api.jar and log4j.jar to compile. Include the jar

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Wendy Smoak
From: Woodchuck [EMAIL PROTECTED] then i installed a new web app that forced me to place commons-logging.jar and log4j.jar into the ${Tomcat}/common/lib folder. as a result, all my previous per web app logging no longer works. does anyone have any suggestions on how i can have per web app

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Woodchuck
hihi Paul, thanks so much for your help! i will definitely give this a try and post my results. woodchuck --- Paul Austin [EMAIL PROTECTED] wrote: Woodchuck, The following web page describes this situation and a solution to the problem. http://www.qos.ch/logging/sc.jsp I have

RE: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Seva Popov
Subject: Re: Tomcat 5.5 classloader log4j vs JCL issue Woodchuck, The following web page describes this situation and a solution to the problem. http://www.qos.ch/logging/sc.jsp I have attached the solution that I created this week based on the information above. To compile you will need servlet

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Woodchuck
hihi Wendy, hehe. that also crossed my mind, i wish that was an option, but i can't unfortunately.:) woodchuck --- Wendy Smoak [EMAIL PROTECTED] wrote: Is giving the uncooperative webapp its own Tomcat instance an option? That's what I'd do. I have a third-party app that insists on

RE: Tomcat 5.5 upgrade + logging problems

2005-08-12 Thread Allistair Crossley
Really, this has been discussed to death on this mailing list. The 5.5 logging page for a start gives you instructions for setting logging up. Also, I have a blog at www.adcworks.com/blog that touches on 5.5 configuration and logging. Allistair. -Original Message- From: Robert Abbate

RE: Tomcat 5.5 upgrade + logging problems

2005-08-12 Thread Allistair Crossley
: Robert Abbate [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 01:37 To: Allistair Crossley Subject: RE: Tomcat 5.5 upgrade + logging problems I appreciate your response, but I can assure you there are many out there which are not able to get this going EVEN after following the scant

RE: Tomcat 5.5 upgrade + logging problems

2005-08-12 Thread Allistair Crossley
within the web application itself which is another example. -- end -- -Original Message- From: Allistair Crossley Sent: 12 August 2005 13:57 To: tomcat-user@jakarta.apache.org Cc: Robert Abbate Subject: RE: Tomcat 5.5 upgrade + logging problems Hi Robert, The fact

Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-07 Thread Martin Wood
Just to let people know that my application has been running happily for nearly a week now. I actually replaced the JDK1.5 with the blackdown 1.4.2 and installed the compatibility extensions for tomcat. since then its been fine. martin

Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-07 Thread Philip Cote
Good for you! Glad it all worked out. On Mon, 2005-08-08 at 02:25 +0100, Martin Wood wrote: Just to let people know that my application has been running happily for nearly a week now. I actually replaced the JDK1.5 with the blackdown 1.4.2 and installed the compatibility extensions for

RE: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-02 Thread Allistair Crossley
Hi, Hanging, memory up 50%, sounds very much like an OutOfMemoryException to me. I know from experience that Tomcat can hang with no memory and not log to stdout either (although most of the time it does). Have you profiled your application under a load test? Cheers, Allistair.

Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-02 Thread MDK
no, the odd thing is, it wasnt even being used (and its a very simple application, of course, thats a relative term) i installed the app, tested it once and logged out. I came back to it a few days later and the whole thing is hanging. If you can recommed any tools i can use to detect what is

RE: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-02 Thread Allistair Crossley
. -Original Message- From: MDK [mailto:[EMAIL PROTECTED] Sent: 02 August 2005 12:29 To: Tomcat Users List Subject: Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days no, the odd thing is, it wasnt even being used (and its a very simple application, of course, thats

Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-02 Thread Remy Maucherat
On 8/2/05, MDK [EMAIL PROTECTED] wrote: no, the odd thing is, it wasnt even being used (and its a very simple application, of course, thats a relative term) i installed the app, tested it once and logged out. I came back to it a few days later and the whole thing is hanging. If you can

Re: Tomcat 5.5.x and Unix Sockets

2005-08-02 Thread Bill Barker
Haven't tried it, but it should still work. The main difference is that (since mod_jk2 is deprecated) Tomcat 5.5.x no longer reads jk.properties by default. You need something like: Connector protocol=AJP/1.3 propertiesFile=conf/jk2.properties / Alternatively, you can include the settings

Re: Tomcat 5.5 changes in Log format

2005-07-19 Thread Peter Rossbach
read documenctation: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html Robert Abbate schrieb: Hello. We run a webhosting environment, and in previous releases we were able to have separate logs for *each* virtual host by using something like this: Host name=mydomain.com ... ...

Re: Tomcat 5.5 changes in Log format

2005-07-18 Thread Woodchuck
hihi, the default logging mechanism in TC 5.5 is java.util.logging. you need to place a separate logging.properties file in the class folder of each of your webapps that require separate logging (and of course make sure to name these logging files differently). details can be found here:

RE: Tomcat 5.5 with Java 1.42

2005-07-15 Thread Caldarale, Charles R
From: Dewey, John [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5 with Java 1.42 As I said before I haven't been able to find the referenced compatibility package so I'd appreciate a friendly link or instructions. It's the one cleverly disguised with the name Compat on the regular Tomcat

Re: Tomcat 5.5 Memory (not in catalina.sh anymore).

2005-07-11 Thread Christoph Kutzinski
Hi, the Tomcat FAQ describes how to adjust the memory settings. Christoph Dave Morrow wrote: Hi all. I recently updated to Tomcat 5.5 All is well, with one exception. In prior releases (4.1) I could edit the catalina.sh script to adjust the memory settings. Where would I do this in

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Sue Roe
What driver are you using between Tomcat and SQL server? -Original Message- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: 11 July 2005 16:35 To: Tomcat Users List Subject: Tomcat 5.5 and SQL Server I am running Tomcat 5.5 with SQL Server on a separate machine. I am getting

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Anderson, M. Paul
com.microsoft.jdbc.sqlserver.SQLServerDriver -Original Message- From: Sue Roe [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 11:43 AM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5 and SQL Server What driver are you using between Tomcat and SQL server? -Original Message

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Peter Crowther
From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] I am running Tomcat 5.5 with SQL Server on a separate machine. I am getting the following error at random times: Java.lang.Exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Connection rest by peer: socket write

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Sue Roe
out, occasionally. So possibly it's a driver bug, not maintaining your connections. That's as much as I know! Good luck... -Original Message- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: 11 July 2005 16:47 To: Tomcat Users List Subject: RE: Tomcat 5.5 and SQL Server

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread dan stephens
From: Sue Roe [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Subject: RE: Tomcat 5.5 and SQL Server Date: Mon, 11 Jul 2005 17:10:01 +0100 Ok. I haven't any experience with that, but I can say we were having

Re: Tomcat 5.5 and SQL Server

2005-07-11 Thread Mitchell Teixeira
Hi - I've heard nothing but bad things about the Microsoft JDBC driver for SQL Server. I don't have any suggestions how to fix your problem in-place, just a suggestion to switch drivers. I've been using this JTDS open souce JDBC driver, suggested by our vendor and it is very stable:

Re: Tomcat 5.5 and SQL Server

2005-07-11 Thread Tim Funk
FWIW .. there is a new version of the SQLServer JDBC driver from Microsoft. -Tim Mitchell Teixeira wrote: Hi - I've heard nothing but bad things about the Microsoft JDBC driver for SQL Server. I don't have any suggestions how to fix your problem in-place, just a suggestion to switch drivers.

Re: Tomcat 5.5 and SQL Server

2005-07-11 Thread Woodchuck
also, make sure your SQL Server is patched up with the latest SQL Server service pack. woodchuck --- Tim Funk [EMAIL PROTECTED] wrote: FWIW .. there is a new version of the SQLServer JDBC driver from Microsoft. -Tim Mitchell Teixeira wrote: Hi - I've heard nothing but bad things about

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Brian McGovern
c3p0 is smart enough to reestablish connections. -B -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 1:23 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 and SQL Server also, make sure your SQL Server is patched up with the latest SQL Server

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Mitchell Teixeira
to reestablish connections. -B -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 1:23 PM To: Tomcat Users List Subject: Re: Tomcat 5.5 and SQL Server also, make sure your SQL Server is patched up with the latest SQL Server service pack

RE: Tomcat 5.5 and SQL Server

2005-07-11 Thread Maarten Janssen
] Verzonden: maandag 11 juli 2005 19:38 Aan: Tomcat Users List Onderwerp: RE: Tomcat 5.5 and SQL Server Hi - I'm eavesdropping this thread (obviously) so that I can learn more about Tomcat across all aspects, esp. since I need SQL Server connectivity! What is c3p0?? Does it replace some existing

Re: tomcat 5.5 and jdk 5.0 jsp compiler question

2005-07-04 Thread Werner Punz
Never mind I found the answer on the archive... http://marc.theaimsgroup.com/?l=tomcat-userm=111660999324714w=2 additionally to that, you have to add the tools.jar to your classpath otherwise the javac compiler cannot be triggered. That is it basically. Werner Werner Punz wrote: Hi I am

Re: Tomcat 5.5 in dos window

2005-06-03 Thread Jason Bainbridge
On 6/3/05, Søren Blidorf [EMAIL PROTECTED] wrote: Hi. Is it possible to start tomcat 5.5 i a dos window instead of as a service? Download the Zip archive instead of the installer and that will have a startup.bat that you can use just for that purpose, no idea why they stopped including the

RE: tomcat 5.5.x J2EE Connector

2005-06-02 Thread Guy Katz
tomcat is not a J2EE implementation so you should not expect JCA to be implemented in tomcat. -Original Message- From: faisal [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 1:35 PM To: tomcat-user@jakarta.apache.org Subject: tomcat 5.5.x J2EE Connector I found this

Re: tomcat 5.5; context-path

2005-05-06 Thread QM
On Fri, May 06, 2005 at 10:07:32AM +0200, Pfingstl Gernot wrote: : This seems to me to have only context path with has the same value as the name : of the context.xml file. : I want to use context.xml files and not put context information into : server.xml. : So isn't it possible to depoly apps in

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Remy Maucherat
On 4/15/05, Yaakov Chaikin [EMAIL PROTECTED] wrote: Hi, Using Tomcat 5.5.7 (tried Tomcat 5.5.9 with the same results) on Windows XP. When forwarding to a JSP page that is located in /WEB-INF/jsp/success.jsp and calling: %= request.getRequestURI() % inside the success.jsp page, the result

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Trond G. Ziarkowski
Hi, pretty sure isn't always good enough ;) To get the uri that forwarded to the jsp you need to use %=request.getAttribute(javax.servlet.forward.request_uri)%. Check out the servlet 2.4 spec section 8.4 for more info. Trond Yaakov Chaikin wrote: Hi, Using Tomcat 5.5.7 (tried Tomcat 5.5.9 with

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Yaakov Chaikin
Hmm... How many ways are there to read this part of the spec: ** public java.lang.StringBuffer getRequestURL() Reconstructs the **URL the client used to make the request.** The returned URL contains a protocol, server name, port number, and server path, but it does not include query

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Yaakov Chaikin
I checked out the spec section 8.4.2 Forwarded Request Parameters. It does seem to me that it implies that the parameters is where one would get the original URI from. However, there are still 2 problems that I can see: 1) The API says: URL the client used to make the request 2) 8.4.2 says that

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Remy Maucherat
On 4/15/05, Yaakov Chaikin [EMAIL PROTECTED] wrote: I checked out the spec section 8.4.2 Forwarded Request Parameters. It does seem to me that it implies that the parameters is where one would get the original URI from. However, there are still 2 problems that I can see: 1) The API says:

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Yaakov Chaikin
On 4/15/05, Remy Maucherat [EMAIL PROTECTED] wrote: On 4/15/05, Yaakov Chaikin [EMAIL PROTECTED] wrote: I checked out the spec section 8.4.2 Forwarded Request Parameters. It does seem to me that it implies that the parameters is where one would get the original URI from. However,

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Remy Maucherat
On 4/15/05, Yaakov Chaikin [EMAIL PROTECTED] wrote: 1) Applies to the core request class behavior. Cool, it works. The RD has to wrap it using a request wrapper, so it does not apply. So, what you are really saying is that the API should have pointed out that getRequestURL() does not work

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Yaakov Chaikin
Oh, now I see what you are saying (in both cases.) That clears it up for me. Thanks. Yaakov. On 4/15/05, Remy Maucherat [EMAIL PROTECTED] wrote: On 4/15/05, Yaakov Chaikin [EMAIL PROTECTED] wrote: 1) Applies to the core request class behavior. Cool, it works. The RD has to wrap it using

Re: Tomcat 5.5.x returns wrong value for request.getRequestURI()

2005-04-15 Thread Yaakov Chaikin
Remy, BTW, since which version of the spec has this change been instituted? Thanks, Yaakov. On 4/15/05, Yaakov Chaikin [EMAIL PROTECTED] wrote: Oh, now I see what you are saying (in both cases.) That clears it up for me. Thanks. Yaakov. On 4/15/05, Remy Maucherat [EMAIL PROTECTED]

RE: tomcat 5.5 help

2005-04-13 Thread Dale, Matt
I've had this problem with the activation jar required for emailing. My suspicion is that it is from a 1.4 J2EE so there is some funniness going on there but I haven't been able to solve it yet. Would be interested in the answer to this. Ta Matt -Original Message- From: dummy

RE: tomcat 5.5 help

2005-04-13 Thread Pawson, David
Just run through similar checks. Clean install of 559, html at /ROOT works jsp at webapps/myapp/index.jsp works .class at webapps/myapp/WEB-INF/classes works. Early problem was not using the jar files from the new installation for compiling. Just need to check that logging works. I think that

Re: tomcat 5.5 help

2005-04-13 Thread David Smith
TC 5.5 moved to being built around JDK 5. It works in JDK 1.4, but needs some extra classes that are included in the JDK 5 download. What JDK are you using and if it's v 1.4, did you download and install the TC 5.5 compatibility package as well? --David dummy wrote: Problem with tomcat 5.5.

RE: Tomcat 5.5 hot deploy question

2005-04-08 Thread David Owens
Most likely a jar or resource file is locked, and tomcat cannot undeploy the last app. Try turning on antiJarLocking and antiResourceLocking. |)ave -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 2:38 PM To: Tomcat Users List Subject:

RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body

2005-04-08 Thread Mufaddal Khumri
PM To: Tomcat Users List Subject: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body Most likely a jar or resource file is locked, and tomcat cannot undeploy the last app. Try turning on antiJarLocking and antiResourceLocking. |)ave -Original Message

RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body

2005-04-08 Thread Phillip Qin
Is your Tomcat server on Windows box? -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: April 8, 2005 4:58 PM To: Tomcat Users List Subject: RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body I changed my Host definition

RE: [SPAM] - RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body - Found word(s) list error in the subject

2005-04-08 Thread Mufaddal Khumri
Yes. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 2:11 PM To: 'Tomcat Users List' Subject: [SPAM] - RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body - Found word(s) list error in the subject

RE: [SPAM] - RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body - Found word(s) list error in the subject

2005-04-08 Thread Mufaddal Khumri
Is this a known issue on Windows XP? What is the work around if there is any? Thanks. -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 2:12 PM To: Tomcat Users List Subject: RE: [SPAM] - RE: [SPAM] - RE: Tomcat 5.5 hot deploy question

Re: Tomcat 5.5.x and Java 1.5

2005-04-07 Thread Remy Maucherat
On Apr 7, 2005 11:15 AM, Steiner, Stephan [EMAIL PROTECTED] wrote: Hi I'm trying to compile a couple of jsp pages that use Java 1.5 syntax. I followed the Jasper how-to and replaced the jdt jar with the latest ant.jar (taken from the Ant 1.6.2 distribution). After a restart of Tomcat, Tomcat

Re: tomcat 5.5/win loading external image files

2005-04-01 Thread Parsons Technical Services
Tomcat cannot serve up files outside the root of the app. To do what you want requires a work around that has been discussed and debated on this list several times. If this is what you have to have, then write a servlet that responds to a pattern setup for the images

Re: tomcat 5.5/win loading external image files

2005-04-01 Thread Anto Paul
On Apr 2, 2005 8:53 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: i need to load a bunch of image files located outside my exploded war file. for example, say that the images live here |---c:\myimages |---\app |-\promotions |-\images my

Re: tomcat 5.5 connector

2005-03-17 Thread QM
On Thu, Mar 17, 2005 at 11:18:00AM +0100, Rahman, Hamdur wrote: : As tomcat provide coyote connector that is http based, : Is there any connector available that are non-http based : And how we can use in our project when we are using tomcat 5.5 : As both web server and servlets engine, : Or can we

RE: tomcat 5.5 connector

2005-03-17 Thread Rahman, Hamdur
-Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 6:26 PM To: Tomcat Users List Subject: Re: tomcat 5.5 connector On Thu, Mar 17, 2005 at 11:18:00AM +0100, Rahman, Hamdur wrote: : As tomcat provide coyote connector that is http based, : Is there any

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
Well, I've tried all sorts of configurations, so I was hoping to get a clean example from someone who had it working. I changed the stock Tomcat 5.5 server.xml file to add the following (within the pre-existing, as well as the only, HOST tag for localhost, and I have tried with/without a slash

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Michael Greer
Maybe take a look at the current $CATALINA_HOME/Catalina/localhost/ context files. Delete the old ones for your webapp and examples, so it will reload from server.xml On Feb 22, 2005, at 11:39 AM, Matt wrote: Well, I've tried all sorts of configurations, so I was hoping to get a clean example

RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Wendy . Olson
and the like better, if you're in a position to install that in front of Tomcat. -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 11:40 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 working, BUT not outside of webapps/ Well, I've tried all

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
The original $CATALINA_HOME/webapps works fine, yes, but nothing will work outside of that, so I'm just looking for the steps (and files I need to edit) to have my own webapps work outside of $CATALINA_HOME/webapps. That's all - it's quite simple, really. C:\Inetpub\wwwroot is just a sample path

RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
22, 2005 11:40 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 working, BUT not outside of webapps/ Well, I've tried all sorts of configurations, so I was hoping to get a clean example from someone who had it working. I changed the stock Tomcat 5.5 server.xml file to add the following

RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
List Subject: Re: Tomcat 5.5 working, BUT not outside of webapps/ Well, I've tried all sorts of configurations, so I was hoping to get a clean example from someone who had it working. I changed the stock Tomcat 5.5 server.xml file to add the following (within the pre-existing, as well

RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Matt
Subject: Re: Tomcat 5.5 working, BUT not outside of webapps/ Well, I've tried all sorts of configurations, so I was hoping to get a clean example from someone who had it working. I changed the stock Tomcat 5.5 server.xml file to add the following (within the pre-existing, as well

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-21 Thread Michael Greer
Why don't you show us your config file. This behavior work fine for me with 5.5.7, with Apache mod_jk. On Feb 22, 2005, at 1:20 AM, Matt wrote: Is this simply not possible? I have tried extrapolating form the docs (which seems to work fine under webapps/ or $CATALINA_HOME) but anything

RE: Tomcat 5.5 cvs

2005-02-07 Thread Allistair Crossley
Hi, jakarta-tomcat-catalina http://jakarta.apache.org/site/cvsindex.html Cheers -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 15:18 To: 'tomcat-user@jakarta.apache.org' Subject: Tomcat 5.5 cvs What is the cvs repository for tomcat 5.5

Re: Tomcat 5.5 Package installation Administration

2005-01-27 Thread Edmon Begoli
Susan, Download the admin package available on the Tomcat main site Unzip the contents in the webapps directory under the root directory of your Tomcat 5.5.x installation Change tomcat-users.xml file - add user and role admin with password admin, or add role admin, and add that role to any

Re: Tomcat 5.5 Package installation Administration

2005-01-27 Thread David Smith
The admin webapp should be placed in $TOMCAT_HOME/server/webapps right next to the manager webapp instead of in the general $TOMCAT_HOME/webapps directory. The admin.xml file is written to look for it here. --David Edmon Begoli wrote: Susan, Download the admin package available on the Tomcat

Re: Tomcat 5.5 - path attrubute ignored in context fragments

2005-01-13 Thread Parsons Technical Services
From a previous poster, name your context xml file suitename#appname.xml and it will be deployed as needed. Doug - Original Message - From: Duncan, Sean [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, January 13, 2005 10:15 PM Subject: Tomcat 5.5 - path attrubute

Re: Tomcat 5.5.x and JRun4 with Apache2

2005-01-05 Thread QM
On Wed, Jan 05, 2005 at 04:23:13PM -0500, Troy Simpson wrote: : Can Tomcat 5.5.x and Macromedia JRun4 run under the same Apache2 instances? That depends: Tomcat doesn't really run under Apache; there are Apache modules (jk, jk2, etc) that let Apache transparently pass requests to a Tomcat engine

Re: Tomcat 5.5.x and JRun4 with Apache2

2005-01-05 Thread Jack Eidsness
Just today, in fact, I have gotten this to work but with apache 1.3, sort of. I'm using the mini-jrun4 that is packaged with coldfusion. The other caveat that makes me say sort of is because I only got it to work for that one very narrow use of jrun4 (although perhaps the most popular one).

Re: Tomcat 5.5 - JMX

2004-12-22 Thread Dominik Drzewiecki
Slobodan Vujasinovic [EMAIL PROTECTED] napisa(a): Hi, Has anyone succeeded to expose Tomcat 5.5.x server for remote JMX management with j2se 1.4? Tomcat 5.5.x is intended to be run on JRE 5.0, but its *is* compatible with JRE 1.4. Several libraries became core ones for JRE 5.0, therefore,

RE: tomcat 5.5, should i upgrade?

2004-12-22 Thread Arnab Chakravarty
I cannot comment on tomcat 5.5 but yes tomcat 5.0. Tomcat is being used for Production and not just for testing. You would be surprised to know the production setup, though I cannot delve into more details here. I am amazed by the potential it carries. Arnab -Original Message- From:

Re: Tomcat 5.5 - JMX

2004-12-22 Thread Slobodan Vujasinovic
- Original Message - From: Dominik Drzewiecki [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 11:22 Subject: Re: Tomcat 5.5 - JMX Slobodan Vujasinovic [EMAIL PROTECTED] napisa(a): Hi, Has anyone succeeded to expose Tomcat 5.5.x server

Re: Tomcat 5.5 - JMX

2004-12-22 Thread Dominik Drzewiecki
Slobodan Vujasinovic [EMAIL PROTECTED] wrote: That is the way to start and run tomcat under j2sdk 1.4.x! But, my question was regarding server exposure for remote jmx management (for example, to enable MC4J connection to installed tomcat 5.5). I must have misread your question, sorry :/ /dd

Re: tomcat 5.5 and jndi context naming error

2004-12-22 Thread Ken Hall
I've been trying out many different avenues to make this work and finally found the following bug, hopefully this will save other people some time: http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg64410.html which says: And finally i find the solution,that is to remove all

Re: tomcat 5.5 and jndi context naming error

2004-12-22 Thread Jacob Kjome
There should be away around this type of issue. I believe Tomcat already actively avoids loading java, javax, org.xml, org.w3c.dom, org.apache.xerces packages from WEB-INF/lib (I hope my memory isn't failing me here). Given this, maybe Tomcat should endorse certain core libraries so that they

Re: Tomcat 5.5 classloading blues

2004-12-20 Thread Henrik Vendelbo
Everything ran great. I got Tapestry examples working fine. And then based on working web apps, I moved some of the Tapestry jars into shared/lib. All of a sudden the classloader couldn't find ServletInputStream. That's a bit bizarre Exactly my point. I know that if you have multiple

Re: Tomcat 5.5 classloading blues

2004-12-20 Thread Andreas Vombach
Hello, I'm new to the list and did not read this thread from the beginning but also use tapestry (3.0) on tomcat. I keep tapestry-3.0.jar and tapestry-contrib-3.0.jar in the lib dir of the (to be deployed) war file, the rest goes to /shared/lib except xercesImpl.jar and xml-apis.jar which go in

Re: Tomcat 5.5 classloading blues

2004-12-20 Thread Jacob Kjome
Quoting Andreas Vombach [EMAIL PROTECTED]: Hello, I'm new to the list and did not read this thread from the beginning but also use tapestry (3.0) on tomcat. I keep tapestry-3.0.jar and tapestry-contrib-3.0.jar in the lib dir of the (to be deployed) war file, the rest goes to /shared/lib

Re: Tomcat 5.5 classloading blues

2004-12-20 Thread Andreas Vombach
Yes, if you look into the commons-dbcp 1.2.1 source, BasicDataSource.java, line 757 ff: // Load the JDBC driver class if (driverClassName != null) { try { Class.forName(driverClassName); } catch (Throwable t) { String message =

Re: Tomcat 5.5 classloading blues

2004-12-19 Thread QM
On Mon, Dec 20, 2004 at 01:11:42AM -, Henrik Vendelbo wrote: : Fedora Core 3, Tomcat 5.5.4 Java 5 installed with rpm's Any reason you used RPMs instead of raw tarballs/zipfiles? I usually prefer RPMs, don't get me wrong -- but when it comes to Java apps, I find RPMs overkill and too much of

Re: Tomcat 5.5 classloading blues

2004-12-19 Thread Jerome Jar
I agree. Sometimes I encouter some displeasure when copy or move the jar files to /shared/lib, which I thought should be nothing serious. But I donot think RPMs could make installing Tomcat a mess. And, indeed, just sticking everything in the war file is more portable :) On Sun, 19 Dec 2004

Re: Tomcat 5.5 classloading blues

2004-12-19 Thread Jacob Kjome
At 01:11 AM 12/20/2004 +, you wrote: Still remembering earlier bruises setting up Tomcat I try to run as plain vanilla as possible. Fedora Core 3, Tomcat 5.5.4 Java 5 installed with rpm's Everything ran great. I got Tapestry examples working fine. And then based on working web apps, I

Re: tomcat 5.5 and jndi context naming error

2004-12-17 Thread Román Pena
- Original Message - From: Ken Hall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 16, 2004 10:41 PM Subject: tomcat 5.5 and jndi context naming error Since downloading the new version of Tomcat 5.5.4, I have been experiencing problems with jndi resources within my

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Montz, James C. (James Tower)
to modify tomcat-users.xml any furhter. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 8:17 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 / Admin How ? There was an issue with the left-hand tree in 5.5.4. I don't know whether

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Kelly, Steve
To: Tomcat Users List Subject: RE: Tomcat 5.5 / Admin How ? Hi, Can any one guide me or point me to the documents where i will get the steps to assimilate the admin with tomcat ?? Ahh, the Borg. Anyways, simple: - Download jakarta-tomcat-v5.5.6-zip, extract to C:\. - Download jakarta-tomcat

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Shapira, Yoav
Hi, Yes, it works. Like a charm... Yoav Shapira http://www.yoavshapira.com -Original Message- From: Kelly, Steve [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 9:11 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 / Admin How ? But does it work. It don't seem to in 5.5.4

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Allistair Crossley
[mailto:[EMAIL PROTECTED] Sent: 14 December 2004 14:11 To: Tomcat Users List Subject: RE: Tomcat 5.5 / Admin How ? But does it work. It don't seem to in 5.5.4 (and that's supposed to be a stable version - not beta or alpha). See the other threads on the subject for more details

RE: Tomcat 5.5 / Admin How ?

2004-12-14 Thread Kelly, Steve
To: Tomcat Users List Subject: RE: Tomcat 5.5 / Admin How ? There was an issue with the left-hand tree in 5.5.4. I don't know whether 5.5.4's admin distribution was repackaged. If not, you should acquire 5.5.6-alpha. I see Yoav has also replied to a separate email with a similar statement

RE: tomcat 5.5/ Horriable

2004-12-13 Thread Kelly, Steve
In theory you just unzip (Windows) untar (Unix) the admin package to the same directory as your tomcat install. But as you will see from the number of other posts on the same or similar subject it still doesn't work properly. Hopefully someone will come up with a definitive answer soon. Steve.

  1   2   >