questions on documentation for configuring AJP connector

2010-06-28 Thread Rumpa Giri
, maxThreads, minSpareThreads) - for example - does the maxSpareThreads have to be certain % of maxThreads? Thank you for reading the question. Regard, Rumpa Giri

connector configuration values - need help to review

2010-06-28 Thread Rumpa Giri
for production environment? Regards, Rumpa Giri

RE: questions on documentation for configuring AJP connector

2010-06-28 Thread Rumpa Giri
are upgrading to 1.2.30. Thank you for all the detailed information. Regards, Rumpa Giri -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, June 28, 2010 3:04 PM To: Tomcat Users List Subject: Re: questions on documentation for configuring AJP connector Rumpa Giri

OCI vs THIN

2007-12-03 Thread Rumpa Giri
proving that OCI performs better than THIN driver? What are you using for your production JDBC driver? Have you had a chance to compare the two before making the decision? Thanks, Rumpa Giri - Be a better friend, newshound, and know-it-all with Yahoo

Re: Tomcat Service and OCI

2007-12-01 Thread Rumpa Giri
. -Tim Rumpa Giri wrote: Hello, I am trying to run the tomcat as NT Service, but does not seem to work with OCI, if I run the same tomcat instance not as a service but via startup.bat, the OCI JDBC driver works fine. Can anybody help me locate how to fix the service installation script

Tomcat Service and OCI

2007-11-30 Thread Rumpa Giri
of starting tomcat works fine with the driver, its the service installation script which is missing something. Thanks, Rumpa Giri - Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.

session not maintained struts/tomcat 5.0.25

2006-07-11 Thread Rumpa Giri
the problem, the moment we put another tomcat into the mix the session is no longer maintained. Anybody had similar experience? Any help will be much appreciated, Thanks for reading. Rumpa Giri __ Do You Yahoo!? Tired of spam? Yahoo

Re: session not maintained struts/tomcat 5.0.25

2006-07-11 Thread Rumpa Giri
server again by iis after the first request, neither the session was maintained. Thanks, Rumpa Rumpa Giri [EMAIL PROTECTED] wrote: We have a struts application on tomcat 5.0.25 jdk1.4, which does not seem to maintain session, when the request lands up on a particular tomcat. We have two

Re: tomcat 5.0.28 with JDK 1.5?

2006-06-17 Thread Rumpa Giri
Yes, it works. We have it currently on production. Thanks, Rumpa Giri Sunitha Kumar (sunithak) [EMAIL PROTECTED] wrote: Hi, Wanted to check if tomcat 5.0.28 would work with JDK 1.5? thnx -sunitha - Yahoo! Groups gets better. Check out

System.setProperty question

2006-06-07 Thread Rumpa Giri
is happening behind the scene? Why does order matter? Thanks for reading. Rumpa Giri __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

RE: Tomcat /JSSE help needed

2006-06-06 Thread Rumpa Giri
) ... 17 more Thanks for the reading, Rumpa Giri Tim Lucia [EMAIL PROTECTED] wrote: v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} To answer your most-recent question

RE: Tomcat /JSSE help needed(Resolved)

2006-06-06 Thread Rumpa Giri
fine. One more change was instead of the casting it to a HttpsURLConnection, we cast it to java.net.HttpURLConnection. Thanks, Rumpa Giri Rumpa Giri [EMAIL PROTECTED] wrote: I apologise for the confusion, but I was trying to figure out where the problem lies, so I was jotting down

Tomcat /JSSE help needed

2006-06-05 Thread Rumpa Giri
.) Thanks a lot for reading, Rumpa Giri - Feel free to call! Free PC-to-PC calls. Low rates on PC-to-Phone. Get Yahoo! Messenger with Voice

tomcat service/JDK question

2006-05-03 Thread Rumpa Giri
installation is nothing but a copy of existing tomcat instance with changed server.xml port numbers. What can be different in the old tomcat services? Can the way the service was installed make a difference as described above? Thanks for reading, Rumpa Giri

Re: tomcat service/JDK question

2006-05-03 Thread Rumpa Giri
Thanks a lot Sreeni. Yes it is pointing to JDK 1.4. Thanks again, Rumpa Giri Sreenivasulu R Gaddam [EMAIL PROTECTED] wrote: Tomcat takes the jvm path from the registry parameters. you can look at the jvm paramter at \HKEY_LOCAL_MACHINE\SOFTWARE\Apache sotware foundation\procrun2.0

memory footprint question (5.0.28)

2006-04-24 Thread Rumpa Giri
add more tomcat instance and add them to the balanced_worker also, will the memory usage reduce for individual tomcat instance; now that the IIS will spread the new requests evenly among the tomcats? Thanks, Rumpa Giri - New Yahoo! Messenger

Re: connector maxProcessor attribute question

2006-04-21 Thread Rumpa Giri
We are currently using 5.0.28 tomcat version. We were referring to docs for version 5.0. Thanks, Rumpa Giri Bill Barker [EMAIL PROTECTED] wrote: Rumpa Giri wrote in message news:[EMAIL PROTECTED] I had 2 questions regarding tomcat configuration: 1) We are currently trying to reconfigure

question on jvmRoute parameter (tomcat version 5.0.28)

2006-04-21 Thread Rumpa Giri
tomcat instances. server9 through server12 is on one machine having 4 tomcat instances. Thanks, Rumpa Giri - New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

server.xml question on Connector Tag

2006-04-20 Thread Rumpa Giri
maxSpareThreads=75 enableLookups=false redirectPort=8443 acceptCount=100 debug=0 connectionTimeout=2 disableUploadTimeout=true / We are using tomcat version 5.0.28 Thanks, Rumpa Giri

multiple service tags in server.xml

2006-04-20 Thread Rumpa Giri
I am going through the the documentation on configuring tomcat, and it mentions that in the server.xml I can have multiple service tags with different connectors. Under what kind of circumstances, is this kind of configuration useful? having multiple service each with different connector port

Re: server.xml question on Connector Tag

2006-04-20 Thread Rumpa Giri
could do something like http://localhost:9005/someapp/index.jsp Now that we have only AJP connector the only way to get to tomcat is via the IIS? http://myserver.com/someapp/index.jsp? Thanks a lot, Rumpa Giri Mark Thomas [EMAIL PROTECTED] wrote: Rumpa Giri wrote: Hello, While configuring tomcat

connector maxProcessor attribute question

2006-04-20 Thread Rumpa Giri
. In the configuration described above(1), since all the webservers are going to point to all the tomcat instances, we are thinking of putting [maxProcessors value of zero (0) ] in the AJP connector. Is there any disadvantage to that? Thanks, Rumpa Giri

Re: multiple service tags in server.xml

2006-04-20 Thread Rumpa Giri
I am new to this forum, it won't happen again. Thanks for reminding me. Thanks again, Rumpa Giri Mark Thomas [EMAIL PROTECTED] wrote: When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many

multiple service tags in server.xml

2006-04-20 Thread Rumpa Giri
conifgured? Thanks, Rumpa Giri - How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.

Re: server.xml question on Connector Tag (ignore the question)

2006-04-20 Thread Rumpa Giri
Ignore the question, found the answer reading docs. Our tomcat instances did not open the http port only uses the Coyote/JK2 AJP 1.3 Connector. Thanks, Rumpa Giri Rumpa Giri [EMAIL PROTECTED] wrote: Hello, While configuring tomcat can I do the following in the server.xml? In the current