Re: Missing JNDI resource params after deployment.

2005-04-24 Thread QM
On Thu, Apr 21, 2005 at 10:25:55AM -0400, David C. Hicks wrote: : I have the following in a file called ems.xml in my META-INF : directory. After deploying this application, the JNDI resource is : listed for the application in the administration screen, but none of the : ResourceParams are

Re: Tomcat in a clustered Enviroment

2005-04-24 Thread Josef Whiter
I tried using the Cluster directive with the Membership directive in there but it still wont bind to the virtual interface. Josef On Fri, 22 Apr 2005, Josef Whiter wrote: Hello, Its IBM's 1.4.2 jvm, Red Hat Enterprise Linux 3 and tomcat 5.0.28. I will look into that directive. Thank you,

snmp and Nagios

2005-04-24 Thread lawrence
Hi all, New to the tomcat list. I have spent the last few days searching the net for ideas on how to monitor tomcat via SNMP. I am trying to gather information like: Number of sessions per minute. Number of spare threads etc. Basically I am trying to get over all health of the tomcat

Re: snmp and Nagios

2005-04-24 Thread Just another UFO mechanic
Check out this new to the 1.5 JRE this will help with the memory and GC stuff. http://java.sun.com/j2se/1.5.0/docs/guide/management/SNMP.html Fantastic well done SUN The manager app on tomcat can give you the session data but if you want the data through a network mgmt tool typically the best

How get www.site.com homepage requests to forward to Tomcat without a redirect?

2005-04-24 Thread PAlvin
I'm currently using Tomcat 4. When someone goes to my site, say, www.site.com, I'd like it run a servlet for the home page instead of a static page (my entire site is dynamic). I configured the connector to send all *.htm files to Tomcat and I created a re-write rule in the Apache configuration

Re: Error 400 no such host.

2005-04-24 Thread jesper
Søndag den 24. april 2005 07:26 skrev Mark Leone: FWIW, I tried this on my Windows XP system, and it worked. I copied the webapps folder with one of its app folders to the system root directory, set appbase=c:\webapps, and it worked. One observation that may shed some light on your problem.

Re: VM thread dump from windows service

2005-04-24 Thread Patrick Lacson
This looks promising. the application detects VM instances and can pull a thread-dump on that instance.. i'll try it on monday and see how it goes. thanks! On 4/22/05, Anoop kumar V [EMAIL PROTECTED] wrote: Patrick, I am not sure if this will help you but it is worth checking out Stack

Re: Missing JNDI resource params after deployment.

2005-04-24 Thread Parsons Technical Services
Which version of Tomcat are you running. There is a difference from the 5.0.x and 5.5.x tree. The setup you have listed is for the 5.0.x branch. Doug PS Didn't mean to not respond but I actually took a small vacation to Busch Gardens. Apollo's Chariot rocks, especially front row! And just now

Re: snmp and Nagios

2005-04-24 Thread Robert r. Sanders
A quick search of google for jmx snmp found this: http://edge.mcs.drexel.edu/GICL/people/sevy/snmp/snmp.html lawrence wrote: Hi all, New to the tomcat list. I have spent the last few days searching the net for ideas on how to monitor tomcat via SNMP. I am trying to gather information like:

Application deployed twice

2005-04-24 Thread R A
If I place the Context tag(see below) in both the server.xml and application context xml, the application is deployed twice: Context debug=5 crossContext=true docBase=members path=/ reloadable=false ResourceLink name=jdbc/poolDB global=jdbc/poolDB type=javax.sql.DataSource/ /Context Why is

Very basic question about running perl cgi on tomcat

2005-04-24 Thread Robert Kerry
I changed the web.xml file and the .jar suffix as required, and create a new directory WEB-INF/cgi/ under webapps/ directory, I put my first.pl into that directory, and try to visit it using http://localhost:8080/cgi/first.pl but it doesn't work. I've also tried /cgi-bin/first.pl and something

tomcat jsp problem with cookies

2005-04-24 Thread XiaoPeng
Dear Sir/Madam, This is XiaoPeng here. I am using Tomcat 5.5.8 and JDK 1.5 to develope a project now. The problem is the cookie is not stable. I had tried many times, and tried to use session insead of cookie, but seems it doesn't work. The cookie code is showing below,

Re: tomcat jsp problem with cookies

2005-04-24 Thread Darek
I think you have an error in your code. Cookie cookies[]=request.getCookies(); ... uCookie=cookies[0]; username=sCookie.getName(); is it sCookie or uCookie? DarekC On Mon, 25 Apr 2005 11:30:55 +0800 XiaoPeng [EMAIL PROTECTED] wrote: Dear Sir/Madam, This is XiaoPeng here. I am using

Re: tomcat jsp problem with cookies

2005-04-24 Thread nora(nonie)
IM SORRY I HAVE NO IDAEL, I AM COMPUTER ILLERATITE BUT I DO NOT WISH TO BE A MEMBER OF YOUR SITE BECAUSE I VISITED IT BY ACCIDENT, PLEASE REMOVE ME FROM YOUR MAILING LIST. I HOPE YOU FIND SOMEONE TO HELP YOU AND GET YOUR PROBLEM STRAIGHTEN OUGOOD LUCK! -Original Message- From: XiaoPeng

Re: Tomcat in a clustered Enviroment

2005-04-24 Thread Peter Rossbach
Your are sure that the ip interface is configured for Multicast? Peter Josef Whiter schrieb: I tried using the Cluster directive with the Membership directive in there but it still wont bind to the virtual interface. Josef On Fri, 22 Apr 2005, Josef Whiter wrote: Hello, Its IBM's 1.4.2 jvm, Red