Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Peter Rossbach
Please read this: http://java.sun.com/developer/technicalArticles/J2SE/jmx.html http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutorial/tutorialTOC.html Peter Am 09.01.2008 um 08:03 schrieb Frank Z: hello, I am looking some sample MBean code for TC 6.0.. I was able to model some code

Forwarding with jkmount

2008-01-09 Thread Edwin Walsh
Hi, First of all I would like to mention that this is my first post on this list, I hope that this question is posted in the right place. I have tried finding a solution for my problem, but it either doesn't exist, or my limited brain can't manage to figure out how to do it (I strongly hope

mod_jk/tomcat problem

2008-01-09 Thread Jordi Prats
Hi I'm trying to balance connections using mod_jk, but I'm getting this error: [Wed Jan 09 11:12:55 2008] [31970:3086935744] [info] ajp_service::jk_ajp_common.c (2186): (loadbalancer) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1) [Wed Jan

tomcat6 installation

2008-01-09 Thread Melanie Pfefer
Hello, I am trying to install tomcat6 on Solaris 8. I downloaded apache-tomcat-6.0.14-src.tar and untarred the archive to /usr/local/tomcat6/ I also changed the ownership to a normal user and modified the files under bin/ to executables. If I ran ./startup.sh: Neither the JAVA_HOME nor the

Re: AccessControlException in Coyote Http11Processor (Tomcat 6.0.14). Bug in Coyote ?

2008-01-09 Thread Delian Krustev
On Tue, 08 Jan 2008 21:10:31 + Mark Thomas wrote: All I can suggest is start Tomcat with remote debugging enabled and when you see the error, connect, debug you way through a request and see if you can see what the security settings are and try and confirm that they match the policy file.

Re: Preferred load-balanced worker

2008-01-09 Thread Rainer Jung
Hi, Nahor wrote: Hi, Is there a way to specify at runtime what worker the load-balancer should use first? For some request, we can't use cookies so we pass the session id via the URL or via the query string. We then force the worker using RewriteRule and the JK_WORKER_NAME env var. But

Re: mod_jk/tomcat problem

2008-01-09 Thread Shiby Maria John
I think you have given the wrong port for the worker configuration. You should give the AJP port and not the HTTP port for the worker. Jordi Prats [EMAIL PROTECTED] sTo

Re: tomcat6 installation

2008-01-09 Thread Melanie Pfefer
Hello and thanks for the reply, I downloaded the binaries apache-tomcat-6.0.14.tar.gz export JAVA_HOME=/usr/local/java/j2sdk1.4.2_08/ export JRE_HOME=/usr/local/java/j2sdk1.4.2_08/jre/ the tomcat is still not starting: bash-2.03# more catalina.out Exception in thread main

Re: Forwarding with jkmount

2008-01-09 Thread Rainer Jung
Hi Edwin, Edwin Walsh wrote: Hi, First of all I would like to mention that this is my first post on this list, I hope that this question is posted in the right place. I have tried finding a solution for my problem, but it either doesn't exist, or my limited brain can't manage to figure out

RE: tomcat6 installation

2008-01-09 Thread Peter Crowther
From: Melanie Pfefer [mailto:[EMAIL PROTECTED] Exception in thread main java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupported major.minor version 49.0) Make sure you have at least JDK1.5 installed, and that your JAVA_HOME is pointing to that JDK. It

Re: tomcat6 installation

2008-01-09 Thread Kristian Rink
Melanie; Am Wed, 9 Jan 2008 10:48:10 + (GMT) schrieb Melanie Pfefer [EMAIL PROTECTED]: export JAVA_HOME=/usr/local/java/j2sdk1.4.2_08/ export JRE_HOME=/usr/local/java/j2sdk1.4.2_08/jre/ [...] java.lang.UnsupportedClassVersionError: org/apache/catalina/startup/Bootstrap (Unsupported

Re: mod_jk/tomcat problem

2008-01-09 Thread Rainer Jung
Hi Jordi, Jordi Prats wrote: Hi I'm trying to balance connections using mod_jk, but I'm getting this error: [Wed Jan 09 11:12:55 2008] [31970:3086935744] [info] ajp_service::jk_ajp_common.c (2186): (loadbalancer) sending request to tomcat failed (recoverable), because of error during request

Re: Forwarding with jkmount

2008-01-09 Thread ben short
While I was attempting to use rewrite and jk i found that you need to load the jk module before the rewrite module, so be warned ;) On Jan 9, 2008 10:53 AM, Rainer Jung [EMAIL PROTECTED] wrote: Hi Edwin, Edwin Walsh wrote: Hi, First of all I would like to mention that this is my first

RE: tomcat6 installation

2008-01-09 Thread Melanie Pfefer
thanks a lot. I appreciate your help. 1- how to change the http port number? 2- how to allow a non-root user to start tomcat? Is it only though file ownership modification (chown -R /usr/local/tomcat6)? thanks again. --- Peter Crowther [EMAIL PROTECTED] wrote: From: Melanie Pfefer

RE: tomcat6 installation

2008-01-09 Thread Peter Crowther
From: Melanie Pfefer [mailto:[EMAIL PROTECTED] 1- how to change the http port number? Look at the various Connector elements in conf/server.xml 2- how to allow a non-root user to start tomcat? Is it only though file ownership modification (chown -R /usr/local/tomcat6)? Make sure you're not

Re: Forwarding with jkmount

2008-01-09 Thread Edwin Walsh
Hi Rainer, I have been playing around with mod_rewrite, but as far as I can tell the rewrite is done before the jkmount. So I can get this wonderful url to be rewritten to the actual name of the web application, but since the old and the new versions have the same name it will not work. For a

Re: Busyness Method and others...

2008-01-09 Thread Mohan2005
Hello Rainer; Thanks again for taking the time and for the information. if I quote you Who told you that? cping/cpong have nothing to do with load decisions. They only help in deciding, if a worker is in error status or not. Load is distributed between all nodes that are not in error. To

Re: mod_jk/tomcat problem

2008-01-09 Thread Jordi Prats
Thank you both! Now it's working fine, thanks Jordi Shiby Maria John wrote: I think you have given the wrong port for the worker configuration. You should give the AJP port and not the HTTP port for the worker.

ISAPI redirector log file not being written

2008-01-09 Thread pmarchwiak
Isapi_redirect.dll is not writing to its log file. I have Tomcat 5.5 installed on a Windows Server 2003 box and I am using the ISAPI redirector to redirect some requests from IIS. I am using the isapi_redirect.properties file for my configuration (as opposed to the registry settings) and my

Re: tomcat5.5, balancer

2008-01-09 Thread Julio Cesar Leiva
Hi all When we introduce load balancing and a 2nd tomcat worker, the time to service client requests is not balanced. Some clients are serviced as above, but others may take 10, 20, 30 seconds or more. Eventually, clients timeout and sessions are lost. We ran our test over night with just 20

Re: Forwarding with jkmount

2008-01-09 Thread Rainer Jung
Edwin Walsh wrote: Hi Rainer, I have been playing around with mod_rewrite, but as far as I can tell the rewrite is done before the jkmount. So I can get this wonderful url to be rewritten to the actual name of the web application, but since the old and the new versions have the same name it

RemoteHostValve config problem

2008-01-09 Thread Alex Jacoby
My RemoteHostValve config is causing a NPE when my app deploys, and I can't figure out why. It seems to be that the class can't be found, but the tomcat-optional.jar w/ the class is in the standard /server/lib dir. I'm using Tomcat 5.5.25 (OS X) and 5.5.20 (linux) and am getting the same error

Re: Busyness Method and others...

2008-01-09 Thread Rainer Jung
Mohan2005 wrote: Hello Rainer; Thanks again for taking the time and for the information. if I quote you Who told you that? cping/cpong have nothing to do with load decisions. They only help in deciding, if a worker is in error status or not. Load is distributed between all nodes that are

RE: ISAPI redirector log file not being written

2008-01-09 Thread Charlie Wingate
Have you tried the registry entries? Charlie Wingate [EMAIL PROTECTED] The significant problems we have cannot be solved at the same level of thinking with which we created them. ~ Albert Einstein -Original Message- From: pmarchwiak [mailto:[EMAIL PROTECTED] Sent: Wednesday, January

Re: ISAPI redirector log file not being written

2008-01-09 Thread Rainer Jung
pmarchwiak wrote: Isapi_redirect.dll is not writing to its log file. I have Tomcat 5.5 installed on a Windows Server 2003 box and I am using the ISAPI redirector to redirect some requests from IIS. I am using the isapi_redirect.properties file for my configuration (as opposed to the registry

Re: Busyness Method and others...

2008-01-09 Thread Mohan2005
Great information. This was what we were looking for. This will help us a lot in future changes to our cluster and node infrastructure. Thank you very much. Regards Mohan Rainer Jung-3 wrote: Mohan2005 wrote: Hello Rainer; Thanks again for taking the time and for the information. if

Re: Why use a Web Server over Tomcat?

2008-01-09 Thread Martin Gainty
Apache is considerably lighter on its feet to serve static pages and images quicker than TC Apache's HTTP server resource management algorithm revolves around Prefork MPM OK if you have 1-10 processes..considerably more problematic when Apache attempting to manage 100 concurrent processes Tomcat's

RE: Content_Length Problem

2008-01-09 Thread Woytasik Joe
Just wanted to reply and let you guys know that enabling chunked encoding solved my connection issues with CICS. Thanks for all the help, I would have never found this solution without your assistance. Thanks- Joe -Original Message- From: Tim Whittington [mailto:[EMAIL PROTECTED]

Re: ISAPI redirector log file not being written

2008-01-09 Thread Mladen Turk
pmarchwiak wrote: Isapi_redirect.dll is not writing to its log file. I have allowed full control for the user IUSR_MACHINE_NAME on this file and it makes no difference. If it's working (I suppose it is from your comment), then you should allow the permission read/write/create permission to

Re: Tomcat 5.5 problem with log4j and policy

2008-01-09 Thread Roberto Riggio
As an alternative can you point me to an howto about best pratices in logging with tomcat? R. - Roberto Riggio [EMAIL PROTECTED] wrote: Hi, sorry for the mistake, this is the directory where I'm logging: drwxr-x--- 2 tomcat55 adm 4096 2008-01-08 09:23 tomcat5.5 so the path

Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Frank Z
Hi Peter, Thanks for sending the link. I guess what my real question was: how would I get TC to 'declaratively' instantiate my MBeans ? From the example, most of them has a main() method to instantiate and register the MBeans to the platform MBean Server. What would you recommend for TC , a

RE: Why use a Web Server over Tomcat?

2008-01-09 Thread Bárbara Vieira
Alan and Johnny, I agree with Alan. I'm using the same scheme to save passwords in database, and SSL too. But, Johnny's answer help me understand some things. Johnny, when you say: So in those organization Tomcat is probably behind the second internal firewall for staff to use as well. What do

RE: Why use a Web Server over Tomcat?

2008-01-09 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: Why use a Web Server over Tomcat? Apache is considerably lighter on its feet to serve static pages and images quicker than TC While that was true several years ago, the current versions of Tomcat achieve virtually identical

Re: RemoteHostValve config problem

2008-01-09 Thread Alex Jacoby
Solved: A coworker spotted the problem: I wrote classname instead of className (camelCase). Alex Alex Jacoby wrote: My RemoteHostValve config is causing a NPE when my app deploys, and I can't figure out why. It seems to be that the class can't be found, but the tomcat-optional.jar w/ the

Re: tomcat5.5, balancer

2008-01-09 Thread Gabe Wong
Julio, Double check your httpd.conf to make sure there isn't multiple MaxClients entries that way you are certain the one being used us indeed the entry included in the snippet you had shared with us. Apache does not throw an error for Duplicate MaxClients entries. Julio Cesar Leiva wrote:

response.sendRedirect() failing mysteriously in struts application

2008-01-09 Thread Thomas Okken
Hi all, I'm running into a problem in a struts application I'm working on. In my struts-config.xml, I have this action-mapping: action path=/register scope=session name=RegistrationForm type=com.foo.RegistrationAction forward name=success

Re: response.sendRedirect() failing mysteriously in struts application

2008-01-09 Thread David Delbecq
The illegalStateException while sendRedirect happens because some content has already been submitted to client, thus the http code (OK) was already send and it's too late to change headers. Check your action don't do make output in the action. Thomas Okken wrote: Hi all, I'm running into a

Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The best application server on earth --- Hi Frank, I played with this a long time ago, and I've

mod_jk and Host matches server name

2008-01-09 Thread Dmitry Beransky
I've seen many references to this problem, but since the message is an umbrella to many possible problems, nothing of what I've read so far offers a solution for my particular symptoms. In the back I've got Tomcat 5.5.23 with default configuration: 1. default host is localhost 2. HTTP

web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread cuco2772
error from tomcat. Here is my web.xml: servlet servlet-nameHelloServlet/servlet-name servlet-classHelloServlet/servlet-class /servlet servlet servlet-nameHelloServlet2/servlet-name servlet-classcoreservlets.HelloServlet2/servlet-class /servlet servlet-mapping

Re: Why use a Web Server over Tomcat?

2008-01-09 Thread David Smith
In my CISSP training, we covered the possiblity of putting a web server in between two firewalls. The outer one cleans the course junk out of the data stream like denial of service attacks, web server compromise attackes, malformed packets, as well as closing down server services that should

RE: web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread Caldarale, Charles R
From: cuco2772 [mailto:[EMAIL PROTECTED] Subject: web.xml configured correctly, but still getting '404...resource not found' What's in the logs? Then I shutdown tomcat and restarted it. Are you using a real Tomcat, or some 3rd-party repackaged (i.e., broken) version? Would adding my

problem with data input

2008-01-09 Thread Steve Ingraham
I hope I am able to explain this problem adequately. If I have gaps in my explanation let me know and I will attempt to clarify further. I know enough about Tomcat to be dangerous, as they say. I hope you guys might be able to help me so here goes. We have a MySQL database that we input case

RE: problem with data input

2008-01-09 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: problem with data input running in Apache Tomcat 5.1.5.15. No such level; what are you really running? Also, what OS and what JVM? However, if I try to alter that data from the web application nothing happens. Are the requests

Re: web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread David Smith
Messing with the classpath will bring you nothing but pain and misery. I would strongly recommend you leave it alone. Also the servlet mappings are relative to the context so your good on that front as well. Are there any messages in your tomcat logs regarding the request? Are you sure

Re: How Do I do (Can I do) Apache like redirects in Tomcat

2008-01-09 Thread Nikola Milutinovic
There is a project called URL Filter doing just that. http://tuckey.org/urlrewrite/ Nix., - Original Message From: Rob Tanner [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, January 8, 2008 7:51:45 AM Subject: How Do I do (Can I do) Apache like redirects

RE: problem with data input

2008-01-09 Thread Steve Ingraham
running in Apache Tomcat 5.1.5.15. No such level; what are you really running? Also, what OS and what JVM? I am not sure then what version of Tomcat. How can I find this information? When I startup the service I get this return: [EMAIL PROTECTED] bin]# sh startup.sh Using

debugging connectors

2008-01-09 Thread Dmitry Beransky
Hi, I can't find any definitive documentation on this. Does the Connector element in Tomcat 5.5. support the debug property (I've seen examples of this in older Tomcats)? If so, where will the output go? Thanks Dmitry - To

RE: problem with data input

2008-01-09 Thread Steve Ingraham
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 12:59 PM To: Tomcat Users List Subject: RE: problem with data input From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: problem with data input running in

Re: tomcat5.5, balancer

2008-01-09 Thread Julio Cesar Leiva
I double checked just one entry in server-tunning.conf Gabe Wong wrote: Julio, Double check your httpd.conf to make sure there isn't multiple MaxClients entries that way you are certain the one being used us indeed the entry included in the snippet you had shared with us. Apache does not

Re: looking for sample MBean code for tomcat 6

2008-01-09 Thread Peter Rossbach
Hi Frank, you can add your Mbeans at following file === $catalina.base/conf/tomca5-mbeans.xml == bean mbean name=Bean:type=Bean code=test.MyBean attribute name=name value=Peter/ /mbean jmx-operation objectName=Bean:type=Bean operation=show/ mbean name=Bean:type=Bean2

Re: debugging connectors

2008-01-09 Thread Filip Hanik - Dev Lists
no debug property anymore, you can add org.apache.coyote.http11.level=FINE in your logging.properties file Filip Dmitry Beransky wrote: Hi, I can't find any definitive documentation on this. Does the Connector element in Tomcat 5.5. support the debug property (I've seen examples of this in

Re: web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread cuco2772
The guide I've been using for trying to set this up is the coreservlets book by Marty Hall. He says set the classpath but the info there is for tomcat 4. Are you saying I could just get rid of the classpath environment variable entirely and it wouldn't make any difference ? (I did set it to

Re: tomcat 5.0.28 and SSL setup

2008-01-09 Thread Schadler Johann
If you are still looking for a solution: There is a mismatch in your informations: you wrote, the keystore file would be located in your home directory but in the connector properties the keystore is referenced to be located at /user/machine/.keystore: are you aware of this difference?

Re: web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread David Smith
The tomcat startup script set's it's own classpath, ignoring the environment set classpath. This has been the case since tomcat 4. Tomcat 3 used to be a real headache because of the need to set a classpath. If I remember correctly, tomcat 3.3 was the first version to start offering a

RE: web.xml configured correctly, but still getting '404...resourcenot found'

2008-01-09 Thread Caldarale, Charles R
From: cuco2772 [mailto:[EMAIL PROTECTED] Subject: Re: web.xml configured correctly, but still getting '404...resourcenot found' The guide I've been using for trying to set this up is the coreservlets book by Marty Hall. He says set the classpath but the info there is for tomcat 4. Even

RE: problem with data input

2008-01-09 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input validateJarFile(/usr/local/tomcat/webapps/occa/WEB-INF/lib/ servlet-api-2.3.jar) - jar not loaded. No servlet-api jar should be part of a webapp. The servlet API classes are provided by Tomcat (and every

RE: web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread cuco2772
I did touch web.xml and it worked. Weird. Of course if I restart tomcat it wont work again. Its the latest tomcat 6.0.14. The tomcat error logs are posted in the above reply. Caldarale, Charles R wrote: From: cuco2772 [mailto:[EMAIL PROTECTED] Subject: web.xml configured correctly, but

RE: problem with data input

2008-01-09 Thread Steve Ingraham
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 3:33 PM To: Tomcat Users List Subject: RE: problem with data input From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input

RE: problem with data input

2008-01-09 Thread Steve Ingraham
Ok, I am not having much luck resolving my problem. I am including some information from the logs I have below. Here is some of the content for a log from 01-07-2008: Jan 7, 2008 7:46:51 AM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Jan 7, 2008

Re: DataSource question

2008-01-09 Thread Eqbal
I am using lambdaprobe to monitor the datasource and it shows that many maxActive connections for each webapp deployed. So the total possible max connections to the database would become maxActive times number of webapps. But I would like to confirm that as I have had occasional database

Re: web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread cuco2772
Check this out, I did 'touch web.xml' then hit reload in the browser window and it worked. If I restart tomcat though, it probably wont work as before. Here's what my catalina.out looked like after that: [EMAIL PROTECTED]:/usr/local/tomcat/apache-tomcat-6.0.14/logs# tail -f catalina.outJan 9,

RE: problem with data input

2008-01-09 Thread Steve Ingraham
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 3:37 PM To: Tomcat Users List Subject: RE: problem with data input From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input running in

RE: problem with data input

2008-01-09 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input running in Apache Tomcat 5.1.5.15. No such level; what are you really running? Also, what OS and what JVM? I am not sure then what version of Tomcat. How can I find this information? You just

RE: problem with data input

2008-01-09 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input So If there is a jar not loaded where should it be? No one said there was a jar not being loaded - just that you have at least one jar in WEB-INF/lib that should be removed. Tomcat usually figures out that

Tomcat Startup Hitting Webpage

2008-01-09 Thread Troy Davidson
Ok, I'm sure I read this somewhere but can't find it. I have a few apps that need to have threads started when Tomcat starts. Isn't there a way to tell Tomcat to hit the addresses of these apps to start them up when Tomcat starts up? I've searched everywhere and can't find anything. Not

Re: Preferred load-balanced worker

2008-01-09 Thread Nahor
Rainer Jung wrote: Hi, Nahor wrote: Hi, Is there a way to specify at runtime what worker the load-balancer should use first? For some request, we can't use cookies so we pass the session id via the URL or via the query string. We then force the worker using RewriteRule and the

Embedded Tomcat 5.5.17 error

2008-01-09 Thread sush0000
Hi All, I am trying to develop a web application using EMBEDDED TOMCAT (5.5.17 version). I am using standard function registWAR(contextPath, warPATH). Inside this function, right after adding CONTEXT to HOST, I am getting this exception. Any help with this EXCEPTION and EMBEDDED TOMCAT

Re: web.xml configured correctly, but still getting '404...resource not found'

2008-01-09 Thread cuco2772
Fixed. There was a parse error at context.xml, line 20, column 2. The offending line: Context path= docBase=webapps/ROOT debug=0 reloadable=true crossContext=true /Context I read somewhere that you were supposed to do this. Evidently bad info or old info. Thanks for all the replies.

RE: problem with data input

2008-01-09 Thread Steve Ingraham
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 4:21 PM To: Tomcat Users List Subject: RE: problem with data input From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input So If there is

RE: problem with data input

2008-01-09 Thread Caldarale, Charles R
From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input So I can look in /usr/local/tomcat/common/lib and any duplicates of those in /usr/local/tomcat/webapps/occa/WEB-INF/lib I will remove. Am I thinking about this correctly? Yes. Just remember this is

RE: web.xml configured correctly, but still getting '404...resourcenot found'

2008-01-09 Thread Caldarale, Charles R
From: cuco2772 [mailto:[EMAIL PROTECTED] Subject: Re: web.xml configured correctly, but still getting '404...resourcenot found' There was a parse error at context.xml, line 20, column 2. Which context.xml? If it's in the webapp's META-INF directory or conf/Catalina/[hostname]/[appname],

RE: Tomcat Startup Hitting Webpage

2008-01-09 Thread Caldarale, Charles R
From: Troy Davidson [mailto:[EMAIL PROTECTED] Subject: Tomcat Startup Hitting Webpage I have a few apps that need to have threads started when Tomcat starts. Read the servlet spec, especially the section on lifecycle listeners. Make sure you terminate the threads when the webapp is

Re: Tomcat Startup Hitting Webpage

2008-01-09 Thread Troy Davidson
Charles, Thanks for the info. I knew it was out there somewhere. Troy Davidson Senior Programmer Maverik, Inc. 880 W. Center St. NSL, Utah 84054 Thank you for allowing us to service your technical needs, Your Technical Services Team Caldarale, Charles R wrote: From: Troy Davidson

RE: web.xml configured correctly, but still getting '404...resourcenot found'

2008-01-09 Thread cuco2772
This context.xml was the one in conf. All I did was copy the original context.xml back. I have 3 context.xmls : /usr/local/tomcat/apache-tomcat-6.0.14/webapps/host-manager/META-INF/context.xml /usr/local/tomcat/apache-tomcat-6.0.14/webapps/manager/META-INF/context.xml

RE: web.xml configured correctly, but still getting'404...resourcenot found'

2008-01-09 Thread Caldarale, Charles R
From: cuco2772 [mailto:[EMAIL PROTECTED] Subject: RE: web.xml configured correctly, but still getting'404...resourcenot found' This context.xml was the one in conf. That explains why you had problems. The one in conf contains attributes to be shared by *all* webapps; under no

RE: problem with data input

2008-01-09 Thread Steve Ingraham
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wed 1/9/2008 5:02 PM To: Tomcat Users List Subject: RE: problem with data input From: Steve Ingraham [mailto:[EMAIL PROTECTED] Subject: RE: problem with data input So I can look in

getting WARNING: Error sending end packet in my catalina.out file

2008-01-09 Thread Randy Paries
Hello, Just built a new box. it is Centos 5 Apache/2.2.3 tomcat-5.5.15 mod_jk-1.2.23-apache-2.2.x-linux-x86_64.so i am getting tons of these in my log file: I would appreciate any help in debugging this thanks Jan 10, 2008 6:19:50 AM org.apache.jk.core.MsgContext action WARNING: Error sending

created new box, can not see Cluster

2008-01-09 Thread Randy Paries
hello, Just build a new box on Centos 5, i have two other boxes on FC4 they are all running jdk1.5.0_11 tomcat-5.5.15 I can not get the new server to join the cluster. this is from the logfile: Jan 10, 2008 7:39:46 AM org.apache.catalina.cluster.tcp.SimpleTcpCluster start INFO: Cluster is about