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 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 a

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 wrote: > Martin, > > Thanks for the email. > > Please find the answers for your questions. Befo

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 wrote: > 2011/3/21 Krish : > &g

Re: FW: Issue with tomcat 6 connector

2011-03-20 Thread Krish
2/config" > > LateInit="yes" > > Init fn="pool-init" disable="false" > > Init fn="load-modules" funcs="jk_init,jk_service" shlib="C:/Program > > Files/Oracle/WebServer7/https-dca-app-170/config/nsapi_redirect.dll"

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 wrote: > Probably in some way, the same ever recurring issue of allowing Apache to > bypass Tomcat and get to the JSP pages directly. > > > > >

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.

Re: Issue with tomcat 6 connector

2011-03-19 Thread Krish
cle/WebServer7/https-dca-app-170/config/workers.properties" log_level="debug" log_file="C:/Program Files/Oracle/WebServer7/https-dca-app-170/logs/nsapi.log" shm_file="C:/Program Files/Oracle/WebServer7/https-dca-app-170/config/logs/jk_shm" Krish On Sat, Mar 1

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 >

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 > wrote: access? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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. ( ) H

Restriciting maximum post size in Tomcat

2006-08-22 Thread Krish B
nks for any help Rgds Krish - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Not getting error for posting large data

2006-08-19 Thread Krish B
in correcting this Regards Krish

Re: maxPostSize in Tomcat

2006-08-19 Thread Krish B
Hi, I tried doing the same using a FORM input 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 8080. Regards KK

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

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 a

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 I am able to post a file of size > 4 MB ( 16MB etc.. ). I was supposed to get an error "Post too large" but dont seem to get it. I think i have not configured it correctly... Any p

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 java.util.HashMap.resize(Hash

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