Can Netbeans debug whole application using JBoss_Tomcat - RE: Netbeans Support of Struts

2001-07-03 Thread Liang Li
I got the struts-example with standalone Tomcat debugged under Netbean, I'm trying to use Jboss embedded Tomcat, can I debug ejbs along with jsps? -Original Message- From: suhas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 2:44 PM To: [EMAIL PROTECTED] Subject: Re: Netbeans

RE: Struts Installation Question

2001-06-28 Thread Liang Li
put *.tld files under webapps/LRP/WEB-INF/, see the struts-example. -Original Message- From: Karin Ramsay [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:00 AM To: Struts Group Subject: Struts Installation Question Hi, I have installed struts and written a login form.

RE: Struts Installation Question

2001-06-28 Thread Liang Li
Wait a second, have you defined the tld in your web.xml? -Original Message- From: Karin Ramsay [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:00 AM To: Struts Group Subject: Struts Installation Question Hi, I have installed struts and written a login form. When I

RE: Struts Installation Question

2001-06-28 Thread Liang Li
taglib-uri/WEB-INF/struts-template.tld/taglib-uri taglib-location/WEB-INF/struts-template.tld/taglib-location /taglib taglib taglib-uri/WEB-INF/struts-html.tld/taglib-uri taglib-location/WEB-INF/struts-html.tld/taglib-location /taglib Liang Li wrote: Wait a second, have

Where to catch the ServeletException when upload file size exceeds maxFileSize?

2001-06-27 Thread Liang Li
Hello, When I tried the struts-upload example, if I try to upload a file which size is bigger than the defined maxFileSize, there will be a ServeletException been thrown on the browser. But I want to define a more customized error jsp page that can deal with the exception and display a more

RE: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread Liang Li
Open the struts-config.xml, change the head !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd; To: !DOCTYPE struts-config PUBLIC -//Apache Software

RE: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread Liang Li
Document). Who knows, how to do that? Cheers Hartmut Liang Li schrieb: Open the struts-config.xml, change the head !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN http://jakarta.apache.org/struts/dtds/struts-config_1_0

RE: A strange problem about locale.

2001-06-21 Thread Liang Li
e for the browser is set to English(en_us). English locale is always returned - perhaps this explains your problem. hope this helps. Simon -Original Message-From: Liang Li [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 20, 2001 2:17 PMTo: '[EMAIL PROTECT

RE: A strange problem about locale.

2001-06-21 Thread Liang Li
would type the stuff in chinese window or something. If you have no chinese window, you might have to get some software that could do that in english window.(i have not tried doing chinese thought) Simon -Original Message-From: Liang Li [mailto:[EMAIL PROTECTED

RE: Struts example on Tomcat 4.0 b5

2001-06-21 Thread Liang Li
I got the same result on my machine. I checked the log localhost_log.2001-06-21.log, I found the root cause is: - Root Cause - java.lang.NoClassDefFoundError: org/xml/sax/SAXException at java.lang.Class.newInstance0(Native Method) at

A strange problem about locale.

2001-06-20 Thread Liang Li
I have several properties files as : Resources.properties for English (en) Resources_es.propertiesfor Spanish Resources_de.properties for Germany. At first everything worked fine, just as I expected: after I changed the locale in "Regional Options" in Control Panel, the following code