Re: multiuser setup: please help

2003-06-30 Thread ben . jessel
If you're looking for another option, download the eclipse IDE ( http://www.eclipse.org ) and use the tomcat plug in www.sysdeo.com/eclipse/tomcatPlugin.html.This will give you a totally integrated IDE and App Server environment, and you're not stuck waiting for another forte/sun one release

Possible workaround for invalid direct reference to login page

2003-06-27 Thread ben . jessel
Java Authentication with tomcat relies on realms. If you access a page protected by that realm you get directed to the login page. However, it is possible to go directly to the login page ( this can happen when users bookmark the login page inadvertantly ). This happens in two scenarios: 1)

Re: Hot deploy does not work?

2003-06-27 Thread ben . jessel
add reloadable=true in with the Context parameters Jon Haugsand [EMAIL PROTECTED] 27/06/2003 15:43 Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:Hot deploy does not work? Running tomcat 4.1 installed from RPM things look

Can't log in if PC clock different to server clock

2003-01-10 Thread Ben Jessel
I'm using JDBC realms, and I have found that I cannot log in if my PC clock is behind the server's clock. This may actually happen in production with many users. Does anyone know a workaround? Thanks Ben

bug with tomcat 4.1.18

2003-01-09 Thread Ben Jessel
I've noticed a bug when setting up tomcat 4.1.18 via the administration console. It creates XML in server.xml which includes the parameter digest= ( if no digest is specified ). Tomcat actually tries to create a digester class with the zero length'd string. Delete this parameter out of you

ManagedBean is not found with Ajp13Connector

2003-01-03 Thread Ben Jessel
Hi, I've been suffering with trying to configure mod_jk + apache 1.3 + tomcat 1.4.18 for a while. I've managed to get to a stage where I have a workers.properties, and an auto-created configuration for apache. However, I'm getting an error with this line of my server.xml Connector

Re: ManagedBean is not found with Ajp13Connector

2003-01-03 Thread Ben Jessel
It's o.k I found the solution. Don't use AJP and JMX together. I guess they put in JMX support and didn't want to support the old Ajp13Connector. Use coyote instead. Having said that, that's as far as i've got... - Original Message - From: Ben Jessel [EMAIL PROTECTED] To: Tomcat Users

Realm not working now I've moved from Win2K to Linux

2003-01-02 Thread Ben Jessel
Hi, I have a JDBC realm set up that interfaces with a mysql database in tomcat 4.0 on a windows 2000 server. This has been working fine - I place my pages under the security constraint, and I am forwarded to the login page o.k. Entering my details then puts me to the 'login correct' page, and

Configuring realms in tomcat 3 vs tomcat 4

2002-12-19 Thread Ben Jessel
It seems to me that you can set up seperate realms for seperate web-applications in tomcat3 using the app-mywebapp.xml, but now that tomcat4's come out, you don't seem to be able to. How do you do it in tomcat4?

Re: Configuring realms in tomcat 3 vs tomcat 4

2002-12-19 Thread Ben Jessel
Aha...looks like you just put your realm code under the Context for your application. Though I can't find a way of having multiple realms for a single web-app.. -b - Original Message - From: Ben Jessel [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 19

How to I post a bug / get in touch with the authors?

2002-12-18 Thread Ben Jessel
How would I go about posting a bug or getting in contact with the authors? Thanks Ben

Re: Multiple organisations in one realm with unique logins per organisations?

2002-12-17 Thread Ben Jessel
Sounds like you're going to need to create a custom realm in order do do that extra select on the organisation. Though, if you're going to have unique usernames throughout the system ( regardless of organisation ), then you could work around this by having the organisations mapped to the user in

Re: Workaround for login page direct reference

2002-12-17 Thread Ben Jessel
then anyway!)?) but I'm inclined to move in that direction when it's my turn Mike. - Original Message - From: Ben Jessel [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Brett M. Bergquist [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 10:55 AM Subject: Re

Re: Workaround for login page direct reference

2002-12-17 Thread Ben Jessel
] To: 'Tomcat Users List' [EMAIL PROTECTED]; 'Ben Jessel' [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 12:57 PM Subject: RE: Workaround for login page direct reference Some more ideas... In my application I never have a direct link to the login.jsp. Try to link either to any file

Workaround for login page direct reference

2002-12-16 Thread Ben Jessel
Hi, I've got a realm set up on Tomcat. It works fine - whenever I go to a protected page, I am forwarded to the login.jsp page. However, if I go to the login.jsp page directly and fill in my details I get Invalid direct reference to form login page. not surprising really as tomcat would get itself

Multiple realms in tomcat

2002-12-16 Thread Ben Jessel
Can you set up multiple JDBC realms in tomcat 4x or are you stuck with just the one? Also, say that you had no control over configuring server.xml ( say, you had web-app space with an ISP ) is there any way you could configure a web-application wide realm without having to play around with