Re: installing tomcat 3.2 on windows 98

2001-05-04 Thread Holger Hartwig
Shure you can (at least, I do it since a half year) But be careful to start command.com with enough enviroment space /e:4096 or more. There is something about it in the docs\readme file and its a good idea to set JAVA_HOME like JAVA_HOME=c:\jdk1.2.2 and use short DOS 8+3 filenames for

Re: IBM JDK 1.3 unexpected crash

2001-03-06 Thread Holger Hartwig
] For additional commands, email: [EMAIL PROTECTED] -- Holger Hartwig b+m Informatik AG http://www.bmiag.de, mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problem with extra path info not redirected to servlet

2001-02-02 Thread Holger Hartwig
Peter, change servlet-mapping servlet-namenexus/servlet-name url-pattern/nexus/url-pattern /servlet-mapping to servlet-mapping servlet-namenexus/servlet-name url-pattern/nexus/*/url-pattern /servlet-mapping ^ | then

Re: Xalan Tomcat: Please HELP!!!!!!!!!!!!!!!!!!!!

2001-01-30 Thread Holger Hartwig
-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] -- Holger Hartwig b+m Informatik AG Tel.: +49 4340 404-0, Fax: +49 4340 404-111 http://www.bmiag.de, mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail

Re: Q: Apache, Tomcat and HTTP Authentication

2000-12-28 Thread Holger Hartwig
1 - read out the request headers, you get the username and password (almost) directly String auth = request.getHeader("authorization"); // as send by apache if (auth == null) return true; try { auth = new String((new