JSP compile error when a class under folder mywebapp/WEB-INF/classes changed.

2004-07-11 Thread Chris Wahl
Howdy, I am using Eclipse 3.0 and Lomboz 30RC2 and TC4.1.27 developing webapp, I indicate eclipse to put classes of Javabeans to mywebapp/WEB-INF/classes. (mywebapp is already deployed by a xml file in directory $TC$/webapps) Every time when I recompiled the JavaBeans' file, TC told me the

Strusts' classloader could not find my servlets

2004-05-25 Thread Chris Wahl
Howdy, I am using Eclipse 2.1.3, Lomboz 2.1.3 and TC4.1.27 developing webapp based on Struts1.1. I created a Eclipse project under f:\strutsdemo, and a webmod under directory f:\strutsdemo\demo. All my servlets and JavaBeans were created under directory f:\strutsdemo, and

Re: Setting classpath out of the webapp directory

2004-05-03 Thread Chris Wahl
it's easy :) put your classes or jars to be *shared by your webapps* into the directory ---%TOMCAT_HOME%\shared\classes or %TOMCAT_HOME%\shared\lib Regards, Potomac - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

How to fill what printStackTrace() output into a String?

2004-01-13 Thread Chris Wahl
Hi, all I want to get the exception stack trace and I 'd like to use a String to contain the info, How can I do? I am thinking about this: (ex is an instance of Exception ) PrintStream trace = new PrintStream(); ex.printStackTrace(trace); String str = doSomeThing

Session timeout

2004-01-12 Thread Chris Wahl
Hi,all I am using TC4.0.6, After I setting session timeout to -1 by adding following in web.xml: session-config session-timeout-1/session-timeout /session-config In a servlet of the same web module I get such interesting output: hs.getMaxInactiveInterval() = -60 // hs is HttpSession

Re: JSP developer mailing list address! Please

2004-01-06 Thread Chris Wahl
I recommend: borland.public.jbuilder.servlets-jsp (news server: newsgroups.borland.com) BTW: use google group service : http://groups.google.com/advanced_group_search?hl=en - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 9:03 PM

Why can't we store big objects in session?

2003-12-31 Thread Chris Wahl
Howdy , I 'd like to ask a question about session. It is Why can't we store big objects in session? What I wonder is that sessions reside in Server side and are not transfered back and force between Client and Server. I think they do not cost network band. So why we can't use it to store

Re: Benefits of Apache Server

2003-12-16 Thread Chris Wahl
I 'd like to know what does the static resources exactly mean? html? css? javascripts? It's hard to google explanation of static resources. If HTML scripts are generated by servlet (there is no html files in my web app),will apache be a must? Chris TIA - Original Message - From: