No admin page; ServletException: can't find org.apache.struts.action.MESSAGE

2005-08-07 Thread AD Marshall
Can anyone suggest a fix? TIA for any help. - Andi After starting tomcat5, this url gives a blank screen: http://localhost:8080/admin/ This grep of the documentation, etc that came with tomcat5 produced no results: [EMAIL PROTECTED] grep -r 'xception.*jakarta.apache.org'

Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-07 Thread Martin Wood
Just to let people know that my application has been running happily for nearly a week now. I actually replaced the JDK1.5 with the blackdown 1.4.2 and installed the compatibility extensions for tomcat. since then its been fine. martin

Re: tomcat 5.5, jdk1.5 on user mode debian stable hangs after a few days

2005-08-07 Thread Philip Cote
Good for you! Glad it all worked out. On Mon, 2005-08-08 at 02:25 +0100, Martin Wood wrote: Just to let people know that my application has been running happily for nearly a week now. I actually replaced the JDK1.5 with the blackdown 1.4.2 and installed the compatibility extensions for

Oracle function problem in using tomcat 5.5.9

2005-08-07 Thread Geraldine . Wang
Hi, I got an error message as below when I use an oracle function in a statement in a java bean, but I use the same statement in a java servlet, it's ok. The statement in the bean is: public String[] getDetailAD(){ try{ Connection conn = null; if (conn == null)

Re: Oracle function problem in using tomcat 5.5.9

2005-08-07 Thread Robert F Hall
Geraldine, Is the same DB login being used in all cases? If not, then the problem may be due to the DB user not having execute privileges on the procedure in question. Another possibility is that the DB's are different and procedure actually does not exist. - Robert [EMAIL PROTECTED]

query problem

2005-08-07 Thread ganesan malairaja
i am extracting info from html forms .. but one of the field allways return the value null only html code form input type=text name=username size=8 /form jsp code String username = request.getParameter(username); SQL codes; String query7 = Insert into

RE: Oracle function problem in using tomcat 5.5.9

2005-08-07 Thread Geraldine . Wang
Robert, Thanks for your reply. I checked before (forgot to mention in my last message) that the DB login for tomcat (java bean) is the same with the one for Apache (servlet). They are pointing to the same function under the same schema. The privliges is ok for the login as it's the creator.

Directory Listing in JSP using Tomcat 5.0.28

2005-08-07 Thread Rakesh Kumar
Dear Users, I am using Tomcat 5.0.28. For a web application called testweb, I have made DirectoryListing true so that I can view the directory contents (of root directory) of this webapp. I am able to see the Directory Listing for testweb accessing URL http://www.myappl.testweb My qustion is :

RE: Oracle function problem in using tomcat 5.5.9

2005-08-07 Thread Geraldine . Wang
Dear Robert, After I replied to you I went to check the DB login in server.xml file again and noticed that I was using a different login. Thanks for pinpoint the problem for me. I'm grateful. Geraldine -Original Message- From: Robert F Hall [mailto:[EMAIL PROTECTED] Sent: Monday, 8

RE: query problem

2005-08-07 Thread Marot Laurent
Hello, Are you sure you don't have another filed name=username somewhere else in your jsp code ? Lau/ -Message d'origine- De : ganesan malairaja [mailto:[EMAIL PROTECTED] Envoyé : lundi 8 août 2005 06:28 À : tomcat-user@jakarta.apache.org Objet : query problem i am extracting info