Re: Migrating Struts App From TC 4 -> 5

2006-11-15 Thread Jon Wynacht

Yup. I haven't installed this package.

The more I work with things the more I see that problem seems to be  
with authenticating my app. I tried an app that needs no  
authentication and it worked fine. But ones that do don't work and  
don't throw an error either.


So I know it's not a Struts-related issue and I'll move my discussion  
to the Tomcat list...


Thanks for the help here

Jon

On Nov 15, 2006, at 8:49 AM, Christopher Schultz wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jon,

Jon Wynacht wrote:

Hi Chris,

Here's the info, I should be good to go:
[snip: you have JDK 1.5]


Okay. Ensure that you have /not/ installed the compatibility package.
This can also foul things up. I noticed that you posted the same
question to the Tomcat mailing list. Search the archives the "xml" and
"compatibility" to see how to check for and remove this package if
necessary.

I apologize in advance if this doesn't turn out to be the problem.

- -chris

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFW0Uw9CaO5/Lv0PARAtHDAKCptWxSBb+F3AImXGz1IntglDXEvACeNzoD
FnwoSlCrYl0BTEef7F0PiqQ=
=YrVH
-END PGP SIGNATURE-

-
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]



Re: Migrating Struts App From TC 4 -> 5

2006-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jon,

Jon Wynacht wrote:
> Hi Chris,
> 
> Here's the info, I should be good to go:
> [snip: you have JDK 1.5]

Okay. Ensure that you have /not/ installed the compatibility package.
This can also foul things up. I noticed that you posted the same
question to the Tomcat mailing list. Search the archives the "xml" and
"compatibility" to see how to check for and remove this package if
necessary.

I apologize in advance if this doesn't turn out to be the problem.

- -chris

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFW0Uw9CaO5/Lv0PARAtHDAKCptWxSBb+F3AImXGz1IntglDXEvACeNzoD
FnwoSlCrYl0BTEef7F0PiqQ=
=YrVH
-END PGP SIGNATURE-

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



Re: Migrating Struts App From TC 4 -> 5

2006-11-15 Thread Jon Wynacht

Hi Chris,

Here's the info, I should be good to go:

panchovilla:/usr/local/tomcat/bin jon$ java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)

But I'm not ;-(

Jon

On Nov 15, 2006, at 8:12 AM, Christopher Schultz wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jon,

Jon Wynacht wrote:

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.


What version of JRE are you using? If you use pre-1.5, then you'll  
have
to install the "compatibility package" in order to get it working.  
This
has something to do with XML libraries and others, so it's possible  
this

is your problem.

- -chris

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFWzx29CaO5/Lv0PARAhjBAJoDBEUK6yR5WxlbpMEad/owSW5toQCghoC0
4duY8+RO6jgIG/r4q7p4w5Q=
=aDCS
-END PGP SIGNATURE-

-
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]



Re: Migrating Struts App From TC 4 -> 5

2006-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jon,

Jon Wynacht wrote:
> 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.

What version of JRE are you using? If you use pre-1.5, then you'll have
to install the "compatibility package" in order to get it working. This
has something to do with XML libraries and others, so it's possible this
is your problem.

- -chris

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFWzx29CaO5/Lv0PARAhjBAJoDBEUK6yR5WxlbpMEad/owSW5toQCghoC0
4duY8+RO6jgIG/r4q7p4w5Q=
=aDCS
-END PGP SIGNATURE-

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



Re: Migrating Struts App From TC 4 -> 5

2006-11-15 Thread Jon Wynacht

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]



RE: Migrating Struts App From TC 4 -> 5

2006-11-15 Thread Levan Dvalishvili
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]



Migrating Struts App From TC 4 -> 5

2006-11-14 Thread Jon Wynacht

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]