RE: 5.0.28 v 5.5.12

2005-11-09 Thread MarcLap
Hi,

Yes

Here is the version info

java version 1.5.0_05
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)



-Original Message-
From: Chen Jerry [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 09, 2005 7:57 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: 5.0.28 v 5.5.12

Hey, did you pay attention to that 5.0.x leverages JDK1.4.2 while
Tomcat 5.5.12 leveraging JDK1.5?

2005/11/9, MarcLap [EMAIL PROTECTED]:
 Hi,

 I have been messing with this for a few days and can't figure out what is
 going on.

 5.0.28 works fine. 5.5.12 does not work at all.  Not even port 8080.

 Using Solaris 8
 Apache 1.3.34
 Ssl 0.9.8a
 Php 4.4.1
 Jk 1.2.15

 I did not touch anything in the httpd.conf file.

 The server.xml is the same

 Help!



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



Re: 5.0.28 v 5.5.12

2005-11-09 Thread Seak, Teng-Fong
Does your Tomcat serve a simple html file?  I mean Html file, not Jsp 
file yet.


  How about the environment variables like JAVA_HOME and CLASSPATH?  
Well, in Win, these are no longer needed since TC 5.5 (great job!) but 
maybe they're still needed in Unix/Solaris.


MarcLap wrote:


Hi,

Yes

Here is the version info

java version 1.5.0_05
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)



-Original Message-
From: Chen Jerry [mailto:[EMAIL PROTECTED] Sent: Wednesday, 
November 09, 2005 7:57 AM

To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: 5.0.28 v 5.5.12

Hey, did you pay attention to that 5.0.x leverages JDK1.4.2 while
Tomcat 5.5.12 leveraging JDK1.5?

2005/11/9, MarcLap [EMAIL PROTECTED]:
 


Hi,

I have been messing with this for a few days and can't figure out 
what is

going on.

5.0.28 works fine. 5.5.12 does not work at all.  Not even port 8080.

Using Solaris 8
Apache 1.3.34
Ssl 0.9.8a
Php 4.4.1
Jk 1.2.15

I did not touch anything in the httpd.conf file.

The server.xml is the same

Help!

  


 




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



RE: 5.0.28 v 5.5.12

2005-11-09 Thread Caldarale, Charles R
 From: MarcLap [mailto:[EMAIL PROTECTED] 
 Subject: 5.0.28 v 5.5.12
 
 5.0.28 works fine. 5.5.12 does not work at all.  Not even port 8080.

 The server.xml is the same

The above may well be the problem.  There are numerous configuration
differences between 5.0 and 5.5, so using the same server.xml and
Context elements could be causing problems.  RTFM.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



RE: 5.0.28 v 5.5.12

2005-11-09 Thread Allistair Crossley
You need to read the config guide for 5.5.12. The Logger element is no
longer available in 5.5.12. There are other changes for JNDI resrouces
too.

-Original Message-
From: MarcLap [mailto:[EMAIL PROTECTED] 
Sent: 09 November 2005 15:13
To: 'Tomcat Users List'
Subject: RE: 5.0.28 v 5.5.12

Here is info from the Catalina.out file




Nov 9, 2005 6:49:43 AM org.apache.tomcat.util.digester.Digester
startElement
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException: org.apache.catalina.logger.FileLogger
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at
org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.
java
:204)
at org.apache.tomcat.util.digester.Rule.begin(Rule.java:152)
at
org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1275
)
at
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Source)
at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(U
nkno
wn Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDis
patc
her.dispatch(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkno
wn
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
at
org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
at org.apache.catalina.startup.Catalina.load(Catalina.java:474)
at org.apache.catalina.startup.Catalina.load(Catalina.java:508)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Nov 9, 2005 6:49:43 AM org.apache.catalina.startup.Catalina load
WARNING: Catalina.start using conf/server.xml: 
java.lang.ClassNotFoundException: org.apache.catalina.logger.FileLogger
at
org.apache.tomcat.util.digester.Digester.createSAXException(Digester.jav
a:27
19)
at
org.apache.tomcat.util.digester.Digester.createSAXException(Digester.jav
a:27
45)
at
org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1278
)
at
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Source)
at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(U
nkno
wn Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDis
patc
her.dispatch(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkno
wn
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
at
org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
at org.apache.catalina.startup.Catalina.load(Catalina.java:474)
at org.apache.catalina.startup.Catalina.load(Catalina.java:508)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Nov 9, 2005 6:49:43 AM org.apache.tomcat.util.digester.Digester
startElement
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException: org.apache.catalina.logger.FileLogger
at java.net.URLClassLoader$1.run(URLClassLoader.java:200