problems starting tomcat

2003-02-04 Thread Softwareentwicklung Hauschel
Hey all, my tomcat wouldn't start anymore ;-( where can i set a pause command to see what's his problem ? Sorry, I'm using w2k ;-) Fredy P.S. there are no entries in the log - To unsubscribe, e-mail: [EMAIL PROTECTED] For

JNDI Problem

2003-01-23 Thread Softwareentwicklung Hauschel
Hey all, I've created a Datasource wit Tomcat Admin Tool. The JNDI Name is: jaxsdb. Now i want to load this resource: public DataSource getds() { Category cat = Category.getInstance(de.hauschel.wapen.be.BEFactory); cat.debug(-getds());

AW: form based auth...

2002-08-12 Thread Softwareentwicklung Hauschel
: Softwareentwicklung Hauschel [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 11. August 2002 16:48 An: [EMAIL PROTECTED] Betreff: form based auth... java.lang.NullPointerException at org.apache.jsp.error$jsp._jspService(error$jsp.java:61) -- To unsubscribe, e-mail: mailto:[EMAIL

form based auth...

2002-08-11 Thread Softwareentwicklung Hauschel
Heyall, i want to use the form based auth... It seems to work, but if i pass a wrong user/password tomcat answers with the following Exception. Can anybody find a mistake in my cofiguration etc. ??? Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error type Exception report message

JDBCRealm

2002-03-23 Thread Softwareentwicklung Hauschel
Hey all, i've add trhe following lines to my server.xml Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=org.gjt.mm.mysql.Driver connectionURL=jdbc:mysql://localhost:3306/Fred userTable=user userNameCol=user_name

Intercepting AuthenticationFilter and dispatching need help !

2001-12-25 Thread Softwareentwicklung Hauschel
Hey all, i want to check if the user is authenticated. I've read that the Filters are the right place to do that. If the User is not authenticated, so i want to dispatch him to a login page. Does anybody knows how to do that ? I've tryed it in the Filter in this way:

Unable to compile class for JSP

2001-12-22 Thread Softwareentwicklung Hauschel
Hey all, does anybody know this Problem ? Unable to compile class for JSP C:\WebApplikations\Tomcat4.0\work\localhost\xmlprofile\pub\ueberweisung$jsp. java:61: Incompatible type for method. Explicit cast needed to convert java.lang.Throwable to java.lang.Exception. if (pageContext !=