RE: start tomcat server remotely --Help needed

2001-05-17 Thread Vijay Prabhakar
Title: RE: start tomcat server remotely --Help needed _theoretically_ you could do this.  I wouldn't suggest that though.  I'd say use JMX to do stops and restarts. -Vijay -Original Message- From: Valeriy Molyakov [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 1:54 AM

RE: Application with distributed resources

2001-05-17 Thread Vijay Prabhakar
Title: RE: Application with distributed resources I'm really interested in this kind of stuff.  I have been working on this myself with Tomcat to do session failover and shared memory spaces.  I found a company that's doing some interesting work with shared memory as well.  Is this feature ex

RE: Tomcat Shutdown capabilities

2001-05-16 Thread Vijay Prabhakar
Title: RE: Tomcat Shutdown capabilities Yes, it is possible to shutdown Tomcat remotely.  Using JMX, you could shutdown the Tomcat service.  Check out the JBoss/Tomcat mix.  If you run Tomcat as a service within JBoss, JMX allows you to shut the server down. -Vijay Prabhakar -Original

Authentication with Tomcat

2001-05-16 Thread Vijay Prabhakar
ght on the topic. vijay prabhakar team lead the eon company www.eoncompany.com o 212.401.5024 m 410.961.8404 e [EMAIL PROTECTED]

RE: JDBC REALM, classnotfound exception

2001-02-09 Thread Vijay Prabhakar
Title: RE: JDBC REALM, classnotfound exception If your TOMCAT_HOME for the running version of tomcat is /usr/local/tomcat, then /usr/local/tomcat/lib will work.  If you are compiling the source to a /build/tomcat directory, then it's /build/tomcat/lib. -Vijay -Original Message- Fr

configurable params in server.xml and/or web.xml

2001-02-05 Thread Vijay Prabhakar
Title: configurable params in server.xml and/or web.xml I'd like to add some configurable parameters for an interceptor in server.xml.  Do you just have to write get/set methods for that variable and add the parameters as is done with JDBCRealm (below)?     className="org.apac

security - what do when a login fails?

2001-02-02 Thread Vijay Prabhakar
Title: security - what do when a login fails? I was looking at the JDBCRealm class provided with Tomcat 3.2.1.  I noticed that it has a boolean authenticate() method that returns true when a username and password pair are valid.  But when that method returns false, the int authenticate() meth

RE: Custom authentication mechanism in Tomcat?

2001-02-01 Thread Vijay Prabhakar
Title: RE: Custom authentication mechanism in Tomcat? I'm currently doing something similar.  I have authentication working as an Interceptor.  I based it off of the BaseInterceptor class.  I just re-wrote the authenticate() method.  I suspect that I will need to rewrite part of the context m

RE: Pointers on JDBCRealms

2001-01-18 Thread Vijay Prabhakar
Title: RE: Pointers on JDBCRealms My apologies...I didn't do that cut and paste quite the way I meant to :)  -Original Message- From: Vijay Prabhakar Sent: Thursday, January 18, 2001 5:39 PM To: [EMAIL PROTECTED] Subject: RE: Pointers on JDBCRealms If you get s

RE: Pointers on JDBCRealms

2001-01-18 Thread Vijay Prabhakar
Title: RE: Pointers on JDBCRealms If you get such a document, could you pass it my way?  I'm interested in that as well.  Thanks! -Vijay -Original Message- From: Peter Giannopoulos [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 5:31 PM To: [EMAIL PROTECTED] Subjec

security and realms - multiple contexts

2001-01-17 Thread Vijay Prabhakar
on the URL).  Is there a nice way of doing this without just writing a big Interceptor that does all of the logic?  I'm under the impression that I'll need to extend the SimpleRealm class, but any guidance would be greatly appreciated.  Thanks! vijay prabhakar developer the eon company