Re: Your password

2002-06-23 Thread L-Soft list server at Sun Microsystems Inc. (1.8d)
-- Virus Warning Message (on internet-fw) Unknown command - "--". Try HELP. Found virus WORM_KLEZ.H in file width.pif Unknown command - "FOUND". Try HELP. The uncleanable file width.pif is moved to /etc/iscan/virus/virYKBWibasw. Unknown command - "THE". Try

Re: JSP Tomcat for developers

2002-06-23 Thread GW
Sometimes I'm stuck with the same problem. I know this is not the best solution and I'm also still looking for the correct one... After editing myFile.jsp I save it to another format (i.e myFile.jspi) I then re-save the myFile.jspi to myFile.jsp, overwriting the old myFile.jsp, when I load it

[ANN] Coldtags suite 0.92 released

2002-06-23 Thread Dmitry Namiot
Coldbeans Software announced the major new release of Coldtags taglib. This suite provides 90+ custom JSP tags for common programming tasks faced by JSP developers. And now this suite includes custom tags similar to web controls in .NET framework. Find out more here:

Re: JSP Tomcat for developers

2002-06-23 Thread Christ Martin
I don't know what happened with my last post. It came up as jumbled text. Here's a repost. The following is taken from http://www.moreservlets.com/Using-Tomcat-4.html#Servlet-Reloading The next step is to tell Tomcat to check

Re: print problem

2002-06-23 Thread Jason Au
Could anyone have any idea on my problem, please tell me. Thank you very much. - Original Message - From: Jason Au [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 22, 2002 2:54 PM Subject: print problem Hi All, I use window.print() to print a page(IE browser). The

Re: tomcat4.0 conf.(off topic)

2002-06-23 Thread subbu
Edit your startup.bat (which is inside bin directory.) type the following ex. set tomcat_home=c:\tomcat4.0.1(tomcat installtion folder) set java_home=c:\jdk1.4(jdk installtion ) Also check any other services are running in the same port as tomcat. if it is so stop that service or change

Logging using Log4j with JSPs

2002-06-23 Thread Patrick Fong
Hi I need help logging my JSPs using Log4j. I can make it work for servlets and my java beans. However when I try to do the same thing for JSPs it throws errors like 'Statement required' for variables declared and 'Missing }' errors for variables which do not really need them. Here is a list of