Session Attribute Management

2005-09-28 Thread Vernon
inputs in advance. Vernon __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Session Attribute Management

2005-09-28 Thread Vernon
I already found the problem. It is about how a request shall be written in a JSP file: using c:url value=myRequest.html. Thanks --- Vernon [EMAIL PROTECTED] wrote: Hi, all, In my application, a session attribute is needed to let the application function properly. So, I have a filter

Shall jdom be handled differently?

2005-08-11 Thread Vernon
? Thanks, Vernon Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Shall jdom be handled differently?

2005-08-11 Thread Vernon
make any difference. --- Jon Wingfield [EMAIL PROTECTED] wrote: Works for me. Show us the snippet of the jsp with the import statement... Jon Vernon wrote: I have the jdom-1.0.jar in the application library directory, that is WEB-INF/lib, where other jar files are. The jar

Refresh message.properties

2005-07-18 Thread Vernon
I have found that I have to recycle the TC in order to bring up a updated version of a set of message.properties files. Is any other way to refresh the message.properties? Thanks for your inputs. Vernon Start your day

Remote deployment

2005-06-30 Thread Vernon
I need to use the Ant to do remote deployment on TC, not using war file format if possible. I have done some search on the web and don't find the information I need. My development box is Window XP and the deployment box is Linux. Can any one point out an online documentation in this regard?

What is wrong with TC or something else?

2005-06-06 Thread Vernon
? I need to get this project out of the door ASAP. Your helps are much appreciated. Thanks, Vernon __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

What is wrong with TC or something else?

2005-06-06 Thread Vernon _
I already have this project in the stable status for some time. After updating a few of libraries, the TC container acts weird. A session seems to get timeout right away soon after it is created. Here is a paire of related log message I spot in the log file: 2005-06-03 09:54:54,500 DEBUG

Re: What is wrong with TC or something else?

2005-06-06 Thread Vernon _
+2O4aha2ZPzzLtOCAf6xPNUom6OkvxciDnkWa7v8IjvWA7ZdRfotkvCuqc8=brReferences: lt;[EMAIL PROTECTED]gt;brX-Virus-Checked: CheckedbrReturn-Path: [EMAIL PROTECTED]brX-OriginalArrivalTime: 07 Jun 2005 03:59:14.0819 (UTC) FILETIME=[4520CD30:01C56B15]brbrOn 6/7/05, Vernon _ lt;[EMAIL PROTECTED]gt; wrote:br gt;br gt

What is wrong with my TC cofiguration?

2005-06-03 Thread Vernon
I keep getting the following repeating error message in my log file: 2005-06-03 09:54:54,500 DEBUG [org.apache.catalina.session.ManagerBase] - Start expire sessions StandardManager at 1117817694500 sessioncount 4 2005-06-03 09:54:54,500 DEBUG [org.apache.catalina.session.ManagerBase] - End expire

What is wrong with my TC cofiguration?

2005-06-03 Thread Vernon
I keep getting the following repeating error message in my log file: 2005-06-03 09:54:54,500 DEBUG [org.apache.catalina.session.ManagerBase] - Start expire sessions StandardManager at 1117817694500 sessioncount 4 2005-06-03 09:54:54,500 DEBUG [org.apache.catalina.session.ManagerBase] - End expire

A weird URL issue

2004-07-17 Thread Vernon
5.25 is on the development box which 4.1.30 on the prodcution box. I don't know whether the version makes any different here. Anyone have any idea what is wrong here? Thanks in advance. Vernon __ Do you Yahoo!? New and Improved Yahoo

Fwd: A application level cache Issue in the newest TC 5

2004-06-18 Thread Vernon
Anyone? Note: forwarded message attached. __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail ---BeginMessage--- I have the following debugging code in one region/section (of a

A application level cache Issue in the newest TC 5

2004-06-17 Thread Vernon
I have the following debugging code in one region/section (of a page) of JSP files. pageContext.getRequest().getLocale() pageContext.getResponse().getLocale() On the TC 4.1.29 (and up to 5.0.19 I believe), the values are the followings: en_CA en_CA But, on TC 5.0.25, en_CA zh The first

Re: Corrupted UTF-8 JSPs?!

2004-06-10 Thread Vernon
There are two recent related articles on Javaworld. They may help you in this regards. --- Ruth, Brice [EMAIL PROTECTED] wrote: I'm running into a strange issue. I have certain JSPs with UTF-8 encoded characters in them (polish characters, to be exact). My Ant build.xml precompiles the

Deployment Questions

2004-06-09 Thread Vernon
Hi, My first question is how to install an application as a default one and at the same time keep the original context of ROOT. (I think it would be better to have the manager.) My second question is what is the best way to deploy an application on a Linux from the window development

RE: Weird Problems

2004-02-10 Thread Vernon Wu
, the error shall never happen. Vernon Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

RE: Weird Problems

2004-02-10 Thread Vernon Wu
Hi, Yoav and Andrew, Thanks both for your helpful responses. What if the container was restarted with several active sessions, causing their serialization to disk, then deserialization when the context starts back up, and then they timeout normally? That will give you a negative counter. I

Re: Tomcat 5 and applet

2004-02-10 Thread Vernon Wu
Since an Applet runs on a client box, you first need to place the .class in a client accessible directory, not underWEB-INF. -- - Original Message - DATE: Wed, 11 Feb 2004 00:51:30 From: #214;#163;#189;#240;#212;#170; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: How to deplay

RE: Weird Problems

2004-02-10 Thread Vernon Wu
the same. The too sensitive error report drives people away as far as I can tell. I also enable the access log at the production box and I will observe the log file for any other causes. Thank very much for your helps. Vernon Find

RE: Weird Problems

2004-02-10 Thread Vernon Wu
of 404 error, but not others. Vernon Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

RE: Weird Problems

2004-02-10 Thread Vernon Wu
as IE or not. Vernon Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

Weird Problems

2004-02-09 Thread Vernon Wu
I have these two wired problems on TC for some time. I need to resolve them now with some helps. The first problem is the session counter. It is implemented with the HttpSessionListener. It works fine until recently. Under the TC5.0.X, the counter can be a negative figure. The second is a

Re: 404 error on a valid URL

2004-01-14 Thread Vernon Smith
I should say the problem occurs from time to time on few JSP files. Anyone had run into the same problem? -- - Original Message - DATE: Tue, 13 Jan 2004 19:56:18 From: Vernon Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Hi, I have this weird problem at TC 4.1.x and 5.0

404 error on a valid URL

2004-01-13 Thread Vernon Smith
Hi, I have this weird problem at TC 4.1.x and 5.0.x recently. I can't figure out the cause after sometime thinking. I need some helps. The problme is that 404 error occurs when I point a browser to a URL of the application. After I click the refresh button, the JSP page shows up. Since I

Translating problem - a TC 5 issue

2003-09-17 Thread Vernon Smith
After upgrading my development box to TC 5.09 beta, I run into a few problems. One of them is a JSP file can't be translated into a Java file properly (?). The section of the Java file is the following: if (_jspx_meth_fmt_message_218(pageContext)) return;

RE: cleaning up sessions ...

2003-09-17 Thread Vernon Smith
I don't know your application scenario, but in general, authetication is not the same as a session state. Authetication can be implemented in a filter. Hope this helps. Vernon -- - Original Message - DATE: Wed, 17 Sep 2003 15:49:41 From: Shapira, Yoav [EMAIL PROTECTED

The sessionCreated is not called at TC 4.1.27

2003-09-01 Thread Vernon Wu
in the application itself? Anyone else has the same experience? Thanks, Vernon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith
for your input. Vernon Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005 - To unsubscribe, e

The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith
for your input. Vernon Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005 - To unsubscribe, e

Re: The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith
-Tim Vernon Smith wrote: To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue which leads to malfunctioning of tags. Does anyone know what is the situation in the 4.1.27 right now (fixed or not)? Whether it is still advisable to disable the option in the system

Re: The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith
-Tim Vernon Smith wrote: To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue which leads to malfunctioning of tags. Does anyone know what is the situation in the 4.1.27 right now (fixed or not)? Whether it is still advisable to disable the option in the system

The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith
for your input. Vernon Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005 - To unsubscribe, e

The tag handler pooling issue in the current 4.1.27

2003-08-25 Thread Vernon Smith
for your input. Vernon Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005 - To unsubscribe, e

How to apply the hotfix of 4.1.27?

2003-08-22 Thread Vernon Smith
Is the only way to apply the patch by the following procedure: 1. unzip the jar file * 2. replace the class in the hotfix 3. zip into the jar file ago. * which one of the three jar files is the jar file? Any better way to get it done? And why don't get a new build with the fix? v.

How to apply for the hotfix of 4.1.27?

2003-08-21 Thread Vernon Smith
Is the only way to apply the patch by the following procedure: 1. unzip the jar file * 2. replace the class in the hotfix 3. zip into the jar file ago. * which one of the three jar files is the jar file? Any better way to get it done? And why don't get a new build with the fix? v.

Any changes on listener cofiguration for TC4.1?

2003-02-28 Thread Vernon Wu
I am updating my project from TC4.0 to 4.1 once again this morning. For some reason, the sessionCreated method of HttpSessionListener is not called at all. The whole application is blocked as a result. Any configuration needs to be changed or something else? Thanks for your input. Vernon

Re: ejbs and sql server

2003-02-28 Thread Vernon Wu
It doesn't seem to be a right mail list for your question. 28/02/2003 11:28:05 AM, Michael Ni [EMAIL PROTECTED] wrote: Hi does anyone have examples of EJBs that connect to SQL Server 2000? I have different queries that i want to run but i want to make my connection and queries in a EJB so i

Re: RE: ejbs and sql server

2003-02-28 Thread Vernon Wu
Neither did I. 28/02/2003 11:41:53 AM, Robert Csiki [EMAIL PROTECTED] wrote: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RE: ejbs and sql server

2003-02-28 Thread Vernon Wu
Do you know there is a huge difference between EJB and Java Bean? Many have responsed correctly to your wrong question. Please do know what you ask for next time! 28/02/2003 1:43:54 PM, Michael Ni [EMAIL PROTECTED] wrote: http://128.91.107.144:8080/examples/jsp/index.html in the tomcat

Re: RE: web.xml servlet and resources

2003-02-22 Thread Vernon Wu
One way to deal with this issue is to break down the file type in the someservlet directory rathen than having a URL mapping for the whole directory. Say for all JSP files, you have servlet-mapping servlet-nameTheServlet/servlet-name url-pattern/*.jsp/url-pattern

Re: [OT] a good book for (pre) web design ?

2003-02-22 Thread Vernon Wu
If you intend to employ the J2EE technologies to build a web application, Rod Johnson's new book, Expert One on One J2EE Design and Development shall be a very good resource. 22/02/2003 1:52:35 PM, Jens Skripczynski [EMAIL PROTECTED] wrote: Hi, I'm looking for a book, that helps/guides me

Re: RE: web.xml servlet and resources

2003-02-22 Thread Vernon Wu
After sent out the previous email, I just recoginzed the orginal one was more than two weeks ago. Sorry for unwanted reply. 22/02/2003 3:46:48 PM, Vernon Wu [EMAIL PROTECTED] wrote: One way to deal with this issue is to break down the file type in the someservlet directory rathen than

Re: including header, footer in jsp

2003-02-22 Thread Vernon Wu
Read David Greay's Advanced JavaServer Pages. You will get the answer for your question. 22/02/2003 10:25:02 AM, runu rathi [EMAIL PROTECTED] wrote: Hi all, If I want to design an application such that I have a template for the footer, header, side menus etc.. And I want to include that

Session crossing over

2003-02-18 Thread Vernon Wu
client one machine, box too slow, architecutre problems, DB connection pool problems? Thanks for your advice. Vernon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JAKARTA 3.2.1

2003-02-12 Thread Vernon Callantine
Every Monday morning I get the following error when trying to access one of my applets. The only way this can be resolved is by re-starting the JAKARTA service on my Win2K web server. All of my applets that access my MS SQL 7 database fail Monday morning until the service is restarted, then it

Integration between JTA and TC4

2003-01-30 Thread Vernon Wu
? Thanks for your input. Vernon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Java web hosting service recommendation

2002-10-04 Thread Vernon Smith
Hi, Can someone recommend Java web hosting service in North American and Asian? What are the typical service such as storage space, bandwidth? Thanks for your input. Vernon Tired of all the SPAM in your inbox? Switch to LYCOS MAIL

Re: AW: AW: How can I achieve thread safe for context attributes?

2002-09-23 Thread Vernon Wu
large number of users. Vernon 9/22/2002 11:24:09 PM, Ralph Einfeldt [EMAIL PROTECTED] wrote: That depends on how much work is done inside the synchronized block compared to the amount of work that is done outside this block. The more is done inside the block the more the server will slow down when

Re: AW: How can I achieve thread safe for context attributes?

2002-09-20 Thread Vernon Wu
to // the object that is stored in the context. // You only need this if you want to replace an object in // the context with a different object. } -Ursprüngliche Nachricht- Von: Vernon Wu [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 19. September 2002 23:27 An: [EMAIL PROTECTED

Re: Incorrect on display Traditional Chinese in JSP

2002-09-20 Thread Vernon Wu
With %@ page contentType='text/html; charset=UTF-8' %, Chinese character can be displayed in my jsp files. 9/20/2002 2:14:04 AM, Daniel [EMAIL PROTECTED] wrote: -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How can I achieve thread safe for context attributes?

2002-09-19 Thread Vernon Wu
I have an attribute stored in the servlet context scope. Various sessions can access it at any giving moment. It must be thread safe. How can achieve thread safe? CurrentUsers cs = (CurrentUsers)cxt.getAttribute(WebKeys.CurrentUsers); String user =

Same specification, different behavior ? what shall I do?

2002-09-10 Thread Vernon Wu
, the problem is only one of two template files is used in 4.1.x version, but not in 4.0.x. Thanks for your advice. Vernon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: RE: Same specification, different behavior ? what shall I do?

2002-09-10 Thread Vernon Wu
, breaking that page into multiple pages and using jsp:include should solve the problem. -- Martin Cooper -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 4:32 PM To: [EMAIL PROTECTED] Subject: Same specification, different behavior ? what

Re: RE: RE: Same specification, different behavior ? what shall I do?

2002-09-10 Thread Vernon Wu
That shall work. I, however, still like to get my app on 4.1.x for the performance reason. As you alrady know, I use a lot of JSTL tags. Vernon 9/10/2002 5:08:30 PM, Martin Cooper [EMAIL PROTECTED] wrote: -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED]] Sent

Application malfunctioning on TC4.1.7b

2002-08-03 Thread Vernon Wu
understand where this error comes from. Thanks for your helps. Vernon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Missing attributes - TC Bugs?

2002-06-14 Thread Vernon Wu
class serialVersionUID = -7337541456441715806 Thanks for your help. Vernon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Vernon Wu
SearchList and/or FullSearchList, but can't resolute the problem. I learn that there was a bug led to this problem in the early version of Tomcat. Is the bug unresolved yet? How I can overcome this problem? Thanks very much in advance. Vernon -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Vernon Wu
(_if_ tomcat got past the translation phase, this is why you need to provide the stack trace) and you can usually pinpoint your problem. fillup P.S. Subclasses inherit all the public methods of all superclasses, so I don't really understand your overrides. On 5/29/02 8:04 PM, Vernon Wu [EMAIL

Re: Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Vernon Wu
didn't respond about what you found under the /work directory for this. What do you see there? I am assuming nothing. fillup On 6/1/02 1:46 AM, Vernon Wu [EMAIL PROTECTED] wrote: Thanks very much, Philip for your quick response. You are right. Theoretically, the numItems should

Re: RE: The Catalina installation path

2002-05-04 Thread Vernon Wu
. As a programmer, I, like you somewhat, used to be very paranoid when I come to software installation. I could easily get very frustrated on installation problems.. 5/3/2002 11:06:50 PM, John Niven [EMAIL PROTECTED] wrote: -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED

Re: The Catalina installation path

2002-05-03 Thread Vernon Wu
Thanks, Jake for your input. In fact, I had tried using Apache~1. (Indeed, it is on Windows). It doesn't work. If there is not solution, I have to uninstall and reinstall using the zip file format. 5/3/2002 2:17:20 PM, Jacob Kjome [EMAIL PROTECTED] wrote: -- To unsubscribe:

The Catalina installation path

2002-05-02 Thread Vernon Wu
Today, I installed the Tomcat 4.0.4b2 using the self-expanded version first time. The installation directory Apache Tomcat 4.0 is created after running the installation shell. Since I use Ant to do the deployment, I need to set up the catalina home path (the installation doesn't take care of

Re: Why deployment using xml file doesn't work?

2002-04-29 Thread Vernon Wu
Can someone please help me on this problem. Thx. 4/26/2002 1:24:18 PM, Vernon Wu [EMAIL PROTECTED] wrote: During the development phrase, I would like to use xml to deploy my application without copy all file, directories to the tomcat installation directory. My deployment xml is very

Re: Why deployment using xml file doesn't work?

2002-04-29 Thread Vernon Wu
Thanks Brett for your thought. The problem, unfortunately, is not the one you mentioned. It seems to be very tough. No one has any clue yet. 4/30/2002 4:40:04 AM, Brett M. Bergquist [EMAIL PROTECTED] wrote: Vernon, is the error message below cut'n'pasted to your email? If so, it looks

Why deployment using xml file doesn't work?

2002-04-27 Thread Vernon Wu
During the development phrase, I would like to use xml to deploy my application without copy all file, directories to the tomcat installation directory. My deployment xml is very simple with two or three lines as Context path=/mm docBase=c:\eclipse\workspace\nicematch\build\webapp

Library files

2002-01-24 Thread Vernon Wu
%catalina_home%/common/lib) Thanks, Vernon On Fri, 24 Aug 2001, Ju Yan Jery Qin wrote: Date: Fri, 24 Aug 2001 16:58:14 +0800 From: Ju Yan Jery Qin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject

Re: HELP! Can't start up TC 4.0.1 on jdk 1.3.11_01 in Window 2K.

2001-11-24 Thread Vernon Wu
environment variable is not needed any more. Thanks. Vernon 11/23/2001 2:43:45 PM, ben [EMAIL PROTECTED] wrote: vernon, sounds like you havent configured the path for jdk1.3.1_01 yet. thats about the only thing that i could imagine..if you have configured the path for both tomcat and jdk1.3.1_01

Two duplicated directories for jsp files

2001-11-19 Thread Vernon Wu
I note recently two duplicated jsp file directories for each application, one under the application directory and the other under WEB-INF. In my build.xml file, there is only one jsp file directory. The portion of file is the followings: mkdir dir=${deploy.home}/WEB-INF/jsp/ copy

Re: Is Tomcat 4.0 Backward Compatible with 3.2.3 App??

2001-10-25 Thread Vernon Wu
We run into the compatible problem in our one module of servlet/JSP application. A few months ago, I implemented it using the 3.x version of Tomcat. After the 4.x version was stable, I had tried to move it over to the Tomcat 4 for a better performence. The problem we run into is an exception on a

the trailing slash bug in 3.3- anyone have a fix?

2001-07-29 Thread Vernon, Clayton
i'm frustrated by a bug that has appeared in tomcat 3.3 (beta 1) where tomcat's Up to: link does not postpend the trailing slash (eg, navigate up to /Examples in the examples tree). has anyone figured out how to fix this? **

on 3.3b1, can Apache still host directory indexes? + a bug?

2001-07-25 Thread Vernon, Clayton
On 3.3 I have lost the ability of Apache to serve the directory indexes. When I click in Apache on a redirect to the directory where my JSPs are, under $TOMCAT_HOME/webapps/application/, Tomcat takes over (since it sees the /application/) but ... Then clicking on the Up to:

? about getremoteaddr

2001-07-23 Thread Vernon, Clayton
me execute the .jsp's. I have to redirect to Tomcat to get them to work. Also, why doesn't Tomcat running stand-alone know the answer to getRemoteAddr? Thank you, Clayton Vernon Houston, Texas PS Is there a URL for a newsserver I might receive?

RE: The 4.0b5 doesn't recognize a servlet class

2001-07-18 Thread Vernon Wu
ng the packages java.*, com.sun.*, javax.*, etc. If any of these are included in your /WEB-INF/lib directory the class loaders get confused. -Wells -Original Message- From: Vernon Wu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 3:49 PM To: [EMAIL PROTECTED] Subject: The

RE: The 4.0b5 doesn't recognize a servlet class

2001-07-18 Thread Vernon Wu
ROTECTED]> Delivered-To: mailing list [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] In-Reply-To: <[EMAIL PROTECTED]> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N hmm... did you recompile the classes using the tomcat lib jars? --- Vernon Wu <[EMAIL PROTECTED]>wrote:

The 4.0b5 doesn't recognize a servlet class

2001-07-17 Thread Vernon Wu
j2ee platform classes". Are the classes used j2ee APIs? Thx. Vernon Original Message Follows From: Wells Tiedeman <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: ServletException in 4.0b5

ServletException in 4.0b5

2001-07-16 Thread Vernon Wu
I move one our small JSP application from 3.x to 4.0b5 for the reason of using servlet 2.3 specification: ServletContextListener, HttpSessionListener be more specific. I get the exception under the 4.0b5 with the following messages: Exception Report:javax.servlet.ServletException: Class

What I shall look for the cause for ContextManager: Error

2001-06-22 Thread Vernon Wu
I run an application on Tomcat 3.x. I get an error message: "ContextManager: Error reading request, ignored - java.lang.ArrayIndexOutOfBoundsException" in one JSP page. I have looked at the page and can't see anything wrong. What I shall look for the cause? Ithappens when I submit a form. v.Get

Parsing error on the web.xml file on Tomcat 4.0b5

2001-06-12 Thread Vernon Wu
I posted this message yesterday. It donesn't seem going throught. I have to repost it again. Here isthe problem. After I deploy my small application and start Tomcat version 4.0 beta 5, I get the following error:2001-06-11 11:53:48 ContextConfig[/q3] Parse error in application

RE: Parsing error on the web.xml file on Tomcat 4.0b5

2001-06-12 Thread Vernon Wu
Thanks for the response. I currently don't have a non-html email address. So there is no an option for me to get on this mail list with a non-html email address. In regarding of my problem, the web.xml file in fact is web-app display-name... Application/display-name description.

Parsing error on web.xml 4.0b5

2001-06-11 Thread Vernon Wu
After I deploy my small application and start Tomcat version 4.0 beta 5, I get the following error: 2001-06-11 11:53:48 ContextConfig[/q3] Parse error in application web.xmlorg.xml.sax.SAXParseException: Element "web-app" does not allow "servlet" here.at

Parsing error on web.xml 4.0b5

2001-06-11 Thread Vernon Wu
After I deploy my small application and start Tomcat version 4.0 beta 5, I get the following error: 2001-06-11 11:53:48 ContextConfig[/q3] Parse error in application web.xmlorg.xml.sax.SAXParseException: Element "web-app" does not allow "servlet" here.at