Roland Heiberger/MIS is out of the office.

2004-09-20 Thread Roland . Heiberger
I will be out of the office starting 09/14/2004 and will not return until 09/24/2004. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems with ManagedBean is session replication

2003-01-22 Thread Roland
Hello, I'm trying to run two tomcat instances on one computer - different ports, with session replication. Both instances will share the following directories: bin/ common/ server/ shared/ For the other directories there are two copies of each, on the folders for the two tomcat instances I'm

How to servlets with scope of page?

2002-04-26 Thread Roland
How can I make a servlet with scope of page or any other scope like those defined for jsp? I'm using pure servlets, no JSP. Thanks for any help Roland -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat4.0 crashes when servlet forwarding to itself

2002-04-24 Thread Roland
= context.getNamedDispatcher(adr); try{ dispatcher.forward(request, response); } catch(Exception e){ e.printStackTrace(); } Best regards, Roland -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How can I accomplish this:

2002-04-10 Thread Roland
be appreciated, Roland -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Help importing SSL certificates

2002-01-14 Thread Roland
to Tomcat with the browser it will give an error like 'unknown encryption algorithm'. Can anyone help here? Roland -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Help importing SSL certificates

2002-01-14 Thread Roland
a signed certificate, you first had to create a corresponding self-signed certificate in keytool, which will then be replaced. This was our mistake, since we not only signed but also created our certificate outside of keytool. Roland -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Implementing JDBC realm with encryption

2002-01-03 Thread Roland
documentation about realms - in particular the digest attribute. I knew that, but my point is really to encrypt the password at the browser, so that it doesn't get sent over the internet in plain text format. Roland -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Why do I receive CVS-commit stuff?

2002-01-03 Thread Roland
Hello, I'm subscribed to the tomcat-dev mailing list but keep receiving cvs-commit emails. Why is that? Here are some of the headers of the emails I receive: From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session

Little login BUG with JDBC realms ?

2001-09-10 Thread Roland
appear correctly after the successfull login? This doesn't bother me at all, but I hope it helps to improve Tomcat...a great product btw... Roland

Limits on the size of the web.xml file?

2001-09-03 Thread Roland
Megabyte web.xml file. Quite large, isn't it ? :))) Thanks Roland

Accessing protected files trough JSP how?

2001-08-31 Thread Roland
to the user? Any ideas here? Thanks Roland

Re: Tomcat 4.0-b7 doesnt compile jsp pages

2001-08-30 Thread Roland
Dear Roland, Please write down the error, else no one can help you. My servlet and Jsp files are runing fine in Tomcat 4.0 beta7 ~ . Ok, here again, I'm using Tomcat 4.0-b7 under Windows NT Server I unzip the Tomcat 4.0-b7 zip file to a directory. Start it, everything seems to run

Tomcat 4.0-b7 doesnt compile jsp pages, problem solved!

2001-08-30 Thread Roland
files in the lib... After replacing them again with the correct files it worked fine. That was it... Roland

Strange redirect after login with JDBC realms

2001-08-30 Thread Roland
chose to access( in this case the root of my project) so that I see a listing of the directory files. Thanks for any help Roland

Question regarding form based login in JDBC realms

2001-08-30 Thread Roland
Roland