Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Don Hill
Chris, Thanks for following up on this. From what I can tell it appears that the HTTPD server is stalling at MaxClients. This usually happens after some mailing and the site gets hit really hard with users, upward of 3000 active sessions being handle by 2 HTTPD servers and 4 Tomcat instances. Sinc

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
Thak you all !!! On Fri, Dec 31, 2010 at 12:27 AM, Mark Eggers wrote: > It appears that NetBeans 6.9.1 will allow you to create Java web > applications with incompatible containers / frameworks. > > For example, you can do the following: > > 1. Create a Java web application targeted for Tomcat 5

Re: Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
Ok but application is automaticaly generated in NetBeans 6.9 and it containes only one .jsp page it is index.jsp. And i chosed Tomcet 5.5 and J2EE 1.4. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee h

Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don, On 12/30/2010 10:41 AM, Don Hill wrote: > My mistake, Here are the details. I should have confirmed first before > posting but besides the apache version everything else is correct. > > tomcat 5.5.2.7 That's not a version published by Tomcat. M

Re: Shared SSL

2010-12-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Surya, On 12/29/2010 2:52 PM, Surya Mohan wrote: > I am trying to use a shared SSL to configure the app for multiple > clients using Tomcat 5.5. What do you mean when you say "shared SSL"? Any number of clients can use an SSL setup. > It works fine

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread Mark Eggers
It appears that NetBeans 6.9.1 will allow you to create Java web applications with incompatible containers / frameworks. For example, you can do the following: 1. Create a Java web application targeted for Tomcat 5.5 2. Select J2EE 1.4 (only item permissible) 3. Use the default source level of 1

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread André Warnier
Sasa Rakic wrote: Here is print screen of netstat -ano like image.jpg! Did I not warn you to not post these things as attachment, but paste the text right here ? Also, maybe stop posting the same problem multiple times with different subjects and descriptions. That is a bit confusing to say

Re: Tomcat 5.5 problem

2010-12-30 Thread Mark Eggers
>From the following, it looks like Tomcat is running fine: Dec 30, 2010 6:55:42 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 2031 ms >From the following, it looks like your application is not running fine: Dec 30, 2010 7:15:58 PM org.apache.catalina.startup.HostConfig de

Re: Tomcat 5.5 problem

2010-12-30 Thread Konstantin Kolinko
2010/12/30 Sasa Rakic : > 1.I put .war file from my JSF project in to webapps folder of my apache What version of JSF? Please show us your web.xml Maybe you will need Tomcat 6 for your application. (See "Which version?" link on the main page of tomcat.apache.org). Can you use Tomcat 6? > tomca

Re: Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
1.I put .war file from my JSF project in to webapps folder of my apache tomcat 5.5.31 directory. .../apache tomcat 5.5.31/webapps/MyProject.WAR 2.From the command prompt i start startup.bat file which is positioned in .../apache tomcat 5.5.31/bin/startup.bat. And Tomcat does not work. If i do same

Re: Tomcat 5.5 problem

2010-12-30 Thread Konstantin Kolinko
2010/12/30 Sasa Rakic : > I have problem with this version of Tomcat 5.5.31 on Windows XP SP3 and also > on Windows 7. I use jdk. > Here is print screen of netstat -ano from cmd prompt like netstat -ano.jpg! > I hope someone hava idea what is the problem! > This mailing list does not allow images

Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
I have problem with this version of Tomcat 5.5.31 on Windows XP SP3 and also on Windows 7. I use jdk. Here is print screen of netstat -ano from cmd prompt like netstat -ano.jpg! And here is server.xml without comments!

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
Here is print screen of netstat -ano like image.jpg! Is this OK? - To unsubscribe, e-mail: users-unsubscr...@tomcat.

Re: Intercept Tomcat log

2010-12-30 Thread André Warnier
Mikolaj Rydzewski wrote: On Thu, 30 Dec 2010 13:28:02 -0200, Igor Simões wrote: Is there any way to intercept log entries? We are building a monitoring mechanism that open JIRA issues for some kinds of uncaught exceptions, so I need to monitor exceptions that appear on catalina.out log f

Re: Intercept Tomcat log

2010-12-30 Thread Mikolaj Rydzewski
On Thu, 30 Dec 2010 13:28:02 -0200, Igor Simões wrote: Is there any way to intercept log entries? We are building a monitoring mechanism that open JIRA issues for some kinds of uncaught exceptions, so I need to monitor exceptions that appear on catalina.out log file. Implement custom l

Re: Tomcat 5.5/HTTPD cluster question

2010-12-30 Thread Don Hill
My mistake, Here are the details. I should have confirmed first before posting but besides the apache version everything else is correct. tomcat 5.5.2.7 apachectl -l shows prefork compiled in. *$JAVA_HOME/bin/java -version* java version "1.6.0_10" Java(TM) SE Runtime Environment (build 1.6.0_10

Intercept Tomcat log

2010-12-30 Thread Igor Simões
Hi, Is there any way to intercept log entries? We are building a monitoring mechanism that open JIRA issues for some kinds of uncaught exceptions, so I need to monitor exceptions that appear on catalina.out log file. -- []'s Igor Regis

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread André Warnier
Hi. 1) stop /both/ tomcats and make sure they are stopped. 2) open a command window, and type the command : netstat -ano then copy the result and paste it here. 3) then also paste the conf/server.xml file of tomcat 5.5 here, after removing all the comments and any passwords etc.. Do not prov

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
Ok i will rephrase question. When i run startup.but for Tomcat 5.5.31 on my windows xp from command prompt i get the message SEVERE: Error listenerStart after this some more lines and at the end: INFO: Server Startup in 3300ms. I do not know why is this happeninig. Could someone plese help me w

RE: Tomcat security problem..please help

2010-12-30 Thread Yaragalla, Muralidhar
Thank you so much. I will do that. Thanks and Regards, Muralidhar Yaragalla, Senior Software Specialist, Patni Computer Systems Ltd, B-45/B-46, SIPCOT IT Park, Rajiv Gandhi Salai (IT Highway), Siruseri,Chennai - 603 103. Tel: 91 44 4744 x 2224 Link Line: 9 613 4516 Mobile : 9791174806 ---

Re: Novice's

2010-12-30 Thread Michael Ludwig
Morten Bo Ølbye schrieb am 30.12.2010 um 12:39 (+0100): > Dear all. > I have tryed to find out how to use Tomcat. > So far not very successfully. > Some help is needed, but in order not to strain the user list too much > i have put my request in my own link: > > http://www.graphelle-elektronik.dk/

Re: Novice's

2010-12-30 Thread Pid
On 12/30/10 11:39 AM, Morten Bo Ølbye wrote: > Dear all. > I have tryed to find out how to use Tomcat. > So far not very successfully. > Some help is needed, but in order not to strain the user list too much i have > put my request in my own link: Which is actually more difficult for list readers

Re: Novice's

2010-12-30 Thread André Warnier
Morten Bo Ølbye wrote: Dear all. I have tryed to find out how to use Tomcat. So far not very successfully. Some help is needed, but in order not to strain the user list too much i have put my request in my own link: http://www.graphelle-elektronik.dk/Apache_Software_Foundation/tomcat-help.html

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread Sasa Rakic
No i have not i am not sure how to do it. When i exit NetBeans, NetBeans autommaticaly stops Tomcat every time. Why you think this could be helpful ?

Novice's

2010-12-30 Thread Morten Bo Ølbye
Dear all. I have tryed to find out how to use Tomcat. So far not very successfully. Some help is needed, but in order not to strain the user list too much i have put my request in my own link: http://www.graphelle-elektronik.dk/Apache_Software_Foundation/tomcat-help.html

Re: NetBeans Tomcat 5.5 problem

2010-12-30 Thread Morten Bo Ølbye
Have you tryed to stop Tomcat in Apache->open services - Original Message - From: "Sasa Rakic" To: "Tomcat Users List" ; "Mark Eggers" Sent: Thursday, December 30, 2010 4:03 AM Subject: Re: NetBeans Tomcat 5.5 problem Java 6.23 and windows 7 ---

Re: Tomcat security problem..please help

2010-12-30 Thread André Warnier
Yaragalla, Muralidhar wrote: Hi all , I have added security manager in a filter initialization method in my webb app. I have deployed webapp in tomcat and when I start tomcat it is throwing the following error. Kindly help me in this. How to avoid this?What should I do in the security polic