The process tomcat {pid 1488.0000 } is leaking handles

2005-09-13 Thread matthew . proud
We have a server running Peregrine Get Answers which use TOMCAT as part of its installation We are seeing (via task manager) a slow build up of handles for the tomcat app.. Has anyone come across this before? This e-mail and any attachments are confidential and intended solely for the

RE: The process tomcat {pid 1488.0000 } is leaking handles

2005-09-13 Thread matthew . proud
I have and they put it down to being the Tomcat application - not much use at all! On task manager it does indicate that tomcat is at fault.. -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: 13 September 2005 11:40 To: Tomcat Users List Subject: Re: The

RE: The process tomcat {pid 1488.0000 } is leaking handles

2005-09-13 Thread matthew . proud
You are quite getting it. Im pushing it back onto Peregrine as they should be looking into it but in the mean time i thought id pose the question on this forum...speaking to my server support area - they have seen the same problem on other servers running tomcat -Original Message- From:

Re: Precompiling with 4.1.31 (debian package)

2005-09-01 Thread Matthew Hunter
On Wed, Aug 31, 2005 at 11:43:22AM -0500, Matthew Hunter [EMAIL PROTECTED] wrote: I'm using the Debian packaged version of Tomcat 4.1.31 and running into some issues with JSP precompilation. I've created tasks in my ant build file for the webapp I want to precompile: Anyone running

Precompiling with 4.1.31 (debian package)

2005-08-31 Thread Matthew Hunter
I'm using the Debian packaged version of Tomcat 4.1.31 and running into some issues with JSP precompilation. I've created tasks in my ant build file for the webapp I want to precompile: taskdef classname=org.apache.jasper.JspC name=jasper2 classpath id=jspc.classpath

httpConnector exception

2005-08-24 Thread Schuetze, Matthew
] Starting background thread Sincerely, Matt --- Matthew P. Schuetze Senior Software Engineer Compuware Corporation - Technology Division [EMAIL PROTECTED] http://www.compuware.com/products/default.htm

ssiservlet ioexception couldn't include file

2005-07-15 Thread Matthew Ma
/init-param load-on-startup4/load-on-startup /servlet I can't find this problem documented anywhere. Any suggestions on where to start looking to solve this would be greatly appreciated. Thanks in advance! -Matthew http://www.lightspoke.com

ssiservlet ioexception include directive error

2005-07-15 Thread Matthew Ma
this problem documented anywhere. Any suggestions on where to start looking to solve this would be greatly appreciated. Thanks in advance! -Matthew http://www.lightspoke.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Trying to configure apache, tomcat and mod_jk

2005-07-14 Thread Matthew Strawbridge
seems to be missing the engine jvmroute= ... that I have. I still don't have an engine jvmroute= However, my workers.properties sets up the paths for Java and Tomcat. I don't know whether this is the same thing. Computers -- don't you just love em! ;-) Thanks again Matthew -- Matthew

Trying to configure apache, tomcat and mod_jk

2005-07-11 Thread Matthew Strawbridge
in the right direction. To get this far I've had to recompile apache, compile tomcat and mod_jk, and think I have been going round in circles following out-of-date documents on the Web. I feel I'm close, but perhaps can't see the wood for the trees. Thanks Matthew VERSIONS: Red Hat Linux 9

RE: Blocking urls

2005-06-23 Thread Matthew York
Hi Jim, I'm looking for a way to do this as well. Can you let me know how you managed it or point me in the right direction? Thanks in advance -Original Message- From: Jim Henderson [mailto:[EMAIL PROTECTED] Sent: 23 June 2005 14:49 To: Tomcat Users List Subject: RE: Blocking urls

Virtual Hosts - additional info needed

2005-05-10 Thread Matthew P Puccio
I'm running Tomcat 5.5.9 on a Windows2000 server. I am not running Apache and for various reasons won't be installing it. I'm not a Tomcat administrator so I may sound a bit clueless. I have tried to follow the instructions on http://www.ex-parrot.com/~pete/tomcat-vhost.html but am confused or

RE: Tomcat 5.5.7. server.xml doc may be buggy...is it bugzilla time?

2005-03-10 Thread Erkkila, Matthew
Here is my config to get a JNDI datasource. It works for me but I am not sure if all of it is actually required. ***context.xml*** Context path=/ docBase=root ResourceLink name=jdbc/ssdb type=javax.sql.DataSource global=jdbc/ssdb/ /Context ***web.xml snippet from inside web-app***

Root Context on Tomcat 5.5.7

2005-03-03 Thread Erkkila, Matthew
I am trying to deploy a root context webapp using a war file. Anytime I try to deploy the war file (ROOT.war) it says it deployed successfully but then disappears from the manager. I can deploy it manually by copying the context.xml to 'conf/Catalina/localhost/ROOT.xml' and copying the web app

MemoryError: PermGen space after several redeployments

2005-02-07 Thread Matthew Patton
get the same error. Why is this happening? Am I not redeploying properly? It seems like a memory lead in Tomcat's deployer. Thanks, Matthew Patton

Re: Tomcat classloading...a theory question..

2004-10-20 Thread Matthew Stone
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html Ben Bookey wrote: Dear List, Which packages would normally be used by an app. running on Tomcat 4 and Tomcat 5, if identical packages are placed in the paths, i) common\lib ii) mywebapp\WEB-INF\lib iii) jre\lib\ext

Re: Session problems with cluster

2004-10-19 Thread Matthew Stone
suspicious that you're also noticing data consistency issues. Filip, as soon as we can we will get some test code together that reproduces the problem and get it to you. Is it appropriate to send it directly to you? Thanks, Brantley Hobbs -Original Message- From: Matthew Stone

Re: Session problems with cluster

2004-10-19 Thread Matthew Stone
not really anything in the test to change. Just putting an object in the session and getting out after a context restart. Well, I appreciate the time. Thanks, Matthew I will not be able to work on the context reload problem anytime soon, so don't hold your breath. Brantley, if you read this, make

Re: Session problems with cluster

2004-10-19 Thread Matthew Stone
Filip, Great ... Thanks. Matthew Filip Hanik (lists) wrote: Hmm, that's a bit concerning. I found your lack of faith disturbing, you must believe in the force luke, especially when you wish to pay $0 for the software :) Here is what is happening in on context reload, there is a setting

Session problems with cluster

2004-10-18 Thread Matthew Stone
When I restart the context of a clustered node the session doesnt seem to be cleared. After I restart the context, I'm expecting a null from the following line but I'm getting a ClassCastException because of the different class loaders that loaded MyObject. MyObject obj = (MyObject)

Re: Session problems with cluster

2004-10-18 Thread Matthew Stone
. Thanks, Matthew Filip Hanik - Dev wrote: I'm expecting a null from the following line No, you would not expect null. The session replication mechanism is supposed to survive context reloads. But you should not be getting a ClassCastException, if you are I would love for you to submit

Re: Session problems with cluster

2004-10-18 Thread Matthew Stone
Matt, No other nodes are up, so there's nothing to serialize. I could imagine that the session of the old context could be serialized to the new context in order to preserve state, although I hope this isn't done. Thanks, Matthew Dale, Matt wrote: Surely when you restart the context all

RE: Understanding tomcat web administration tool.

2004-07-29 Thread Matthew Mamet
When you say coming soon, is it a matter of days, weeks, or months? also, is the plan to make it so that adding hosts via the manager will or will not require a tomcat restart? thanks! From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thu 7/29/2004 9:20 AM

RE: Point Apache at Tomcat Contexts via JkMount

2004-07-28 Thread Matthew Mamet
, Matthew Mamet From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tue 7/27/2004 10:37 AM To: Tomcat Users List Subject: RE: Point Apache at Tomcat Contexts Hi, The Tomcat Admin tool is hardly production-grade, I think we can all agree, but the Tomcat

RE: Point Apache at Tomcat Contexts via JkMount

2004-07-28 Thread Matthew Mamet
Has anyone had time to think on this? Any thoughts or advice is greatly appreciated. Thx From: Matthew Mamet [mailto:[EMAIL PROTECTED] Sent: Wed 7/28/2004 9:10 AM To: Tomcat Users List Subject: RE: Point Apache at Tomcat Contexts via JkMount Re: Tomcat Admin

Point Apache at Tomcat Contexts

2004-07-27 Thread Matthew Mamet
Hi, I'm a developer for a small hosting company. We currently host Java-enabled sites on a windows server. We use IIS, jk2, and Tomcat to serve Java. The problem we have is that every time the Tomcat server.xml is touched (new site, new context, etc), we have to restart Tomcat, and that affects

Re: getting Tomcat 5.0 to serve static content

2004-07-09 Thread Matthew Hixson
On Jul 8, 2004, at 11:56 PM, [EMAIL PROTECTED] wrote: -Original Message- From: Matthew Hixson I'm using Tomcat 5.0.26 with JBoss 3.2.4. I'm attempting to upgrade from Tomcat 4.1.something that was included with JBoss 3.2.3. I cannot figure out how to configure

The requested resource is unavailable

2004-07-09 Thread Matthew Hixson
Is there any way to get Tomcat to log _why_ the requested resource is unavailable? I've turned the debug parameter up to 99 for my watermarks context and I'm still not seeing anything useful in the logfiles. Here's the output of grepping through server.xml for watermarks 2004-07-09

serving static content

2004-07-09 Thread Matthew Hixson
Does there exist a howto on serving static content with Tomcat? Even better would be one that shows how to do this with Tomcat+JBoss. Searching Google seems to turn up lots of hits that say basically, Use Apache instead of Tomcat to serve static content. I really need to get this working in

Re: serving static content

2004-07-09 Thread Matthew Hixson
- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 3:27 PM To: Tomcat Users List Subject: serving static content Does there exist a howto on serving static content with Tomcat? Even better would be one that shows how to do this with Tomcat+JBoss. Searching Google seems

Re: serving static content

2004-07-09 Thread Matthew Hixson
recipient, please notify the sender immediately by reply e-mail and delete all copies of this message and attachments. Thank you. -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Fri 09 July 2004 4:54 pm To: Tomcat Users List Subject: Re: serving static content I'm

Re: serving static content

2004-07-09 Thread Matthew Hixson
. If you are not the intended recipient, please notify the sender immediately by reply e-mail and delete all copies of this message and attachments. Thank you. -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Fri 09 July 2004 4:59 pm To: Tomcat Users List Subject: Re

Re: serving static content

2004-07-09 Thread Matthew Hixson
that the unauthorized use or disclosure of the information is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by reply e-mail and delete all copies of this message and attachments. Thank you. -Original Message- From: Matthew Hixson [mailto:[EMAIL

Re: serving static content

2004-07-09 Thread Matthew Hixson
it in the manager. Or it might be that tomcat, for whatever reason, isn't starting the context. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Matthew Hixson [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 2:48 PM To: Tomcat Users List Subject: Re: serving static content

Re: serving static content

2004-07-09 Thread Matthew Hixson
Got it! My colleague discovered this post: http://www.jboss.org/index.html?module=bbop=viewtopicp=3840204#3840204 I put the defaultWebXml attribute into the Context and pointed it to the stock global Tomcat web.xml file. Now Tomcat thinks that /watermarks/ is a real webapp apparently and files

getting Tomcat 5.0 to serve static content

2004-07-08 Thread Matthew Hixson
I'm using Tomcat 5.0.26 with JBoss 3.2.4. I'm attempting to upgrade from Tomcat 4.1.something that was included with JBoss 3.2.3. I cannot figure out how to configure a context so that Tomcat will serve files from a specific directory. The directory contains images and should be

java.lang.OutOfMemoryError

2004-06-03 Thread Matthew Chen
Has anyone ever experienced this error? The machine I am running has enough memory, I think it is around 2GB. The java instance just used for less than 150MB memory from prstat. Does anyone know how to increase initial tomcat memory size just like Java does? Thanks! Matt chen

RE: java.lang.OutOfMemoryError

2004-06-03 Thread Matthew Chen
information please, version of tomcat and windows or linux? - Original Message - From: Matthew Chen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:24 AM Subject: java.lang.OutOfMemoryError Has anyone ever experienced this error? The machine

Weird Classloader Scenario - Is This Possible?

2004-06-02 Thread Matthew . Hanson
Hi, We have a fairly generic servlet framework that is used across more than one web app deployed to tomcat 4.1.30 on win2k using java 1.4.2_03-b02. The framework was initially included in the WEB-INF/lib for each application. However, I was hoping the framework jar could reside in

looking for help

2004-06-02 Thread Matthew Chen
Hi! All I am new to the list. I am running Tomcat version 5.0.12, it runs pretty good most of time. But recently I got the following error twice. Before I am going deep to look into if I have some severe memory leak on my program, I want to find out if this is something Tomcat

RE: Weird Classloader Scenario - Is This Possible?

2004-06-02 Thread Matthew . Hanson
I think that may have been the ticket. Thanks for all the help! Shapira, Yoav [EMAIL PROTECTED] 06/02/2004 01:37 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: Weird Classloader Scenario - Is This

RE: Can't find classes

2004-06-02 Thread Matthew Chen
Hi! David I had similar problem when trying to use /share/lib, I am not sure restarting Tomcat would help or not. But what I did is not trusting /share/lib, instead put all jar in the war file itself when you build the war. That way always works. Regards, matt -Original

RE: Tomcat reboot runtime

2004-05-16 Thread Matthew Clark
scripts... These are just called from an admin console that runs outside of the tomcat (PHP). Regards, Matthew -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 14 May 2004 14:30 To: Tomcat Users List Subject: RE: Tomcat reboot runtime NB As a relative novice

RE: Is .24 stable?

2004-05-14 Thread Matthew Clark
Hi Andi, Just thought I'd let you know that we upgraded our development systems to .24 a couple of days ago and have only seen improvements. We just copied our common libs over, changed CATALINA_HOME and dumped the WAR files in the webapps folder.. We were up and runnning in seconds... Our apps

RE: No session in tomcat 5.0.24

2004-05-14 Thread Matthew Clark
Context.xml is great.. But once your WAR has unpacked once, tomcat doesn't overwrite the descriptor in the config/Catalina/hostname/ directory... Rob - I assume you're not using any special session implementation?? -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 14

First posting + 5.0.19 problem

2004-04-19 Thread Matthew Clark
stable? perhaps this issue is fixed in the latest version? I scanned the change log but found no obvious mention.. We don't see this error in any version prior to 5.0.19 - I've tested 4.0.3, 4.1.x and 5.0.18 Regards, Matthew.

Realm(?) authentication

2004-04-15 Thread Matthew Bechly
Hi Tomcat users, I am a new user and have Tomcat 5.0.19 - windows. I only run one application which is running well on our intranet. I am thinking of giving external (outside my firewall) users access. I have configured Tomcat for SSL, no problems. As added security, I wanted to authenticate

customized directory listings - sample

2004-03-09 Thread Merlo, Matthew
In the sample xsl file for custom directory listings listed here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/default-servlet.html, the up to parent directory functionality is not included, even though the sample is said to include default tomcat behavior. Is there a better example available

What replaced ApacheConfig in Tomcat 5

2004-01-08 Thread Matthew Scarrow
be called from some other class and not in the server.xml file. Thanks. Matthew Scarrow ComIT Solutions Inc. www.comit.ca Paris: 519-442-0100 Brantford: 519-750-0933 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread matthew . rapoport
Thank you very much for your response. Unfortunately we are using jdk 1.3. Do you know if it is possible for me to simply add the charsequence class into my jar? It will be a very big headache to move to 1.4. Thanks, Matt -Original Message- From: Shapira, Yoav

RE: Please Help!! Tomcat 5 Clustering

2003-12-22 Thread matthew . rapoport
Yoav, You've been an incredible help. Thank you very much. It seems my only options are to skip the clustering or move to 1.4 (I don't know how long it would take Filip to get clustering working on 1.3 but I doubt I have the time). Thanks again, Matt -Original Message-

RE: Questions on Clustering

2003-12-22 Thread matthew . rapoport
I ran into a problem implementing clustering and then I changed the multicast address from the default - 228.0.0.4 to 224.0.0.1 and it worked. This website was pretty useful. Apparently there are reserved addresses for this type of thing (i.e. Group Membership Reporting).

Please Help!! Tomcat 5 Clustering

2003-12-21 Thread matthew . rapoport
Hi All, I am a Tomcat newbie running Tomcat 5 and I would like to implement clustering between 2 servers. I followed the instructions given at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html When I

Tomcat 5 Clustering

2003-12-20 Thread matthew . rapoport
Hi All, I am running Tomcat 5 and I would like to implement clustering between 2 servers. I followed the instructions given at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html When I uncomment the cluster

Re: open filehandles

2003-11-25 Thread Matthew Boeckman
not sure about linux (/proc/sys/fs/file-max?) This is the last thing I'm looking into. I'd much rather get the application to behave than to tune a kernel for a poorly performing app, but if nothing else works I'll finish with that. Many thanks, Matthew -- Matthew Boeckman

Re: open filehandles

2003-11-25 Thread Matthew Boeckman
than a simple tomcat-is-a-filehog problem, so we'll hit it from there. FWIW I did uncompress and recombine all jars in tomcat and my app into 3 .jar files and saw some significant decreases (1200+) in the number of filehandles open. So again, many thanks! -matthew -- Matthew Boeckman

open filehandles

2003-11-24 Thread Matthew Boeckman
indefinately, when classfiles/config files etc are not? Any replies appreciated -Matthew -- Matthew Boeckman(816) 777-2160 Manager - Systems Integration Saepio Technologies - To unsubscribe, e-mail

Tomcat 4.1.29 -- SingleSignOn breaks parser?

2003-11-16 Thread Matthew Hunter
Blackdown-1.4.1-01) Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode) Has anyone else run across this? -- Matthew Hunter ([EMAIL PROTECTED]) Public Key: http://matthew.infodancer.org/public_key.txt - To unsubscribe, e

Web App authentication

2003-11-13 Thread Matthew Oatham
Hi, Is it possible to have a web app that uses both FORM and BASIC authentication or can only 1 be used ? Thanks Matt _ On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile

RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-10-30 Thread Matthew Hall-Smith
: +27 11 2340690 Fax: +27 11 2340790 Cell: +27 82 8825009 e-mail: [EMAIL PROTECTED] -Original Message- From: Adam Krouskop [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 08:41 To: 'Tomcat Users List' Cc: 'Matthew Hall-Smith' Subject: RE: Tomcat JK Connector

jk or jk2 with Tomcat 4.1.27 : Does it Matter ?

2003-10-22 Thread Matthew Hall-Smith
We've been having some intermittent input stream reading problems with jk2 on Tomcat 4.1.27 with IIS5 and 5.1. isapi_redirector2 seems to experience a timing or buffering problem with large file uploads which manifest as corrupted servlet input stream. We have since retreated back to

isapi_redirector vs isapi_redirector2

2003-10-21 Thread Matthew Hall-Smith
We've been having some intermittent input stream reading problems with jk2 on Tomcat 4.1.27 with IIS5 and 5.1. isapi_redirector2 seems to experience a timing or buffering problem with large file uploads which manifest as corrupted servlet input stream. We have since retreated back to

RE: Tomcat + IIS 6.0

2003-10-18 Thread Matthew Hall-Smith
Yes it does work, however you will need to register jakarta_redirector2.dll with IIS 6.0 to prevent the lock down. Cheers, Matt -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Saturday, 18 October 2003 7:17 a.m. To: Tomcat Users List (E-mail) Subject: Tomcat +

Re: servlet mappings and security constraints with j_security_check

2003-10-13 Thread Matthew Do
How do I delete my name from Tomcat use list? Because I am trying use TOMCAT but it does not work well for me at this time. Have a good day. Matthew Do Seattle City Light [EMAIL PROTECTED] (206) 733 - 9022 [EMAIL PROTECTED] 10/13/03 09:26AM I am getting the familiar status 400 - invalid

Re: servlet mappings and security constraints withj_security_check

2003-10-13 Thread Matthew Do
How do I delete my name from Tomcat use list? Because I am trying use TOMCAT but it does not work well for me at this time. Have a good day. Matthew Do Seattle City Light [EMAIL PROTECTED] (206) 733 - 9022 [EMAIL PROTECTED] 10/13/03 09:29AM How do I delete my name from Tomcat use list

Remove from user group

2003-10-13 Thread Matthew Do
Any body know how to remove one's name for TOMCAT USER GROUP. I got too many e-mails Please HELP Have a good day. Matthew Do Seattle City Light [EMAIL PROTECTED] (206) 733 - 9022 - To unsubscribe, e-mail: [EMAIL PROTECTED

MIME Types

2003-09-24 Thread Matthew Oatham
Hi, Does anyone know the mime type for WAR files. I foud somewhere on the web that JAR files have a mime type of application/java-archive but cant find any info on WAR files. Thanks. Matt _ It's fast, it's easy and it's free.

RE: Can't Setup!

2003-09-24 Thread Matthew Hall-Smith
We had this issue when applying JDK 1.4.2 over a previous JDK 1.4.0. We did 3 things to correct the JDK install, which made it work : 1) Uninstalled the old JDK 2) Removed two registry entry at HK Local machine\ software\ Microsoft\ code store database\ distribution units\{GUID}\java runtime

isErrorPage=true NOT WORKING?

2003-07-21 Thread Matthew Oatham
Hi, I have a web app inside which I have an errorPage.jsp file. My web.xml file defines: error-page exception-typejava.lang.Throwable/exception-type locationerrorPage.jsp/location /error-page And my errorPage.jsp is as follows: %@ page isErrorPage=true % %@ import=java.io.*;% html link

Re: isErrorPage=true NOT WORKING?

2003-07-21 Thread Matthew Oatham
)); //Close the file. fw.close(); } From: Matthew Oatham [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: isErrorPage=true NOT WORKING? Date: Mon, 21 Jul 2003 17:04:57 +0100 Hi, I have a web app inside which I have an errorPage.jsp file

Re: RPM Pacakages for RHLinux

2003-07-15 Thread Matthew Budzik
try java.sun.com for the JDK and www.apache.org for tomcat you might not be able to get rpm's for the Tomcat but you will at least get something to compile [EMAIL PROTECTED] 07/14/03 04:44PM where can I download rpm file for JDK and Tomcat on Red Hat Linux 7.1 I tried rpmfind.net

REPOST: IIS 5.0, jk2, Distributed Tomcats

2003-07-08 Thread Matthew Mamet
, IIS 5.0, Tomcat 4.1.24, jk2 Sincerely, Matthew Mamet Developer embarc LLC

RE: repost: JSP Compile Fails

2003-07-02 Thread Matthew Mamet
Nathan, I ran into this problem when Tomcat was trying to use a diff JVM then the one I specified in JAVA_HOME. I had a JRE installed at one point, then later installed the SDK. Tomcat was using the sdk as it's JAVA_HOME, but was getting confused and pointing to the JRE from the first install.

IIS 5.0, jk2, Distributed Tomcats

2003-07-01 Thread Matthew Mamet
, jk2 Sincerely, Matthew Mamet Developer embarc LLC

Re: Keep generated jsp - servlet

2003-03-25 Thread Matthew Oatham
the Java source. It will stay there until either the JSP source changes, or Tomcat is restarted and the work directory is cleared. John On Tue, 25 Mar 2003 14:12:01 -, Matthew Oatham [EMAIL PROTECTED] wrote: Hi, Is there an option I can set to keep the java src generated from

jspc and index.jsp

2003-03-25 Thread Matthew Oatham
Hi, I have managed to pre-compile my jsp's down to class files and put them in web-inf/classes. I have this entry in web.xml welcome-file-list welcome-fileindex.jsp/welcome-file welcome-fileindex.htm/welcome-file welcome-fileindex.html/welcome-file

Keep generated jsp - servlet

2003-03-25 Thread Matthew Oatham
Hi, Is there an option I can set to keep the java src generated from the runtime compilation of jsp's. I want to compare these with those that jspc produce when pre compiling. When running some pre complied jsp's (CLASS files) I get the error: # HotSpot Virtual Machine Error, Internal Error #

Re: jspc and index.jsp

2003-03-25 Thread Matthew Oatham
-pattern /servlet-mapping another workaround would be create a dummy index.html file that has the below code meta http-equiv=refresh content=0; url=index.jsp - Original Message - From: Matthew Oatham [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 25

jspC

2003-03-21 Thread Matthew Oatham
Hi, I am trying to run the jspc command and am experiencing some problems! I get errors about classes not being found, is there any way to reference classes from the CLASSPATH in the jspc task or do I have to put all the class files needed by the web app in the WEB-INF/classes / WEB-INF/lib

Re: HTTP 500-Internal Server Error

2003-03-11 Thread Matthew Oatham
Is LoginServlet.class in WEB-INF/classes ? Does LoginServlet.class import any helper classes from third party aplications? If so are these JAR files in WEB-INF/lib ? If you are using the specified context is your application under the dir webapps/Test ? Are you accessing the servlet on

JspC

2003-03-02 Thread Matthew Oatham
Hi, I have managed to run the jsp compiler jspc.bat against a bunch of jsp files. This produced a load of java servlet code that I now need to compile with javac - correct? However when I compile these source files generated from jspc I get the following error:

JspC

2003-03-01 Thread Matthew Oatham
Hi, I have managed to run the jsp compiler jspc.bat against a bunch of jsp files. This produced a load of java servlet code that I now need to compile with javac - correct? However when I compile these source files generated from jspc I get the following error:

RE: MY ATTITUDE

2003-02-11 Thread Matthew Hattersley
I think you really need to chill.. When someone tells you to RTFM, they are not being rude... There are a number of paper written on web manners etc.. RTFM is not considered rude. People want to help, but you have to want to help yourself. Cheers Mat PS: Im not having a go -Original

jsp page execution.

2003-02-07 Thread Matthew Hattersley
Basically, my problem is this: Gettting a .jsp script to run from the apache document root. esentially I want apache to pick up and ANY .jsp force tomcat to parse them... Without of course me needing to update confs everytime I add a user. Cheers Mat

Re: DTD for server.xml??

2003-01-08 Thread Matthew Boeckman
is a full Host subset. Thanks! -Matthew Jeanfrancois Arcand wrote: Oups (remove the quote) !DOCTYPE web-app[ !ENTITY vhost1 SYSTEM /path/to/tomcat/conf/vhost1.xml ] -- Jeanfrancois Jeanfrancois Arcand wrote: I thin it should be defined like this: !DOCTYPE web-app[ !ENTITY vhost1

include files in server.xml?

2003-01-07 Thread Matthew Boeckman
I'm wondering if tomcat-4.1.12 supports include files, similair to apache in the server.xml file? I have to support dozens of virtual hosts, and wanted to break each's config out into their own include. -- Matthew Boeckman (816) 777-2160 Manager - Systems Integration Saepio Technologies

RE: Tomcat 4.0.1 on Solaris 8, Sunfire 280r

2002-12-16 Thread Matthew Ritenburg
Unfortunately, yes. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 8:31 AM To: 'Tomcat Users List' Subject: RE: Tomcat 4.0.1 on Solaris 8, Sunfire 280r I have 4.1.12 on Solaris 8 (420R) running for my developers, it does not exhibit

RE: Tomcat 4.0.1 on Solaris 8, Sunfire 280r

2002-12-16 Thread Matthew Ritenburg
It was bundled with a vendor application and comes with tech support. The vendor is only supporting the version they shipped on the CD. I understand your arguments completely. Unfortunately, the vendor is a little slow on QA testing and validation for their product. Matt -Original

Tomcat dies

2002-12-13 Thread Matthew Ritenburg
! Matthew Ritenburg -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat dies

2002-12-13 Thread Matthew Ritenburg
-Original Message- From: Puneet Agarwal [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 11:05 AM To: Tomcat Users List Subject: Re: Tomcat dies Have you checked the logs, what does it say...? - Original Message - From: Matthew Ritenburg [EMAIL PROTECTED] Date: Fri, 13

RE: Tomcat dies

2002-12-13 Thread Matthew Ritenburg
I am using Tomcat 4.0.1 with jdk-1.3.1_06. -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 11:15 AM To: Tomcat Users List Subject: RE: Tomcat dies What version are you using? -Original Message- From: Matthew Ritenburg

RE: Tomcat dies

2002-12-13 Thread Matthew Ritenburg
something here?) Cheers, -- jon Matthew Ritenburg wrote: The logs say nothing. Tomcat is dying because it is not backgrounding properly on solaris 8. The process never detaches it self from the controlling tty. You close the console/xterm and Tomcat dies. My question is: Why

RE: Tomcat dies

2002-12-13 Thread Matthew Ritenburg
Is there any other daemon on this solaris box which runs fine, I mean does not die on closing the invoking terminal. Yes, iPlanet Webserver for one and Legato Networker for another. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: I donĀ“t understand the objective of this open list!

2002-12-10 Thread Matthew O'Haire
If you find Tomcat hard to setup and use there are other options. Several vendors actually use Apache and Tomcat as OEM for their web application servers. One of them is Borland, who's Application Server (web server edition) http://www.borland.com/besweb/ provides a nice management GUI for

path mapping

2002-11-26 Thread Matthew Hixson
I have a web application that is currently running under Resin. We may need to migrate our app to Tomcat/JBoss. I'm wondering if there is an equivalent feature in Tomcat that allows us to do the same thing as Resin's path-mapping directive.

Re: path mapping

2002-11-26 Thread Matthew Hixson
Okay, so Tomcat implements the spec and nothing but the spec then, correct? Thanks, -M@ On Tuesday, November 26, 2002, at 07:39 AM, Jeanfrancois Arcand wrote: See section 11 of the Servlet Specification: http://jcp.org/aboutJava/communityprocess/first/jsr154/ -- Jeanfrancois Matthew

Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread Matthew Hannigan
On Sun, Nov 24, 2002 at 04:18:21PM -0500, james wrote: Thanks for reply, I can see http://localhost:8080/index.jsp or http://localhost:8080 but it takes a very long time (5 minutes), after that it is OK for other pages for the same IE, but if I open another IE, it still takes a very long time

Tomcat 4.0.1 on Solaris 8 drops out of memory

2002-11-20 Thread Matthew Ritenburg
backgrounds properly? Thanks in advance, Matthew Ritenburg -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat 4.0.1 on Solaris 8 drops out of memory

2002-11-20 Thread Matthew Ritenburg
: Christian Krohmann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:41 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0.1 on Solaris 8 drops out of memory Matthew Ritenburg wrote: This is my configuration: J2se 1.3.1_06 Tomcat 4.0.1 Solaris 8 Sparc on Sunfire 280r When

Re: mod_webapp.so versus mod_jk

2002-11-20 Thread Matthew Hannigan
On Wed, Nov 20, 2002 at 01:51:33PM -0600, Kent Perrier wrote: On Wed, 2002-11-20 at 13:24, Steve Cromer wrote: Hi, I would like to integrate Tomcat and Apache. I noticed that there is more than one way to do this. One way involves Warp, using mod_webapp.so and another involves

  1   2   3   >