RE: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-03 Thread Shapira, Yoav

Hi,
FYI, people, please don't use [ANN] threads for problem discussion.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Sriram N [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 02, 2003 9:24 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14
Beta released

Luigi,

Creating a Maven script would be a great idea. Since I've never used
Maven
before, this should give me something to start learning Maven with.

-- Sriram

--- Luigi Bai [EMAIL PROTECTED] wrote:
 Sriram,

 I have to admit I'm impressed by how politely you said RTFM. :-)
You're
 right; I had gotten out of the habit of reading the BUILDING file,
and
 I'd forgotten it was there. I'll make sure all my dependencies match
up
 by version and will try again. My guess is that I won't need to
rebuild
 (this isn't C++, after all) but will likely just need to drop the
right
 jars into place.

 Still points out how useful Maven would be, though. I have to be able
to
 build the dist from source; if I can't, then I can't audit the app
 properly.

 Thanks;
 Luigi

 Sriram N wrote:

  Hi:
 
  HAve you looked at
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt
  ? This file contains information on building against different
versions
of
  Xerces.
 
  I have a dim recollection that the Xerces was changed recently,
though
I
 dont'
  remember if I read this for the 5.x series or the 4.x series.
 
  As a last resort to get to the bottom of the matter, you could
download
the
  binary release, and check the changelog.
 
  -- SRiram
 

 --
 A HREF=http://www.focalpoint.com/;Home Page/A
 education is what's left after what is learned is forgotten.
 -- b f skinner
 Luigi P. Bai   Focal Point Software, Inc.
 [EMAIL PROTECTED] 3701 Kirby Drive, Suite 512
 turning data into information  Houston, TX   77098
 (713) 215-1600 x 33#



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



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-03 Thread Jean-Francois Arcand
BTW, if you are building using the CVS branch, just look at 
jakarta-tomcat-5/build.property.default and search for Xerces. You will 
get the version used.

-- Jeanfrancois

Sriram N wrote:

Luigi,

Creating a Maven script would be a great idea. Since I've never used Maven
before, this should give me something to start learning Maven with.
-- Sriram

--- Luigi Bai [EMAIL PROTECTED] wrote:
 

Sriram,

I have to admit I'm impressed by how politely you said RTFM. :-) You're 
right; I had gotten out of the habit of reading the BUILDING file, and 
I'd forgotten it was there. I'll make sure all my dependencies match up 
by version and will try again. My guess is that I won't need to rebuild 
(this isn't C++, after all) but will likely just need to drop the right 
jars into place.

Still points out how useful Maven would be, though. I have to be able to 
build the dist from source; if I can't, then I can't audit the app 
properly.

Thanks;
Luigi
Sriram N wrote:

   

Hi:

HAve you looked at
 

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt
   

? This file contains information on building against different versions of
Xerces.
I have a dim recollection that the Xerces was changed recently, though I
 

dont'
   

remember if I read this for the 5.x series or the 4.x series.

As a last resort to get to the bottom of the matter, you could download the
binary release, and check the changelog.
-- SRiram

 

--
A HREF=http://www.focalpoint.com/;Home Page/A
education is what's left after what is learned is forgotten.
   -- b f skinner
Luigi P. Bai   Focal Point Software, Inc.
[EMAIL PROTECTED] 3701 Kirby Drive, Suite 512
turning data into information  Houston, TX   77098
   (713) 215-1600 x 33#


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



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.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]


Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-02 Thread Sriram N
Hi:

HAve you looked at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt
? This file contains information on building against different versions of
Xerces.

I have a dim recollection that the Xerces was changed recently, though I dont'
remember if I read this for the 5.x series or the 4.x series.

As a last resort to get to the bottom of the matter, you could download the
binary release, and check the changelog.

-- SRiram

--- Luigi Bai [EMAIL PROTECTED] wrote:
 Sriram,
 
 It took me a while to figure out where you were going with your 
 question. No, I did not download a tar-gzip distribution; I built 4.1.29 
 from the (tagged) CVS source (which right there may be part of the 
 problem). I used the versions of commons-* etc from the 4.1.27 
 distribution that I had been using; it seems that making Tomcat build 
 with Maven (and its support for specific versions of third party jars) 
 would be really a big help here. And I confirmed that the DTDs in 
 servlet-api.jar are intact.
 
 What version of Xerces does 4.1.29 depend on? It may be that using the 
 Xerces parser from 4.1.27 is too old? I really can't think of any other 
 reason why Digester would barf on session-timeout with a parse error.
 
 Luigi
 
 Sriram N wrote:
 
  Hi,
  
  Have you downloaded a tgz by chance ?
  
  If you have, then use Winzip on windows, or the tar command from the
 command
  line, to uncompress Tomcat. Any other application may not uncompress the
 tgz
  correctly. e.g. I used the File Roller application that comes with Redhat
 9,
  and it does not extract all files correctly.
  
  The tar command you could use is
  
  tar -xzvf jakarta-tomcat4.1.29
  
  -- Sriram
  
  --- Luigi Bai [EMAIL PROTECTED] wrote:
  
 I'm using 4.1.29 as CATALINA_HOME, and am seeing a strange error. The 
 line in the default web.xml file points to the session-timeout 
 element; so does the referenced line in the application web.xml file. If 
 I comment out _both_ the context will start. I checked the DTD in 
 servlet-api.jar and it looks fine.
 
 In CATALINA_HOME/server/lib, the commons-logging.jar file has 
 impl.Log4jFactory.class and impl.Log4jLogger.class. These are loaded 
 because I have a copy of log4j-1.2.8 in the directory.
 
 Using 4.1.27 as CATALINA_HOME I have no problems either.
 
 Any ideas on where to look?
 
 Thanks;
 Luigi
 
 2003-10-31 21:02:32 ContextConfig[/blog] Parse error in default web.xml
 org.apache.commons.logging.LogConfigurationException: 
 java.lang.ClassNotFoundException: 
 org.apache.commons.logging.impl.Log4jFactory
 at 
 org.apache.commons.digester.Digester.createSAXException(Digester.java:2583)
 at 
 org.apache.commons.digester.Digester.createSAXException(Digester.java:2609)
 at org.apache.commons.digester.Digester.endElement(Digester.java:1061)
 at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
 at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown 
 Source)
 at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown 
 Source)
 at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
 at 

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown
 
 Source)
 at 
 
  
 

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
  
 Source)
 at 
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
 Source)
 at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
 at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
 at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
 at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
 at org.apache.commons.digester.Digester.parse(Digester.java:1546)
 at 
 
  
 

org.apache.catalina.startup.ContextConfig.defaultConfig(ContextConfig.java:548)
  
 at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:638)
 at 
 
  
 

org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:243)
  
 at 
 
  
 

org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
  
 at 
 org.apache.catalina.core.StandardContext.start(StandardContext.java:3582)
 at 
 
  
 

org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
  
 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
 at 
 
  
 

org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:700)
  
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 
  
 

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  
 at java.lang.reflect.Method.invoke(Method.java:324)
 at 
 

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-02 Thread Luigi Bai
Sriram,

I have to admit I'm impressed by how politely you said RTFM. :-) You're 
right; I had gotten out of the habit of reading the BUILDING file, and 
I'd forgotten it was there. I'll make sure all my dependencies match up 
by version and will try again. My guess is that I won't need to rebuild 
(this isn't C++, after all) but will likely just need to drop the right 
jars into place.

Still points out how useful Maven would be, though. I have to be able to 
build the dist from source; if I can't, then I can't audit the app 
properly.

Thanks;
Luigi
Sriram N wrote:

Hi:

HAve you looked at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt
? This file contains information on building against different versions of
Xerces.
I have a dim recollection that the Xerces was changed recently, though I dont'
remember if I read this for the 5.x series or the 4.x series.
As a last resort to get to the bottom of the matter, you could download the
binary release, and check the changelog.
-- SRiram

--
A HREF=http://www.focalpoint.com/;Home Page/A
education is what's left after what is learned is forgotten.
   -- b f skinner
Luigi P. Bai   Focal Point Software, Inc.
[EMAIL PROTECTED] 3701 Kirby Drive, Suite 512
turning data into information  Houston, TX   77098
   (713) 215-1600 x 33#


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


Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-02 Thread Sriram N
Luigi,

Creating a Maven script would be a great idea. Since I've never used Maven
before, this should give me something to start learning Maven with.

-- Sriram

--- Luigi Bai [EMAIL PROTECTED] wrote:
 Sriram,
 
 I have to admit I'm impressed by how politely you said RTFM. :-) You're 
 right; I had gotten out of the habit of reading the BUILDING file, and 
 I'd forgotten it was there. I'll make sure all my dependencies match up 
 by version and will try again. My guess is that I won't need to rebuild 
 (this isn't C++, after all) but will likely just need to drop the right 
 jars into place.
 
 Still points out how useful Maven would be, though. I have to be able to 
 build the dist from source; if I can't, then I can't audit the app 
 properly.
 
 Thanks;
 Luigi
 
 Sriram N wrote:
 
  Hi:
  
  HAve you looked at
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt
  ? This file contains information on building against different versions of
  Xerces.
  
  I have a dim recollection that the Xerces was changed recently, though I
 dont'
  remember if I read this for the 5.x series or the 4.x series.
  
  As a last resort to get to the bottom of the matter, you could download the
  binary release, and check the changelog.
  
  -- SRiram
  
 
 -- 
 A HREF=http://www.focalpoint.com/;Home Page/A
 education is what's left after what is learned is forgotten.
 -- b f skinner
 Luigi P. Bai   Focal Point Software, Inc.
 [EMAIL PROTECTED] 3701 Kirby Drive, Suite 512
 turning data into information  Houston, TX   77098
 (713) 215-1600 x 33#
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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



Tomcat 5.0.14 Beta

2003-11-01 Thread Matt Raible
I just upgraded from Tomcat 5.0.12 Beta to 5.0.14 yesterday.  
Everything's been running fine for the last 12 hours, and then I got 
the following error this morning:

No Java compiler was found to compile the generated source for the JSP.
This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar 
from the JDK
to the common/lib directory of the Tomcat server, followed by a Tomcat 
restart.
If using an alternate Java compiler, please check its installation and 
access path.

Should I copy tool.jar to common/lib?  I've never had to do this before.

Matt

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


Re: Tomcat 5.0.14 Beta

2003-11-01 Thread Eric C
I had the same error with 5.0.12 a bracket was missing in my code and it
throwed this weird message.

- Original Message -
From: Matt Raible [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 01, 2003 7:17 PM
Subject: Tomcat 5.0.14 Beta


 I just upgraded from Tomcat 5.0.12 Beta to 5.0.14 yesterday.
 Everything's been running fine for the last 12 hours, and then I got
 the following error this morning:

 No Java compiler was found to compile the generated source for the JSP.
 This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar
 from the JDK
 to the common/lib directory of the Tomcat server, followed by a Tomcat
 restart.
 If using an alternate Java compiler, please check its installation and
 access path.

 Should I copy tool.jar to common/lib?  I've never had to do this before.

 Matt


 -
 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: Tomcat 5.0.14 Beta

2003-11-01 Thread Remy Maucherat
Matt Raible wrote:
I just upgraded from Tomcat 5.0.12 Beta to 5.0.14 yesterday.  
Everything's been running fine for the last 12 hours, and then I got the 
following error this morning:

No Java compiler was found to compile the generated source for the JSP.
This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar 
from the JDK
to the common/lib directory of the Tomcat server, followed by a Tomcat 
restart.
If using an alternate Java compiler, please check its installation and 
access path.

Should I copy tool.jar to common/lib?  I've never had to do this before.
Maybe not. This message may appear more often that what it should, when 
there's a compilation error. It should be investigated.

You didn't give enough information to go much further.

--
x
Rémy Maucherat
Senior Developer  Consultant
JBoss Group (Europe) SàRL
x
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat 5.0.14 Beta

2003-11-01 Thread Matt Raible
The same code ran fine on 4.1.27 and 5.0.12 - all I've ever done is mv 
4.1.27/webapps/* 5.0.14/.

Probably a fluke and I'll never see it again.

Matt

On Nov 1, 2003, at 2:30 PM, Eric C wrote:

I had the same error with 5.0.12 a bracket was missing in my code and 
it
throwed this weird message.

- Original Message -
From: Matt Raible [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 01, 2003 7:17 PM
Subject: Tomcat 5.0.14 Beta

I just upgraded from Tomcat 5.0.12 Beta to 5.0.14 yesterday.
Everything's been running fine for the last 12 hours, and then I got
the following error this morning:
No Java compiler was found to compile the generated source for the 
JSP.
This can usually be solved by copying manually 
$JAVA_HOME/lib/tools.jar
from the JDK
to the common/lib directory of the Tomcat server, followed by a Tomcat
restart.
If using an alternate Java compiler, please check its installation and
access path.

Should I copy tool.jar to common/lib?  I've never had to do this 
before.

Matt

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


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


Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-11-01 Thread Luigi Bai
Sriram,

It took me a while to figure out where you were going with your 
question. No, I did not download a tar-gzip distribution; I built 4.1.29 
from the (tagged) CVS source (which right there may be part of the 
problem). I used the versions of commons-* etc from the 4.1.27 
distribution that I had been using; it seems that making Tomcat build 
with Maven (and its support for specific versions of third party jars) 
would be really a big help here. And I confirmed that the DTDs in 
servlet-api.jar are intact.

What version of Xerces does 4.1.29 depend on? It may be that using the 
Xerces parser from 4.1.27 is too old? I really can't think of any other 
reason why Digester would barf on session-timeout with a parse error.

Luigi

Sriram N wrote:

Hi,

Have you downloaded a tgz by chance ?

If you have, then use Winzip on windows, or the tar command from the command
line, to uncompress Tomcat. Any other application may not uncompress the tgz
correctly. e.g. I used the File Roller application that comes with Redhat 9,
and it does not extract all files correctly.
The tar command you could use is

tar -xzvf jakarta-tomcat4.1.29

-- Sriram

--- Luigi Bai [EMAIL PROTECTED] wrote:

I'm using 4.1.29 as CATALINA_HOME, and am seeing a strange error. The 
line in the default web.xml file points to the session-timeout 
element; so does the referenced line in the application web.xml file. If 
I comment out _both_ the context will start. I checked the DTD in 
servlet-api.jar and it looks fine.

In CATALINA_HOME/server/lib, the commons-logging.jar file has 
impl.Log4jFactory.class and impl.Log4jLogger.class. These are loaded 
because I have a copy of log4j-1.2.8 in the directory.

Using 4.1.27 as CATALINA_HOME I have no problems either.

Any ideas on where to look?

Thanks;
Luigi
2003-10-31 21:02:32 ContextConfig[/blog] Parse error in default web.xml
org.apache.commons.logging.LogConfigurationException: 
java.lang.ClassNotFoundException: 
org.apache.commons.logging.impl.Log4jFactory
	at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2583)
	at 
org.apache.commons.digester.Digester.createSAXException(Digester.java:2609)
	at org.apache.commons.digester.Digester.endElement(Digester.java:1061)
	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
	at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown 
Source)
	at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown 
Source)
	at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
	at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown 
Source)
	at 

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown

Source)
	at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at org.apache.commons.digester.Digester.parse(Digester.java:1546)
	at 

org.apache.catalina.startup.ContextConfig.defaultConfig(ContextConfig.java:548)

	at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:638)
	at 

org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:243)

	at 

org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)

	at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:3582)
	at 

org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)

	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
	at 

org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:700)

	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

	at java.lang.reflect.Method.invoke(Method.java:324)
	at 
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:258)
	at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
	at org.apache.commons.digester.Rule.end(Rule.java:276)
	at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
	at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
	at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown 
Source)
	at 

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown

Source)
	at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at 

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Vic Cekvenich
I speak for many: THANK YOU

Remy Maucherat wrote:
The Tomcat Team announces the immediate availability of Apache Tomcat
4.1.29 Stable and Apache Tomcat 5.0.14 Beta.
Please refer to the changelog for the list of changes.

Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi
Sources: http://jakarta.apache.org/site/sourceindex.cgi
The Apache Tomcat Team
--
Victor Cekvenich,
Struts Instructor
(215) 321-9146
Advanced Struts Training
http://basebeans.com/do/cmsPg?content=TRAINING Server Side Java
training with Rich UI, mentoring, designs, samples and project recovery
in North East.
Simple best practice basic Portal, a Struts CMS, Membership, Forums,
Shopping and Credit processing, http://basicportal.com software, ready
to develop/customize; requires a db to run.


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


Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Remy Maucherat
Vic Cekvenich wrote:

I speak for many: THANK YOU
You're welcome :)
Hopefully 4.1.29 will be a good release.
--
x
Rémy Maucherat
Senior Developer  Consultant
JBoss Group (Europe) SàRL
x
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Luigi Bai
)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:2190)
	at 
org.apache.catalina.startup.CatalinaService.start(CatalinaService.java:273)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at 
org.apache.catalina.startup.BootstrapService.start(BootstrapService.java:245)
	at 
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:307)

Remy Maucherat wrote:

The Tomcat Team announces the immediate availability of Apache Tomcat
4.1.29 Stable and Apache Tomcat 5.0.14 Beta.
Please refer to the changelog for the list of changes.

Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi
Sources: http://jakarta.apache.org/site/sourceindex.cgi
The Apache Tomcat Team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
A HREF=http://www.focalpoint.com/;Home Page/A
education is what's left after what is learned is forgotten.
   -- b f skinner
Luigi P. Bai   Focal Point Software, Inc.
[EMAIL PROTECTED] 3701 Kirby Drive, Suite 512
turning data into information  Houston, TX   77098
   (713) 215-1600 x 33#


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


Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Sriram N
Hi,

Have you downloaded a tgz by chance ?

If you have, then use Winzip on windows, or the tar command from the command
line, to uncompress Tomcat. Any other application may not uncompress the tgz
correctly. e.g. I used the File Roller application that comes with Redhat 9,
and it does not extract all files correctly.

The tar command you could use is

tar -xzvf jakarta-tomcat4.1.29

-- Sriram

--- Luigi Bai [EMAIL PROTECTED] wrote:
 I'm using 4.1.29 as CATALINA_HOME, and am seeing a strange error. The 
 line in the default web.xml file points to the session-timeout 
 element; so does the referenced line in the application web.xml file. If 
 I comment out _both_ the context will start. I checked the DTD in 
 servlet-api.jar and it looks fine.
 
 In CATALINA_HOME/server/lib, the commons-logging.jar file has 
 impl.Log4jFactory.class and impl.Log4jLogger.class. These are loaded 
 because I have a copy of log4j-1.2.8 in the directory.
 
 Using 4.1.27 as CATALINA_HOME I have no problems either.
 
 Any ideas on where to look?
 
 Thanks;
 Luigi
 
 2003-10-31 21:02:32 ContextConfig[/blog] Parse error in default web.xml
 org.apache.commons.logging.LogConfigurationException: 
 java.lang.ClassNotFoundException: 
 org.apache.commons.logging.impl.Log4jFactory
   at 
 org.apache.commons.digester.Digester.createSAXException(Digester.java:2583)
   at 
 org.apache.commons.digester.Digester.createSAXException(Digester.java:2609)
   at org.apache.commons.digester.Digester.endElement(Digester.java:1061)
   at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
   at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown 
 Source)
   at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown 
 Source)
   at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
   at 
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown 
 Source)
   at 

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 
 Source)
   at 
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
 Source)
   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
   at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
   at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
   at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
   at org.apache.commons.digester.Digester.parse(Digester.java:1546)
   at 

org.apache.catalina.startup.ContextConfig.defaultConfig(ContextConfig.java:548)
   at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:638)
   at 

org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:243)
   at 

org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
   at 
 org.apache.catalina.core.StandardContext.start(StandardContext.java:3582)
   at 

org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
   at 

org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:700)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at 
 org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:258)
   at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
   at org.apache.commons.digester.Rule.end(Rule.java:276)
   at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
   at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
   at 
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown 
 Source)
   at 

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 
 Source)
   at 
 org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
 Source)
   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
   at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
   at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
   at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
   at org.apache.commons.digester.Digester.parse(Digester.java:1565)
   at 

org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:385)
   at org.apache.catalina.core.StandardHost.install(StandardHost.java:819)
   at 
 

[ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat
4.1.29 Stable and Apache Tomcat 5.0.14 Beta.
Please refer to the changelog for the list of changes.

Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi
Sources: http://jakarta.apache.org/site/sourceindex.cgi
The Apache Tomcat Team

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