How to get logon name in Real Authentication

2002-09-10 Thread Howard Miller
Hi, I know I'm going to be given hell here, but can find no information on this I have JDBC Realm authentication using Form-Based type login. All works fine. Now, how can I get the login name that the user has used. How do I tell in a bean or whatever (well, I'm using STRUTS), who the user

RE: HTTP Status 503 - Server default is currently unavailable

2002-09-10 Thread Howard Miller
For a start, have you checked in $CATALINA_HOME/logs? Check the contents of porbably catalina.out, but there could be a localhost-date.txt. Anything strange? HM -Original Message- From: Mark Hansen [mailto:[EMAIL PROTECTED]] Sent: 10 September 2002 14:37 To: Tomcat Users List Subject:

RE: How to get logon name in Real Authentication

2002-09-10 Thread Howard Miller
(); to determine the login-name, where request is the implicit jsp-object of type HttpServletRequest. greetings Andreas Mohrig -Original Message- From: Howard Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 3:42 PM To: '[EMAIL PROTECTED]' Subject: How to get logon name in Real

JDBCReal / MySql /server.xml problem

2002-09-05 Thread Howard Miller
Hi, I am trying to set up a JDBCRealm using MySql. I have pretty much followed the documentation to the letter. However my Realm... tag declaration, generates the following parse error The reference to entity password must end with the ; delimter. This points to the password=mypassword bit

RE: JDBCReal / MySql /server.xml problem

2002-09-05 Thread Howard Miller
Users List' Subject: RE: JDBCReal / MySql /server.xml problem In xml you can't just write because it has special meaning. It's used to escape special characters. To get an you'll have to write amp;password=foo Hamish -Original Message- From: Howard Miller [mailto:[EMAIL

Connection pools mystery

2002-08-15 Thread Howard Miller
Hi, I am new(ish) to struts and have been looking at connection pools, JNDI, Common et al. Very confused! The HOWTOs that come with (at leat) 4.1.9 give a good description of how to implement this but describe putting all the settings in server.xml!! That seems like a really bad design