Re: Error starting the web server

2009-11-17 Thread John McCleskey
Sorry, Tomcat. On Tue, Nov 17, 2009 at 11:51 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: John McCleskey [mailto:jmccleske...@gmail.com] > > Subject: Re: Error starting the web server > > > > I was able to install a stand-alone Apache web

RE: Error starting the web server

2009-11-17 Thread Caldarale, Charles R
> From: John McCleskey [mailto:jmccleske...@gmail.com] > Subject: Re: Error starting the web server > > I was able to install a stand-alone Apache web server on > my iSeries with java 1.5. The term "Apache web server" is rather ambiguous; did you mean httpd or

Re: Error starting the web server

2009-11-17 Thread John McCleskey
Thanks to everyone who helped with the deployment of this project. I was able to install a stand-alone Apache web server on my iSeries with java 1.5. It was not as straight-forward as I would have liked, due mainly to the poor iSeries "how-to" documentation and my ignorance, but it is running. - Jo

RE: Error starting the web server

2009-11-16 Thread Neil Aggarwal
John: > It appears that we have several JDK's loaded on our file > system (up to jdk > 1.5). what apache configuration files need to be modified to > point to the > correct jdk? i've modified the workers.properties. any other > locations I > should modify? I choose a JDK by setting a JAVA_HOME

Re: Error starting the web server

2009-11-16 Thread John McCleskey
he issue. Let me chat > with our sys admin to determine when an upgrade can be completed. Thanks for > your help. > > On Mon, Nov 16, 2009 at 8:39 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >> > From: John McCleskey [mailto:jmccleske...@gmai

Re: Error starting the web server

2009-11-16 Thread John McCleskey
les R < chuck.caldar...@unisys.com> wrote: > > From: John McCleskey [mailto:jmccleske...@gmail.com] > > Subject: Re: Error starting the web server > > > > I'm running the web server on an iSeries v5r4 and the jdk is 1.3. > > JDK 1.3 hasn't been supported in

RE: Error starting the web server

2009-11-16 Thread Caldarale, Charles R
> From: John McCleskey [mailto:jmccleske...@gmail.com] > Subject: Re: Error starting the web server > > I'm running the web server on an iSeries v5r4 and the jdk is 1.3. JDK 1.3 hasn't been supported in a long, long time. Given André's assessment, the Tomcat version

Re: Error starting the web server

2009-11-16 Thread David Smith
> > jdk is 1.3 Ouch! You really should consider an upgrade. What version of tomcat do you have ... it hasn't been recommended that anyone set classpath since tomcat 3 days. And then it was a nightmare trying to engineer classpaths so all the apps and tomcat were happy. More details would be gre

Re: Error starting the web server

2009-11-16 Thread John McCleskey
Here is my httpd: *1* * # Configuration originally created by Create HTTP Server wizard on Fri Nov 13 16:08:48 CST 2009* * 2* * LoadModule jk_module /QSYS.LIB/QHTTPSVR.LIB/QZTCJK.SRVPGM* * 3* * Listen 10.201.21.152:80* * 4* * DocumentRoot /www/webserver3/webapps/* * 5* * Options -

Re: Error starting the web server

2009-11-16 Thread John McCleskey
Sounds like I may be on a "much" earlier version of ASF Tomcat on my production server (worked fine in test). How do I tell what version of Tomcat I'm running on an iSeries? On Mon, Nov 16, 2009 at 8:19 AM, André Warnier wrote: > Just substituting momentarily for Chuck and Pid while they warm up

Re: Error starting the web server

2009-11-16 Thread John McCleskey
I'm running the web server on an iSeries v5r4 and the jdk is 1.3. It appears that the jvm is throwing an exception: java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler java.lang.NoClassDefFoundError: org/apache/struts/legacy/GenericDataSource Guessing my classpath must be incorre

Re: Error starting the web server

2009-11-16 Thread André Warnier
Just substituting momentarily for Chuck and Pid while they warm up for the day : John McCleskey wrote: I'm recieving the following errors when starting my Tomcat server. I'm attempting to deploy a web application using a .WAR file and have configured the server to run servlets. Really ? How d

Re: Error starting the web server

2009-11-16 Thread Pid
On 16/11/2009 14:00, John McCleskey wrote: I'm recieving the following errors when starting my Tomcat server. I'm attempting to deploy a web application using a .WAR file and have configured the server to run servlets. Any help would be greatly appreciated. *[jk_jni_worker.c (1028)]: Fail-> co