Nope. I removed them  and the server doesn't even start!

I echo'd my CLASSPATH on startup and there was nothing there. It's supposed to set up:

CLASSPATH=$JAVA_HOME/lib/tools.jar

When I check my $JAVA_HOME I get this:

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/

/lib is under that and it doesn't contain tools.jar

I'm on Mac OS X...any ideas? I'm puzzled as to why tools.jar isn't there...

Thanks,

Jon

On Nov 15, 2006, at 6:21 AM, Levan Dvalishvili wrote:

JDK-5 comes with a fully working XML parser and you shouldn't need one in tomcat lib, also there are probably conflicts, check common/ endorsed dir,
it probably has xml parser jars in it , remove them, that might help.

Levan


-----Original Message-----
From: Jon Wynacht [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 2:11 AM
To: Struts Users Mailing List
Subject: Migrating Struts App From TC 4 -> 5

Hi,

I have a Struts-based app that is currently running on a Tomcat
4.1.29 server. I'm using Struts 1.2.9 and things have been running great. My
ISP is bugging me about upgrading Tomcat to 5.5.20 so I downloaded it
tonight to do a trial run and initial testing.

For starters, it coughed up a ton of warning messages about not being able to find the SAX parser. So I put xalan.jar, xercesImpl.jar, xml- apis.jar and xmlParserAPIs.jar it $TOMCAT_HOME/common/lib. This stopped the error
messages and the server started up fine.

I could log into my web app and things seem to authenticate and then the
screen just went blank. Nothing, no content, no error message. I even
checked the log file and there was nothing there either.

Anybody have a similar experience? I've cruised Google and the archives of
this list but can't seem to find an answer.

I'm using JDK 1.5 also...

Thanks in advance,

Jon

Jon Wynacht
[EMAIL PROTECTED]
http://www.objectevolution.com


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


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

Jon Wynacht
[EMAIL PROTECTED]
http://www.objectevolution.com



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

Reply via email to