jspc problem: precompilation inserts  character

2002-11-04 Thread Anthony Martin
Hi, I have hit a very interesting problem with precompilation of jsp files using the jspc.bat which is distributed with Tomcat. In trying to precompile a jsp that includes the 'pound' character (£), jspc.bat generates a .java file which prefixes the 'pound' character with an 'A-circumflex'

RE: Followed jndi-howto but no go

2002-05-10 Thread Anthony Martin
On 2002-05-09 3:16:21 Craig R. McClanahan wrote: It would be helpful if you could post the JavaBean class you created, the JSP page you are trying this from, and the server.xml and web.xml settings you actually used (or send them to me privately). Is that possible? I pretty much used what

Occasionally get java.lang.NoClassDefFoundError

2002-04-20 Thread Anthony Martin
I get the exception, java.lang.NoClassDefFoundError from time to time after starting Tomcat and browsing to certain Servlet mappings. This exception just goes away if I restart the server, but comes back the next time I restart the server. I have reason to believe that this is cause by

RE: Occasionally get java.lang.NoClassDefFoundError

2002-04-18 Thread Anthony Martin
serialVersionUID=394492694320362690 at java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523) at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567) . . . -Original Message- From: Anthony Martin Sent: Thursday, April 18

java.lang.NoClassDefFoundError: javax/mail/Message

2001-04-10 Thread Anthony Martin
On Tomat 3.2.1, I get the following error message. I was trying to use the JavaMail package from sun. java.lang.NoClassDefFoundError: javax/mail/Message When I tried the *exact* same code on a copy of Tomcat 4.0b1, it worked like a champ. Any idea as to what is different about the

RE: java.lang.NoClassDefFoundError: javax/mail/Message

2001-04-10 Thread Anthony Martin
something more intelligent when it comes to the CLASSPATH. Anthony -Original Message- From: Anthony Martin Sent: Tuesday, April 10, 2001 8:24 AM To: '[EMAIL PROTECTED]' Subject: java.lang.NoClassDefFoundError: javax/mail/Message On Tomat 3.2.1, I get the following error message. I

RE: Tomcat + win 98

2001-04-10 Thread Anthony Martin
I got Tomcat 3.2.1 to work on Windows ME at home as a hidden process at startup by adding to the RunService key of the registry. To keep Tomcat from interacting with the desktop, you need to adjust tomcat.bat to execute javaw.exe instead of java.exe. Another tip, try running the command like

RE: Tomcat on Win2k

2001-04-10 Thread Anthony Martin
I remember reading something about this on the group a few months ago. If memory serves, it's a bug in JDK 1.3. Anthony Hi there ! I have Tomcat running on a Win2k computer with IIS 5.0. The computer is not local, so I logon using Terminal Services Client (TSC) as a administrator.

Re: Tomcat on Win2k

2001-04-10 Thread Anthony Martin
to switch back to jdk 1.2.2 Nico - Original Message ----- From: Anthony Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 9:09 PM Subject: RE: Tomcat on Win2k I remember reading something about this on the group a few months ago. If memory serves, it's a bug