Hi,
I've got my java webapp compiling with no problems on one machine I've been using for a long time, but my new setup is causing warning errors.
The working machine is running my webapp with:
tomcat 6.0.14
JRE 6.0_03
The new machine (with compile warnings) is running my webapp with:
tomcat 6.0.16
JRE 6.0_05
Both machines are using Eclipse 3.3.2 and are connecting to the same remote postgres 8.3.0 database.
I tried getting eclipse to connect to tomcat 6.0.14 to see if that was the problem, but I can't get Eclipse to change over, it just says it can't find 6.0.14, even if I delete the old server settings and set it up again with 6.0.14. I have no idea why this is.
I've tried running my app despite these warnings, but I get a bunch of database connection errors. I'm not sure if the warnings are related to the database connection problems, but I'd like to find out what to do about the tomcat warnings none the less
Jul 7, 2008 6:19:40 PM org.apache.tomcat.util.dig
ester.SetP
ropertiesR
ule begin
WARNING: [SetPropertiesRule]{Server
/Service/E
ngine/Host
/Context} Setting property 'debug' to '1' did
not find a matching property.
Jul 7, 2008 6:19:40 PM org.apache.tomcat.util.dig
ester.SetP
ropertiesR
ule begin
WARNING: [SetPropertiesRule]{Server
/Service/E
ngine/Host
/Context} Setting property 'source' to 'org.e
clipse.jst.jee.server:MesE
duSchoolsP
roject' did not find a matching property.
Jul 7, 2008 6:19:40 PM org.apache.catalina.core.A
prLifecycl
eListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production envi
ronments was not found on the java.library.path: C:\Program Files\Java\jre1.6.0_05\bin
;.;C:\Wind
ows\
Sun\Java\bin;C:\Windows\sy
stem32;C:\
Windows;C:
\Program Files\Java\jre1.6.0_05\bin
\client;C:
\Program
Files\Java\jre1.6.0_05\bin
;C:\Window
s\system32
;C:\Window
s;C:\Windo
ws\System3
2\Wbem;C:\
Program Files\
ATI Technologies\ATI.ACE\Core-
Static;C:\
Program Files\QuickTime\QTSystem\
Jul 7, 2008 6:19:40 PM org.apache.coyote.http11.H
ttp11Proto
col init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jul 7, 2008 6:19:40 PM org.apache.catalina.startu
p.Catalina
load
INFO: Initialization processed in 934 ms
Jul 7, 2008 6:19:41 PM org.apache.catalina.core.S
tandardSer
vice start
INFO: Starting service Catalina
Jul 7, 2008 6:19:41 PM org.apache.catalina.core.S
tandardEng
ine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
Jul 7, 2008 6:19:41 PM org.apache.catalina.core.S
tandardCon
text addApplicationListener
INFO: The listener "teska.backend.SessionCoun
ter" is already configured for this context. The duplic
ate definition has been ignored.
Jul 7, 2008 6:19:42 PM org.apache.coyote.http11.H
ttp11Proto
col start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jul 7, 2008 6:19:42 PM org.apache.jk.common.Chann
elSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jul 7, 2008 6:19:42 PM org.apache.jk.server.JkMai
n start
INFO: Jk running ID=0 time=0/48 config=null
Jul 7, 2008 6:19:42 PM org.apache.catalina.startu
p.Catalina
start
INFO: Server startup in 1444 ms
Thanks,
Courtenay
Start Free Trial