Re: Starting Tomcat from Apache...

2004-05-06 Thread Peter Rossbach
the latest 5.0.19 still has problems? Daniel Peter Rossbach wrote: Hello, the JNI working very well, but you must use a mod_jk2 2.0.4 and Tomcat Release greater than 5.0.20 Regards Peter JimmiSeven Productions Inc. schrieb: That's what I think as well... that inProcess option is just a waste of time

Re: Question about memory

2004-05-06 Thread Peter Rossbach
Jo, it works great and you can very easy monitoring a lot of tomcats. But I am sure it working only with alpha release 5.0.22 and greater ? Regards Peter Randall Svancara schrieb: I remember you talking about adding that functionality to jmeter. It sounds really kewl. I need to try it!!

Re: another problem with JAAS

2004-04-22 Thread Peter Rossbach
Hello, strange error! I have looked inside the JAASRealm code and can't find a error. Subject result: You must have as your subject one Principal (java.security.Principa) for real user Than you can have one or more Group Principals with Name =Roles from class java.security.acl.Group

Re: Hypersonic/Tomcat-5/ WinXP config

2004-04-21 Thread Peter Rossbach
Hello Tom, a resource generate with the server Classloader. Please put your hsqldb.jar also at common/lib and all working well. regards Peter http://tomcat.objektpark.org Tom K schrieb: Does anyone have a simple examples of configuring the Hypersonic SQL Database working with Tomcat-5.19 ? I

Re: Jaas and Jndi problem

2004-04-21 Thread Peter Rossbach
Hello, your Login Module in the server env and you must access the GlobalNamingContext from server direct. import java.sql.Connection; import java.sql.SQLException; import javax.naming.Context; import javax.sql.DataSource; import org.apache.naming.ContextBindings; import

Re: Connection Pool setup.

2004-03-25 Thread Peter Rossbach
That easy, look at the DBCP Documentation http://jakarta.apache.org/commons/dbcp/configuration.html and used the following Resource name=jdbc/EmployeeDatabase auth=Container type=javax.sql.DataSource / ResourceParams name=jdbc/EmployeeDatabase

Re: session replication

2004-03-25 Thread Peter Rossbach
Hey Pablo, read this article and after that, look at the conf/server.xml at tomcat 5.0.19 binary release for example.to the new Cluster configuration. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html Regards Peter pablo schrieb: Hello , I am running tomcat 5 and I am

Re: Problem using form login auth

2004-03-25 Thread Peter Rossbach
Yes, I have the same problem. After you login with a correct user, but the wrong role you have a application problem. With Form based Auth the only way out is: invalidate the session at your error page, or let do that the user. With Basic, Digest the only way is that the user cancel the

Re: Tomcat 5 Multiple SSL certificates (virtual hosts)

2004-03-23 Thread Peter Rossbach
Hello Arthur, I have successfull tested those system with mulple IP Interfaces and different certs. One thing is a good practice: have small Service for admin web application The Engine name are Catalina of this service. Here my example configuration with one Catalina Service an two IP

<    1   2