Re: FW: Issue with tomcat 6 connector

2011-03-22 Thread Krish
. Thanks for all your help. Regards, Krish On Mon, Mar 21, 2011 at 10:12 AM, Krish kris...@gmail.com wrote: Hi, Can somebody help me with this issue. Appreciate your help or let me know what would be the best solution to implement this. Thanks. On Sun, Mar 20, 2011 at 11:17 PM, Krish kris

Re: FW: Issue with tomcat 6 connector

2011-03-21 Thread Krish
/config/logs/jk_shm Krish On Sat, Mar 19, 2011 at 9:03 PM, Martin Gainty mgai...@hotmail.com wrote: you're routing jsp to jk-service what is jk-service Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

Re: FW: Issue with tomcat 6 connector

2011-03-21 Thread Krish
Hi, Thanks for the reply. I changed the obj.conf as u suggested. Still it is same. It is not recognizing any jsp file. It says 404 file not found error. It only looks for html pages. Regards, Krish On Sun, Mar 20, 2011 at 11:40 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/3/21

Re: FW: Issue with tomcat 6 connector

2011-03-21 Thread Krish
Hi, Can somebody help me with this issue. Appreciate your help or let me know what would be the best solution to implement this. Thanks. On Sun, Mar 20, 2011 at 11:17 PM, Krish kris...@gmail.com wrote: Martin, Thanks for the email. Please find the answers for your questions. Before

Re: Issue with tomcat 6 connector

2011-03-20 Thread Krish
Hi Michael, I can't even access the jsp's under document root as well. Only html's work. I just followed this documentation. No jsp's work. That is the whole problem. Please let me know the correct configuration. http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html Regards, Krish

Re: Issue with tomcat 6 connector

2011-03-20 Thread Krish
Hi, I am not able to get you. i am not using any apache here. Regards, Krish On Sun, Mar 20, 2011 at 4:14 AM, André Warnier a...@ice-sa.com wrote: Probably in some way, the same ever recurring issue of allowing Apache to bypass Tomcat and get to the JSP pages directly. Krish wrote: Hi

Issue with tomcat 6 connector

2011-03-19 Thread Krish
Hi, I am using tomcat 6.0.20. In the frontend i have sun one webserver 7 using nsapi_redirect-1.2.31 connector. My OS is windows server 2003 32bit. I am trying to create a connector using the document below. http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html my

Re: Issue with tomcat 6 connector

2011-03-19 Thread Krish
/WebServer7/https-dca-app-170/config/logs/jk_shm Krish On Sat, Mar 19, 2011 at 9:03 PM, Martin Gainty mgai...@hotmail.com wrote: you're routing jsp to jk-service what is jk-service Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und

Re: Accessing a Tomcat webapp from a PHP webapp

2010-02-18 Thread Krish
Sent from my iPhone On Feb 18, 2010, at 6:32 PM, Christopher Schultz ch...@christopherschultz.net wrote: access? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Restriciting maximum post size in Tomcat

2006-08-22 Thread Krish B
acceptCount=100 connectionTimeout=2 disableUploadTimeout=true/ ) How to get this feature to work. I have searched all over the place and dont have answers. I have tried 5.5.17 15 tomcat. I use a FORM to POST a file of large size. Thanks for any help Rgds Krish

Re: Restriciting maximum post size in Tomcat

2006-08-22 Thread Krish B
hi , this works. I had set wrong encoding in the FORM. It should be application/x-www-form-urlencoded Tx, Krishnakumar On 8/22/06, Krish B [EMAIL PROTECTED] wrote: I set the maxPostSize=1000 in the server.xml and started the server. If i post 1000 i dont get a error. ( Connector port

maxPostSize in Tomcat

2006-08-19 Thread Krish B
hi, I am trying to use maxPostSize of tomcat in 5.5.15. I edited the server.xml and added maxPostSize = 4MB Connector port=8080 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false redirectPort=8443

Re: maxPostSize in Tomcat

2006-08-19 Thread Krish B
hi Mark, Yes. I used apache httpclient to POST a large file to a servlet in Tomcat. I expected tomcat to throw a error as size was cet to 4 MB. Any thoughts where i am wrong... Regards KK On 8/19/06, Mark Thomas [EMAIL PROTECTED] wrote: Krish B wrote: hi, I am trying to use maxPostSize

Re: maxPostSize in Tomcat

2006-08-19 Thread Krish B
Hi Mark, I restarted Tomcat after making the change i am using port 8080. Regards KK On 8/19/06, Krish B [EMAIL PROTECTED] wrote: hi Mark, Yes. I used apache httpclient to POST a large file to a servlet in Tomcat. I expected tomcat to throw a error as size was cet to 4 MB. Any thoughts

Re: maxPostSize in Tomcat

2006-08-19 Thread Krish B
Hi, I tried doing the same using a FORM input input type=file name=file-upload This also works and i dont get an error for large file sizes more than the limit. Regards KK On 8/19/06, Krish B [EMAIL PROTECTED] wrote: Hi Mark, I restarted Tomcat after making the change i am using port

Not getting error for posting large data

2006-08-19 Thread Krish B
redirectPort=8443 acceptCount=100 connectionTimeout=2 disableUploadTimeout=true/ I used a FORM to post data maxPostSize But i dont get a error. The request is processed by the servlet. I think my configuration is wrong... Any help in correcting this Regards Krish

Startup exception in Tomcat

2006-05-08 Thread Krish B
hi, I get an exception sometimes during tomcat startup. I saw a few posts related to this but am not able to resolve the same. java.util.ConcurrentModificationException at java.util.HashMap.onEntry(HashMap.java:205) at java.util.HashMap.transfer(HashMap.java:510) at

Tomcat releases

2006-04-19 Thread Krish B
hi, I have a couple of basic question about tomcat releases. 1) 5.5.17 is in beta. Will there be a release of 5.5.17 final and then work will go on to release 5.5.18. 2) When will Tomcat 6.0 be releases\d? Will there be more 5.5.X releases before 6.0? Regards Krish

Tomcat on other JVM

2006-04-03 Thread Krish B
hi, can i run Tomcat on Non - Sun JVM e.g) IBM. Regards Krish