Tomcat 4.1.10 has known problems with paths other than C:.

- Upgrade to 4.1.11
  According to the release notes the problem is fixed 
  in this version. (Haven't tried it)
- Use 4.1.10 with Jasper instead of Jasper2
- Downgrade to 4.0.4
- Move the application to C:

It should be possible to define an own jspDestroy
(in 4.0.3 it is possible).

Have a look at the generated code in the work directory.
If you haven't defined 2 jspDestroy methods, I would guess
that either jasper doublicates your method or defines
an own jspDestroy.

> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 23. September 2002 17:48
> An: [EMAIL PROTECTED]
> Betreff: Tomcat 4.1.10 - JSP Compile Error
> 
> BTW - If I copy my wws2Java directory to the tomcat webapps 
> directory on c-drive
> everything works - except for the following error:
> 
> Generated servlet error:
>     [javac] Compiling 1 source file
> C:\Tomcat41\work\Standalone\localhost\wws2Java\index_jsp.java:
> 42: jspDestroy()
> is already defined in org.apache.jsp.index_jsp  public void 
> jspDestroy() { ...
> 
> What do I have to do, that the compiler finds the classes ?
> 
> And - not my major problem - why is it no longer possible to 
> have a own jspDestroy implementation
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to