ContextManager: Error reading request, ignored, repeats

2001-02-15 Thread Carles Pi-Sunyer
210) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) Thanks, Carles Carles Pi-Sunyer Stario, Inc. http://www.stario.com [EMAIL PROTECTED] 408

RE: Even simpler... where do I put oracle drivers?

2001-02-06 Thread Carles Pi-Sunyer
projects > Web-inf/lib/ folder. Carles Pi-Sunyer Stario, Inc. http://www.stario.com [EMAIL PROTECTED] 408 844-8333 ex:326 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: SOLUTION to problems with iis redirection

2001-01-29 Thread Carles Pi-Sunyer
quot;For PWS" should be removed. I hope this will help solve other people's problems. Carles Carles Pi-Sunyer Stario, Inc. http://www.stario.com [EMAIL PROTECTED] 408 844-8333 ex:326 - To unsubscribe, e-mail: [EM

3.2 + IIS: still having problems

2000-12-18 Thread Carles Pi-Sunyer
04 this is a little different then if I request a page that doesn't exist: 22:56:34 127.0.0.1 GET /notthere.html 404 What does the "+" after the isapi_redirect.dll mean? Any other suggestions on getting this working? Thanks, Carles Carles Pi-Sunyer Stario, Inc. http://www.stario.co

404 with isapi_redirect.dll, tomcat3.2

2000-12-13 Thread Carles Pi-Sunyer
k_worker.c (235)]: build_worker_map, done [jk_worker.c (102)]: wc_open, done [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /examples/jsp/index.html Any suggestions? Thanks, Carles Carles Pi-Sunyer Stario, Inc. http://www.stario.com [EMAIL PRO

404 with isapi_redirect.dll, tomcat3.2

2000-12-12 Thread Carles Pi-Sunyer
arted [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /examples/jsp/index.html Any suggestions? Thanks, Carles Carles Pi-Sunyer Stario, Inc. http://www.stario.com [EMAIL PROTECTED] 408 844-8333 ex:326

getPathInfo() in 3.2

2000-12-01 Thread Carles Pi-Sunyer
I'm having a problem moving an application from 3.1 to 3.2. My webapp is mapped to /host, the main servlet in the webapp is handled by just /. In 3.1, with the following url: localhost:8080/host/example/Home/ getPathInfo() would return: /example/Home/ in 3.2 getPathInfo() returns null for