Re: poller error: tomcat 7.0.28, native 1.1.24, apr 1.3.3

2012-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jesse, On 6/23/12 9:50 AM, Jesse Farinacci wrote: > Greetings, > > On Fri, Jun 22, 2012 at 2:53 AM, Rainer Jung > wrote: >> What is strange is, that startup says you *did* successfully load >> version 1.1.24, so the symbol should be there. >> >> Ca

Re: How to configure Microsoft Internet Information Server for use with the tomcat

2012-06-23 Thread Konstantin Kolinko
2012/6/23 Debabratta Jena : > I have an webapplication written mainly in jsp and servlet and I use > tomact7.0.26 as my application server. I want this application to run > by IIS 5.1 on windows xp machine. I want that when jsp request comes > to IIS server, it forwards it to tomcat server. >  I se

How to configure Microsoft Internet Information Server for use with the tomcat

2012-06-23 Thread Debabratta Jena
I have an webapplication written mainly in jsp and servlet and I use tomact7.0.26 as my application server. I want this application to run by IIS 5.1 on windows xp machine. I want that when jsp request comes to IIS server, it forwards it to tomcat server. I searched in the web that I have to map

Re: poller error: tomcat 7.0.28, native 1.1.24, apr 1.3.3

2012-06-23 Thread Jesse Farinacci
Greetings, On Fri, Jun 22, 2012 at 2:53 AM, Rainer Jung wrote: > What is strange is, that startup says you *did* successfully load version > 1.1.24, so the symbol should be there. > > Can you check your tcnative.so file, whether the symbol > Java_org_apache_tomcat_jni_Poll_addWithTimeout is defin

Re: AprLifecycleListener initialization issue

2012-06-23 Thread Konstantin Kolinko
2012/6/22 Francesco : > Hi , i'm new in this mailing list, i've started recently to integrate tomcat > in some of my applications ( i found a lot easyer to manage tomcat inside a > big servlet than viceversa), as early adopted java developer i hope to help > a bit in tomcat development when i becom

Re: Problem with URL mapping

2012-06-23 Thread Konstantin Kolinko
2012/6/23 : > I see. Thanks a lot. One more question: why request URL with backslash > treated as illegal by default? > > Konstantin Kolinko писал 2012-06-23 12:03: >> >> 2012/6/23  : >>> >>> No, my application has context path "/" so application should handle >>> everything at root and it does as

Re: Problem with URL mapping

2012-06-23 Thread comm
I see. Thanks a lot. One more question: why request URL with backslash treated as illegal by default? Konstantin Kolinko писал 2012-06-23 12:03: 2012/6/23 : No, my application has context path "/" so application should handle everything at root and it does as expected but only one character

Re: Tomcat 6 jsvc startup/shutdown script

2012-06-23 Thread Konstantin Kolinko
2012/6/23 Christopher Schultz : > > On 6/22/12 10:12 AM, Muriithi, Priscilla K. wrote: >> Can anyone send me a tomcat 6 jsvc startup/shutdown script for Red >> Hat Linux 5.4? > > Please don't post the same message over and over again to the list. If > you don't get a response right away, you need t

Re: Problem with URL mapping

2012-06-23 Thread Konstantin Kolinko
2012/6/23 : > No, my application has context path "/" so application should handle > everything at root and it does as expected but only one character breaks > something. I know that the character "\" is not path separator but for some > reason it treated specially. > > The problem is that I can h

Re: Problem with URL mapping

2012-06-23 Thread comm
No, my application has context path "/" so application should handle everything at root and it does as expected but only one character breaks something. I know that the character "\" is not path separator but for some reason it treated specially. The problem is that I can handle any request ex