RE: Tomcat doesn't start

2003-11-05 Thread Didier Wiroth
Subject: Re: Tomcat doesn't start > > > Can you send a copy of the server.xml??? > > Anyway check that you didn't introduce any character at the > begining of the file > > > - Original Message - > From: "Didier Wiroth" <[EMAIL PROTEC

Tomcat doesn't start

2003-11-05 Thread Didier Wiroth
Hi, I've created a custom server.xml when I try to start tomcat, tomcat fails with this output: Catalina.start: java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence. java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence. at org.apache.xerces.impl.io.UTF

Re: what I'm I missing

2003-11-04 Thread Didier Wiroth
ok, sorry, problem solved! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

what I'm I missing

2003-11-04 Thread Didier Wiroth
Hi, I've created a custom minimum server.xml. I don't understand why I can't use the admin & manager webapps anymore. What do I have to add to my server.xml to be able to use both applications? Both applications are still in tomcat/webapps/admin.xml tomcat/webapps/manager.xml tomcat/server/weba

RE: Tomcat oracle 9 question

2003-11-04 Thread Didier Wiroth
You must put your Oracle driver in common/lib also, > where tomcat will try to find for its only use. Do that and > tell us if went everything ok. > > > -- > > De: Didier Wiroth[SMTP:[EMAIL PROTECTED] > > Responder: Tomcat Users List > > Enviada:

RE: Tomcat oracle 9 question

2003-11-04 Thread Didier Wiroth
Hi, I've copied the drivers also to common/lib, this didn't help. I would like to specify this: I have a working config on a windows 2000 server which uses: Oracle 9.2.0.1 Tomcat 4.1.24 Java j2sdk1.4.1_03 + our webapplication It works here no problem What I did is installed a test freebsd box wit

Tomcat oracle 9 question

2003-11-04 Thread Didier Wiroth
Hi, We have windows 2000 server running oracle 9.2.0.1. I've installed a freebsd machine running tomcat 4.1.27 which has the following config in server.xml: start snip--