Re: Use of Apache proxy module to connect to Tomcat

2001-04-10 Thread Bojan Smojver
I was tossing this idea around as well after I couldn't get mod_webapp to work successfully with Tomcat 4. Tomcat might be good for HTTP but it's probably faster to employ mod_ssl to do HTTPS. In the proxy setup like that, what would happen to the SSL connections? Would Tomcat have to do that

Re: SimpleSessionStore: NullPointerException

2001-04-10 Thread Bojan Smojver
MessageBytes that are actually a string, so that toString() from it returns something meaningful. Bojan Bojan Smojver wrote: I'm not sure if this is something I'm doing... Anyway, latest Tomcat 3.3 from CVS gives me this: 2001-04-10 20:23:06 - JspFactoryImpl: Exception initializing page

Re: SimpleSessionStore: NullPointerException

2001-04-10 Thread Bojan Smojver
, and probably it would be simpler if you could add few println() and check if SessionIdGenerator got called and why is it not generating the random id. Costin On Wed, 11 Apr 2001, Bojan Smojver wrote: I went a bit further with debugging and it seems that getNewSession() method

Re: SimpleSessionStore: NullPointerException

2001-04-10 Thread Bojan Smojver
e). Mel --- Bojan Smojver [EMAIL PROTECTED] wrote: I'm not sure if this is something I'm doing... Anyway, latest Tomcat 3.3 from CVS gives me this: 2001-04-10 20:23:06 - JspFactoryImpl: Exception initializing page context - java.lang.NullPointerException at java.util.Hashta

Re: SimpleSessionStore: NullPointerException

2001-04-10 Thread Bojan Smojver
another note, you might want to mention in mod_jk documentation that a mount like this has to exist: JkMount /login/j_security_check ajp13 or j_security_check won't work from Apache. That's provided your login and error pages live in /login directory. Bojan Bojan Smojver wrote: I had a brief

Re: mod_webapp, mod_jk etc.

2001-04-09 Thread Bojan Smojver
Beauty. I'm actually playing with 3.3 as well, because some of the features I like (eg. realm per host) are there as well. Bojan Dan Milstein wrote: I can't speak to mod_webapp, but a mod_jk response: - I understand the need for the TCP connections to be persistent in mod_jk and

Bugs/Improvements in Tomcat 3.3-m2

2001-04-09 Thread Bojan Smojver
I think there is a bug in AccessInterceptor.java, line 488, which only shows when cookies are turned off in server.xml file with: SessionId cookiesFirst="false" noCookies="true" / The problem is related to the fact that at the time of 'if', the req.getSessionIdSource() returns null and the test

Bug in JDBCRealm Tomcat 3.3m2

2001-04-09 Thread Bojan Smojver
The digest should be called on credentials, not on what's picked up from the database. That would already be digested. Here is the patch for JDBCRealm.java: --- jakarta-tomcat-3.3-src-original/src/share/org/apache/tomcat/modules/aaa/JDBC Realm.java Wed Feb 28 06:10:16 2001 +++

mod_webapp, mod_jk etc.

2001-04-08 Thread Bojan Smojver
I've posted a few messages about this to Tomcat User list, but since this is really development related, I'm posting this one here. Basically, mod_webapp packaged with Tomcat 4.0 b2 and b3 doesn't compile, so I switched back to the version from b1. I've noticed a few things: - I'm confused as

<    1   2   3   4