Re: non-ejb classes

2000-09-13 Thread Jacek Laskowski
es, the more helpful answer can be:) derek akers Jacek Laskowski

Re: Autoencoding URLs

2000-09-05 Thread Jacek Laskowski
ly rewrite an url so the jsessionid is included. I'd rather write: % String url = response.encodeUrl("management.jsp?id=" + ka); % A href="%= url %"%=user.getKaName(ka)%/A and it should work. Martin van der Werff Jacek Laskowski

Re: HTTPSession timeouts in SSL environment

2000-09-01 Thread Jacek Laskowski
nique called URLRewritting is being used and all it does is to rewrite URL so the new URL includes jsessionid and a session is preserved. -Todd Jacek Laskowski

Re: HTTPSession timeouts in SSL environment

2000-09-01 Thread Jacek Laskowski
if it came from sendRedirect() or RequestDispatcher. I didn't see any problems so far. Jacek Laskowski

Re: Which JDK to use?

2000-09-01 Thread Jacek Laskowski
ut I think I've seen something similar in the past. The solution was to set LD_LIBRARY_PATH pointing out to $JAVA_HOME/lib or so and all started to be working fine. I can't check it out as I'm on Solaris, but I'm pretty sure it should help. Jeroen T. Wenting [EMAIL PROTECTED] Jacek Laskowski

Re: When usin taglibs where to put the jarfile on the deploytool?

2000-08-29 Thread Jacek Laskowski
ble in WEB-INF/lib (as JAR) or WEB-INF/classes (as oridinary Java classes) directory. Another point of interest is to give more descriptive name for taglib-uri tag rather then a name which could be misunderstand as Java ARchive. Take a look at JSP Specification 1.1 (http://java.sun.com/products/jsp)