Help for jsp

2004-07-06 Thread Andre Legendre
Hi I try to run jsp from a servlet Servlet was working good without jsp. Any help welcome. Andre To try I first make a very basic jsp page : html body bgcolor=white h1 First try of : % out.print (request.getAttribute(servletName).toString()); % Servlet. /h1 /html The doGet method is also very

Please, help with Jsp not working with Apache-Tomcat-mod_jk

2003-10-29 Thread Joaquin Corchero
installation with the enable ssl because errors in the make, anyway I don't need it. As I said everything went perfect, but when I call a jsp, it looks like apache doesn't go to Tomcat to execute the jsp. Can anyone help me?? Thank you very much Joaky

Re: Help in JSP

2002-03-11 Thread August Detlefsen
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 12:34 PM Subject: RE: Help in JSP Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED

Re: Help in JSP

2002-03-11 Thread August Detlefsen
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 12:34 PM Subject: RE: Help in JSP Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED

Re: Help in JSP

2002-03-11 Thread Neo Gigs
There is no problem with the statement of the parameters, coz i had tested with a application. - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 2:00 AM Subject: Re: Help in JSP You specify your

Re: Help in JSP

2002-03-11 Thread Neo Gigs
I found out that my problem is really coz by the Oracle driver cannot be recognized by Tomcat, but i had been doing it and solve the problem, see Help In JSP posts. Anyway thanks everyone... - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Help in JSP

2002-03-08 Thread Neo Gigs
Hi there all, I had a JSP page that talks to a JBeans, but the problem is my Bean is actually doing DB connectivity to a Oracle db, as no result returned from the Bean. As I had tested with the application of the same codes. Could anyone help me to scan thru, whats wrong with this? package

RE: Help in JSP

2002-03-08 Thread Karthikeyan .K.V
Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:53 PM To: Tomcat Users List Subject: Help in JSP Hi there all, I had a JSP page that talks to a JBeans

Re: Help in JSP

2002-03-08 Thread Neo Gigs
] Sent: Saturday, March 09, 2002 12:34 PM Subject: RE: Help in JSP Think use the output= statement before u use the close function statement. Karthik -Original Message- From: Neo Gigs [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:53 PM To: Tomcat Users List Subject

Re: HELP PLEASE!!!: JSP/Tomcat/MySQL

2002-02-22 Thread Kurt Kurniawan
Probably you can also try to put your MySQL driver in the main ../jdk1.3.1/lib/ext/ directory. That's works fine for me... without putting the driver in the ../web-inf/lib/ kurt * - NOTICE - The information

HELP PLEASE!!!: JSP/Tomcat/MySQL

2002-02-21 Thread fusterjj
Hello JSP developers! I have a problem trying to connect to MySQL database when I am doing a JSP or a servlet. I think the problem has to be with Tomcat, because when I do a java application with a database connection works perfectly, so there must be Tomcat. I am working with Java

RE: HELP PLEASE!!!: JSP/Tomcat/MySQL

2002-02-21 Thread Cato, Christopher
Can we see the code where you allocate the driver handle and the connection? /Christopher -Original Message- From: fusterjj [mailto:[EMAIL PROTECTED]] Sent: den 21 februari 2002 17:23 To: Tomcat Users List Subject: HELP PLEASE!!!: JSP/Tomcat/MySQL Hello JSP developers! I have

RE: HELP PLEASE!!!: JSP/Tomcat/MySQL

2002-02-21 Thread Randy Layman
package (i.e. %@ page import=java.sql.* % Randy -Original Message- From: fusterjj [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 11:23 AM To: Tomcat Users List Subject: HELP PLEASE!!!: JSP/Tomcat/MySQL Hello JSP developers! I have a problem trying to connect to MySQL

Please HELP. blank JSP at client

2002-01-18 Thread Mustafa ispir
Hi, I have a little problem with JSP pages. JSP pages are working well at server (Tomcat is used). But although the url is correct, jsp pages show nothing at clients. I think, Explorer setting lead to this problem. But I can`t find the actual reason. What might be the problem? please help!

RE: Please HELP. blank JSP at client

2002-01-18 Thread Michael Wentzel
Hi, I have a little problem with JSP pages. JSP pages are working well at server (Tomcat is used). But although the url is correct, jsp pages show nothing at clients. I think, Explorer setting lead to this problem. But I can`t find the actual reason. What might be the problem? A few

Newbie Needs Help with JSP app

2001-07-23 Thread phil_k
Hi I have been asked to install a JSP intranet application. My backgroung is firmly placed in the MS camp :( , I know... But I have successfully installed Tomcat 3.2.2 standalone, such that the JSP examples all run. - But this app wont... Secondly because the deveolper recomended tomcat 4, I

Re: Newbie Needs Help with JSP app

2001-07-23 Thread Dmitri Colebatch
I would look in the application for a line jsp:include /. As the error message says, there is a compulsory flush=true attribute that _must_ be used with this tag. It seems that this is missing. cheesr dim On Mon, 23 Jul 2001, phil_k wrote: Hi I have been asked to install a JSP

help with .jsp not found?

2001-03-30 Thread Shun-Luoi Daniel Fong
Hi, this type of question has been posted numerous times by other people as well as myself. But nobody ever responds to it or is able to answer the question. I'll ask it again b/c I'm desperate to get it figured out as I need to in order to finish a school project. Does anybody know how to

Need a help for .jsp to work in tomcat

2001-03-08 Thread GnanaPrakash
Hi, with lot of hope i installed jakarta-tomcat-3.2.1, but when i tried to see .jsp it is not executed. i have installed jakarta-tomcate-3.2.1.tar.gz in linux /usr/src when i start tomcat using ./startup.sh its get executed but when i try to view .jsp its not working. how i can know that tomcat

RE: Can you help with JSP example?

2001-03-05 Thread Roland Dong
To: [EMAIL PROTECTED] Subject: Re: Can you help with JSP example? Thanks a lot, Rohit, I tried your suggestion, didn't work either. Still get Error 500. beanexample1.jsp is located under C:\tomcat\webapps\examples\jspbook\ch04\beanexample1.jsp Bean1.class is located under C:\tomcat\webapps\examples

help on jsp

2001-02-16 Thread Junlin Shen
please help. after install and start tomcat, example jsp doesn't work. i got error 500 page. following is pasted error msg when i am using browser, click jsp examples, then excute on the next page Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: