Problem with security constraints on /

2001-08-16 Thread Johannes Lehtinen
work? Thanks for clarifications! -- Johannes Lehtinen <[EMAIL PROTECTED]>, http://www.iki.fi/jle/

Running Tomcat as a nonpriviledged user

2001-08-17 Thread Johannes Lehtinen
for me on a production server. The procedure to run Tomcat as a nonpriviledged user should really be better documented because no-one runs (well, should not run IMO) it as a root owned daemon in a production environment. Best regards, -- Johannes Lehtinen <[EMAIL PROTECTED]>, http://www.iki.fi/jle/

Re: Running Tomcat as a nonpriviledged user

2001-08-18 Thread Johannes Lehtinen
course :) :) :) Sure, it is much more convenient to point people to official docs than resending old e-mails around :) -- Johannes Lehtinen <[EMAIL PROTECTED]>, http://www.iki.fi/jle/

Re: Multiple Url Patterns

2001-08-21 Thread Johannes Lehtinen
t? If two instances is ok then you can include two sections using the same servlet-class but different servlet-name and map these two two different URLs. The Deployment Descriptor DTD seems to allow only one url-pattern in servlet-mapping (reading the servlet 2.2 spec). -- Johannes Lehtinen <[EMA

Re: suppressing white space in jsps

2001-08-22 Thread Johannes Lehtinen
ver... %><%@ whatever.. %>Here goes the first line of output ...or using comments like... <%@ whatever... %><%-- --%><%@ whatever... %><%-- --%>Here goest the first line of output I have to admit this is not very elegant so I would be happy to know of any clean