Error while adding another servlet to web.xml

2003-03-28 Thread Mattias Carlehäll
Hi. If I try to add more than one servlet to my web.xml file I get an error while starting up tomcat. I have tried to make my other servlet very plain but still I get errors. Unfortunately I can't se the entire error either, and I don't se it in the log files either. This is my web.xml file:

Re: Error while adding another servlet to web.xml

2003-03-28 Thread Mattias Carlehäll
Thanks, solved it :) (Is this an ok mail to send?) -Original Message- From: Tomas Wredendal [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Fri, 28 Mar 2003 10:38:29 +0100 Subject: Re: Error while adding another servlet to web.xml Mattias Carlehäll wrote: Hi. If I try

Javascript and tomcat

2003-03-27 Thread Mattias Carlehäll
Hi Is there something I have to setup to run a javascrip with tomcat? Used it with orion server before and it worked fine, but with tomcat nothing happens (my webbrowser won't even tell me that there's a script error). My script looks like this: function submitRequest(str) {

Re: Javascript and tomcat

2003-03-27 Thread Mattias Carlehäll
() ^ $object.getCivicNo() is probably being translated by Orion into something else but tomcat doesn't handle that syntax. -Tim Mattias Carlehäll wrote: Hi Is there something I have to setup to run a javascrip with tomcat? Used it with orion server before and it worked

Scrollable Tomcatserver window

2003-03-26 Thread Mattias Carlehäll
Hi, I got a question that may not be entierly appropriate on this board, but it concerns tomcat anyway :) Is it possible to make the java window that appears when you run tomcat in windows 98 to be scrollable or to tell to somehow pause when it has filled the window? /Mattias

Mysql Driver

2003-03-26 Thread Mattias Carlehäll
Hi, when I run the mysql example on the jakarta.apache.org/tomcat site I get the following error: Cannot load JDBC driver class 'org.gjt.mm.mysql.Driver' Have I done something wrong or is there another driver I shall use? If I type mysql -V it tells me I'v got the following version: Ver 12.16

Creating a servlet for tomcat 5

2003-03-24 Thread Mattias Carlehäll
Hi I'm new to tomcat and would very much appreciate a little help getting started with it. Is there a complete tutorial on howto make you'r first servlet for tomcat 5. Preferably using ant also. I have read the documentation for tomcat 5 and tried the examples there, without much success.