connection refused when testing jsp

2005-01-11 Thread Ben Kuang
Hi: I have just installed jakarta-tomcat-5.5.4.exe to run some jsp pages on my comp locally. After installing, i enter http://localhost:8080 in the address field of my browser, and pressed enter. I receive this error message. The connection was refused when attempting to contact localhost:8080

Re: connection refused when testing jsp

2005-01-11 Thread Parsons Technical Services
PM Subject: connection refused when testing jsp Hi: I have just installed jakarta-tomcat-5.5.4.exe to run some jsp pages on my comp locally. After installing, i enter http://localhost:8080 in the address field of my browser, and pressed enter. I receive this error message. The connection

Re: Testing JSP

2001-04-07 Thread Kevin Sangeelee
If you're using a differenct machine to edit the JSP files, check that the clocks are synchronised, this is a common problem... On Fri, 6 Apr 2001, Joseph A. Noble wrote: How do I get tomcat to re-compile a JSP page? I've successfully loaded a JSP page and it runs fine. I made a slight

Re: Testing JSP

2001-04-07 Thread Joseph A. Noble
Moin and Kevin, Thank you both very much for replying. What I ended up having to do was shutdown apache/tomcat, delete the files (class java) from the work directory, and then restart tomcat/apache. It's working now. What was confusing is that I had looked at the java file in the work

Re: Testing JSP

2001-04-07 Thread Joseph A. Noble
It finally dawned on me. The file I had changed was an included file. Duh, I guess the process described in the message below is indeed what's required when an included file is changed. -joe- "Joseph A. Noble" wrote: Moin and Kevin, Thank you both very much for replying. What I ended

Testing JSP

2001-04-06 Thread Joseph A. Noble
Hello List, How do I get tomcat to re-compile a JSP page? I've successfully loaded a JSP page and it runs fine. I made a slight change and now can not figure out how to get tomcat to recognize the changes to the JSP page source. HELP -joe- -- [EMAIL PROTECTED]

Re: Testing JSP

2001-04-06 Thread Moin Anjum H.
Hi, Try to refresh the browser. Press Shift+Reload To reload the again from the server. If even than never works delete all the files in the work directory of tomcat and restart tomcat HTH Moin. "Joseph A. Noble" wrote: Hello List, How do I get tomcat to re-compile a JSP page? I've