Recompiling jsp; Problems with Access Denied errors after I edit a file in a webapp; Admin app

2005-05-14 Thread Karr, David
I've been away from Tomcat for a while, and just tried setting up 5.5.9 on WinXP, with JDK1.5.0_2. It's working reasonably well, but I'm having some issues. First of all, what is the admin app? It's obviously different from manager, but I can't find any information about it. When I try to

RE: Recompiling jsp; Problems with Access Denied errors after I edit a file in a webapp; Admin app

2005-05-14 Thread Caldarale, Charles R
From: Karr, David [mailto:[EMAIL PROTECTED] Subject: Recompiling jsp; Problems with Access Denied errors after I edit a file in a webapp; Admin app First of all, what is the admin app? The admin app lets you view and manipulate nearly all Tomcat configuration values. It's a web-based

war file producing jsp problems

2005-04-11 Thread PGibbonsX
Hi There, i've build an app with jsp pages which use a bean and calls java classes. This works fine dandy, outside of a war file. However, i've placed the app within a war file under webapps, removed the original directories etc and restarted tomcat. Now when i load my jsp page, the

Re: war file producing jsp problems

2005-04-11 Thread David Smith
How are you declaring your web.xml file. If you are declaring with the servlet 2.3 DTD, you won't be able to use the ${} operators available in the JSP 2 spec. Use the 2.4 schema instead. ?xml version=1.0 encoding=ISO-8859-1? web-app xmlns=http://java.sun.com/xml/ns/j2ee;

Re: war file producing jsp problems

2005-04-11 Thread PGibbonsX
thanks for your comment, that does the trick.. many thanks pg..

Re: war file producing jsp problems

2005-04-11 Thread PGibbonsX
I must be going mad! I'm sure i had this working, maybe i was looking at the wrong page when i was testing it, but i just cannot get this to work, even with the ammended web.xml as below: any suggestions? ?xml version=1.0 encoding=ISO-8859-1? web-app version=2.4

Re: JSP problems

2004-04-01 Thread Dennis Thrysøe
Dennis Thrysøe wrote: Dennis Thrysøe wrote: Nope. Just plain old JSP's in a webapp. Jasper generates servlets and compiles them just fine. But it cannot load them. I get java.lang.ClassNotFoundException: org.apache.jsp.index_jsp I'm still having the problem. Is there anybody out there with a

JSP problems

2004-03-31 Thread Dennis Thrysøe
Hi, I'm still having the problem I already wrote about, as a result of upgrading a tomcat 4.0.1 installation to 4.1.30. I get a ClassNotFoundException for the generated JSP class. The generated classes are written to the context work directory with the same nameing and structure as the JSPs

Re: JSP problems

2004-03-31 Thread QM
On Wed, Mar 31, 2004 at 01:59:56PM +0200, Dennis Thrys?e wrote: : I'm still having the problem I already wrote about, as a result of : upgrading a tomcat 4.0.1 installation to 4.1.30. I missed your first message. If what I say here doesn't help, please refresh me on the problem. : [snip] the

Re: JSP problems

2004-03-31 Thread Dennis Thrysøe
QM wrote: : [snip] the classes are declared in the package org.apache.jsp. : : Any ideas, how I can make tomcat (jasper?) load the classes that it just : generated and then compiled? So then, you're precompiling the JSPs? Nope. Just plain old JSP's in a webapp. Jasper generates servlets and

Re: JSP problems

2004-03-31 Thread Dennis Thrysøe
Dennis Thrysøe wrote: QM wrote: : [snip] the classes are declared in the package org.apache.jsp. : : Any ideas, how I can make tomcat (jasper?) load the classes that it just : generated and then compiled? So then, you're precompiling the JSPs? Nope. Just plain old JSP's in a webapp. Jasper

JSP problems with Tomcat 3.3 on Debian

2002-04-23 Thread tom stuart
hi, this may well turn out to be a dumb question, but i've searched everywhere for answers to it and can't find anything. i'm hoping there may be a debian user on the list who can help me out. tomcat is, apparently, simply broken out of the box on woody -- it runs okay, but it won't compile any

Strange JSP problems with Tomcat

2001-03-30 Thread Nick Stoianov
Hi everybody, I have a strange problem with serving JSPs with Tomcat with mod_jk on Linux Apache. I'm really new at Tomcat configuration - so I guess I'm doing something wrong. Anyway - when I start the sample servlets that come with Tomcat - they work fine. But when I start a JSP I get the

RE: Strange JSP problems with Tomcat

2001-03-30 Thread Randy Layman
: Strange JSP problems with Tomcat Hi everybody, I have a strange problem with serving JSPs with Tomcat with mod_jk on Linux Apache. I'm really new at Tomcat configuration - so I guess I'm doing something wrong. Anyway - when I start the sample servlets that come with Tomcat - they work fine

Re: Strange JSP problems with Tomcat

2001-03-30 Thread Nick Stoianov
- Original Message - From: "Randy Layman" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 10:29 AM Subject: RE: Strange JSP problems with Tomcat This is not a storage error message at all. A little searching through the archives or reading of the in

Re: Strange JSP problems with Tomcat

2001-03-30 Thread Martin Mauri
PROTECTED] Sent: Friday, March 30, 2001 10:29 AM Subject: RE: Strange JSP problems with Tomcat This is not a storage error message at all. A little searching through the archives or reading of the installation guide would have saved you some time and trouble - your JAVA_HOME is not set

Re: Strange JSP problems with Tomcat

2001-03-30 Thread Nick Stoianov
Yes - the TOMCAT_HOME points exactly to /usr/local/tomcat - Original Message - From: "Martin Mauri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 12:44 PM Subject: Re: Strange JSP problems with Tomcat Did you check your TOMCAT_HOME environmen

Re: Strange JSP problems with Tomcat

2001-03-30 Thread Nick Stoianov
: Package cal not found in import. import cal.*; ^ 1 error - Original Message - From: "Martin Mauri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 12:44 PM Subject: Re: Strange JSP problems with Tomcat Did you check your TOMCAT_HOME environmen

Re: Strange JSP problems with Tomcat

2001-03-30 Thread Martin Mauri
To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 12:44 PM Subject: Re: Strange JSP problems with Tomcat Did you check your TOMCAT_HOME environment variable? Thanks for the help. JAVA_HOME was not set up correctly. Now it's set up correctly but it still doesn't work. I'm getting the

Re: Strange JSP problems with Tomcat

2001-03-30 Thread Nick Stoianov
Yes - all the class files are there - Original Message - From: "Martin Mauri" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 1:01 PM Subject: Re: Strange JSP problems with Tomcat Mmm...it seems to be a problem in the location of your class files, have y