Question about AJP Connector Configuration

2009-12-31 Thread scotthamilton77
Hi, I'm using Tomcat 6.0.20 fronted by Apache 2.2.10 with mod_proxy_ajp. I'm trying to figure out some tuning/tweaks to our AJP connector, and have run into some oddities I am not sure about and want to see if someone can shed some light on this. The primary problem I'm trying to solve here is

Re: Tomcat website error

2009-12-31 Thread André Warnier
André Warnier wrote: This link (Home --> FAQ --> Miscellaneous) http://wiki.apache.org/tomcat/FAQ/Miscellaneous gives this : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator,

Re: Mapping webapp

2009-12-31 Thread André Warnier
Mark Thomas wrote: On 31/12/2009 11:42, serpent wrote: I have a webapp call "myApp" and i can access this like "http://localhost:8080/myApp";. Is there anyway that i can access "myApp" on "http://localhost:8080/"; ? Please explain me , as i am a novice developer. Read this: http://catb.org/~es

Tomcat website error

2009-12-31 Thread André Warnier
This link (Home --> FAQ --> Miscellaneous) http://wiki.apache.org/tomcat/FAQ/Miscellaneous gives this : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmas...@apache.org a

Re: Tomcat does not index jars in lib directory recursively?

2009-12-31 Thread Mark Thomas
On 31/12/2009 12:17, Ben Katz wrote: > Hi, > > I noticed that Tomcat did not automatically load/index the jars in the lib > directory that were in a subdirectory. > I use subdirectories to sort the jars under /lib. > > I know that weblogic and other application servers do this automatically. > >

Re: Multiple UserDatabases

2009-12-31 Thread Mark Thomas
On 31/12/2009 12:10, vramanaj wrote: > > By doing so, Josso configured application is not working now. It could n't > able to recognize the cookie it has set earlier. > http://old.nabble.com/file/p26977591/tomcat.log tomcat.log > > Throwing Error error: > java.lang.RuntimeException: Outbound rel

Tomcat does not index jars in lib directory recursively?

2009-12-31 Thread Ben Katz
Hi, I noticed that Tomcat did not automatically load/index the jars in the lib directory that were in a subdirectory. I use subdirectories to sort the jars under /lib. I know that weblogic and other application servers do this automatically. Can I get Tomcat to do this or do I have to have all t

Re: Multiple UserDatabases

2009-12-31 Thread vramanaj
By doing so, Josso configured application is not working now. It could n't able to recognize the cookie it has set earlier. http://old.nabble.com/file/p26977591/tomcat.log tomcat.log Throwing Error error: java.lang.RuntimeException: Outbound relaying failed. No Principal found. Verify your SSO A

Re: Mapping webapp

2009-12-31 Thread Mark Thomas
On 31/12/2009 11:42, serpent wrote: > > I have a webapp call "myApp" and i can access this like > "http://localhost:8080/myApp";. Is there anyway that i can access "myApp" on > "http://localhost:8080/"; ? Please explain me , as i am a novice developer. Read this: http://catb.org/~esr/faqs/smart-q

Re: Multiple UserDatabases

2009-12-31 Thread Mark Thomas
On 31/12/2009 11:24, vramanaj wrote: > Please let me know if there is any way to resolve this issue. Leave both resource definitions in server.xml. It is the Realm you need to move to context.xml Mark - To unsubscribe, e-mail

Mapping webapp

2009-12-31 Thread serpent
I have a webapp call "myApp" and i can access this like "http://localhost:8080/myApp";. Is there anyway that i can access "myApp" on "http://localhost:8080/"; ? Please explain me , as i am a novice developer. -- View this message in context: http://old.nabble.com/Mapping-webapp-tp26977526p269775

Multiple UserDatabases

2009-12-31 Thread vramanaj
We have an application running on Tomcat6 uses the below resource defined in server.xml. We have added a new resource as below in server.xml and commented the existing resource tag. The Josso application using the above data source is working fine. But we have a security constraint defined i