Re: When does 408 happen ?

2005-12-04 Thread Mark Thomas
hv @ Fashion Content wrote: On the default page of the site I put a login form as descibed in the Servlet spec. I then specified the default page to be the login page and listed all other pages on the site(Except access denied page) as protected. The behaviour that I expected was: 1) If

Re: tomcat5 stop auto after started.

2005-12-04 Thread Mike Zang
Do you have some more logs to provide ? Thanks for your reply. Do you need what logs? access_log or error_log? or any log else? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5.5.9 w/ Apache 2.0.54 --- 'className=' no longer needed????

2005-12-04 Thread Mark Thomas
Kyle wrote: It sems (to me anyway) that tomcat 5.5.9 has changed in recent months and documentation is in somewhat of a transition period. So, I'm now a little lost w/r to integrating an AJP connector for Apache. In TC v4.1, server.xml had a connector; Connector

Re: tomcat5 stop auto after started.

2005-12-04 Thread Mike Zang
Do you have some more logs to provide ? Here is from catalina.out: Created MBeanServer with ID: [UID: 300464,1133693145747,-32768]:server1.zangland.com:1 4-Dec-05 7:46:11 PM org.apache.commons.digester.Digester startElement(java.lang.String, java.lang.String, java.lang.String,

Re: tomcat5 stop auto after started.

2005-12-04 Thread Mark Thomas
Have a look in your server.xml. Try replacing all instances of org.apache.ajp.tomcat5.config.ApacheConfig with org.apache.jk.config.ApacheConfig HTH, Mark Mike Zang wrote: Do you have some more logs to provide ? Here is from catalina.out: Created MBeanServer with ID: [UID:

Re: tomcat5 stop auto after started.

2005-12-04 Thread Mike Zang
Have a look in your server.xml. Try replacing all instances of org.apache.ajp.tomcat5.config.ApacheConfig with org.apache.jk.config.ApacheConfig I did it, but the result is same, tomcat5 stoped soon. by the way, I also got message as below both in two cases (original and your suggestion):

Tomcat 4.1 and J2SE SDK 1.4.1_07 hangs

2005-12-04 Thread R�kos Attila
Hi! I've installed Java SDK 1.4.1_07 and Tomcat 4.1.31 on a Win XP Prof SP 2. There were no problems during the install (I set JAVA_HOME to the Java SDK before installing Tomcat), but I cannot access any page through localhost:8080 (static, JSP or a servlet). If I try to look a page in

Re: Missing application web.xml

2005-12-04 Thread hv @ Fashion Content
I had the same experience. Just to illustrate here is my build target, quite straightforward: target name=build-live-war war duplicate=preserve destfile=${build.dir}/${liveWarName}.war webxml=${basedir}/live-conf/web.xml metainf dir=${basedir}/live-conf

servet-dircetory

2005-12-04 Thread Sebastian Funk
(Sorry if I sent this message twice, I didn't get the first one) Hi, I've read a book about servlets called Java Servlet Progamming. This book says I can access all my servlets - additionally to that what I declared in web.xml - via http://tomcat-server:8080/servlet/myServlet but I

Re: servet-dircetory

2005-12-04 Thread Wendy Smoak
On 12/4/05, Sebastian Funk [EMAIL PROTECTED] wrote: I've read a book about servlets called Java Servlet Progamming. This book says I can access all my servlets - additionally to that what I declared in web.xml - via http://tomcat-server:8080/servlet/myServlet but I can't. I get 404

Re: servet-dircetory

2005-12-04 Thread Sebastian Funk
On Dec 4, 2005, at 4:19 PM, Wendy Smoak wrote: On 12/4/05, Sebastian Funk [EMAIL PROTECTED] wrote: I've read a book about servlets called Java Servlet Progamming. This book says I can access all my servlets - additionally to that what I declared in web.xml - via

Re: tomcat 5.5.9 w/ Apache 2.0.54 --- 'className=' no longer needed????

2005-12-04 Thread Mark Thomas
Kyle wrote: Cheers Mark. I do realise it's all community based and GOD knows how you all find the time you all do already; But the docs really do get left well behind the reality sometimes. And even when they do appear to be uptodate, they conflict with other info on tomcat.apache.org.

Re: NullPointer Exception in HostConfig

2005-12-04 Thread hv @ Fashion Content
I have xerxesImpl and xml-apis in tomcat/common/endorsed might that be causing some trouble? Upgraded to 5.5.12 but the config failure persists hv @ Fashion Content [EMAIL PROTECTED] skrev i en meddelelse news:[EMAIL PROTECTED] The error information on context.xml parsing is very sparse to

context-root//context-root

2005-12-04 Thread Martin Gainty
Hello All This is intended for george sexton as he was having similar problems about a week ago I have the following specification in a java web application which causes error No mapping found for / when it attempts to resolve context-root via this specification in application.xml web

Re: Session crash problem. Please help!

2005-12-04 Thread Alessandro Colantoni
Hi Martin. Thanks for interest!. I have tomcat 5.5.7 not running as service (I have it at work and now I'm at home) and I don't have /logs/stderr.log (??). Stdout is my MS-DOS windows and I don't think that's important. I have a preprocessor that just checks if request.getSession(false)==null or

Re: SSL InvalidKeystore Format?

2005-12-04 Thread Dhaval Patel
Hi Scott, Let me start from beginning so that it will be easy for you to understand everything by reading this email only. Enviroment: Tomcat 5.5.12 J2SE 1.5.x Overview: (1) Generate key and certificate request (csr). (2) Submit csr (and may be

RE: SSL InvalidKeystore Format?

2005-12-04 Thread Carl Olivier
Greetings. Not sure if this will help, but I spent a lot of time fighting with certificates for use with Tomcat - from CSRs to issued certificates from the CAs - as well as using PFX files as exported from other webservers etc.. I have however got it working great, and thought to give you my

RE: Re: NullPointer Exception in HostConfig

2005-12-04 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject: Re: NullPointer Exception in HostConfig I have xerxesImpl and xml-apis in tomcat/common/endorsed might that be causing some trouble? They are the 1.4 compatibility package, and must be there if you're running

RE: Integrating tomcat 5.5.9 w/ Apache 2.0.54 --- which mod_jk

2005-12-04 Thread George Sexton
Mod_jk2 is deprecated (at least it was a month ago). Use mod_jk. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Kyle [mailto:[EMAIL PROTECTED] Sent: Saturday, December 03, 2005 9:54 PM To: TomCat Subject: Integrating

Jsvc Debian Tomcat standalone APR connector startup question

2005-12-04 Thread M A
Hi, I am trying to set up a production server setup is as follows 1. JSVC (commons-daemon) 2. jdk1.5.0_05 3. tomcat 5.5.12 4. Apr (latest stable). 5. Debian sarge The problem is this, I am using jsvc to start up tomcat as per the Tomcat5.sh script, problem is this, Tomcat starts ok, port 80

Deploying new virtual hosts

2005-12-04 Thread Terence M. Bandoian
Hi- I'd suggest searching the Internet for web hosting control panel. You'll likely need to sort through the features provided and select according to the requirements of your project. As you might imagine, support is included, sometimes optionally, for a wide range of services including

Anyone tried mixing Jk2 Php resources within the same virtual host ?

2005-12-04 Thread hv @ Fashion Content
It could be that I just need to fix my httpd.conf, but I am a bit stuck. I basicly have a virtualhost like this: DocumentRoot /var/www/site1 Location /ldapadmin Allow from all /Location Location /* JkUriSet worker ajp13:localhost:8009 /Location I want all requests to /ldapadmin.* to be served

Re: Apache Portable Runtime

2005-12-04 Thread Robert Palmer
I tried this. Should libtcnative-1.so be in $CATALINA_HOME/bin? 'make' put it in .libs and I tried moving it. I also downloaded 5.5.13 which results in the same message. Thanks. Bill Barker wrote: Robert Palmer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is this something

Re: Integrating tomcat 5.5.9 w/ Apache 2.0.54 --- which mod_jk

2005-12-04 Thread Seak, Teng-Fong
George Sexton wrote: Mod_jk2 is deprecated (at least it was a month ago). Use mod_jk. It's quite funny to notice that a deprecated stuff is called mod_jk2 while a newer one is called mod_jk :) - To unsubscribe, e-mail:

Re: NullPointer Exception in HostConfig

2005-12-04 Thread hv @ Fashion Content
For anyone unfortunate enough to get the same NullPointerException, what seems to happen is the following: In Tomcat 5.5.9 if an exception is thrown in ServletFilter.init it may not produce any logging output of any sort. In this case I use Spring which tends to be pretty good at reporting

Re: Jsvc Debian Tomcat standalone APR connector startup question

2005-12-04 Thread Bill Barker
No. The root one stays, but doesn't do anything except to wait for the shutdown signal. That way, you need to be root to shutdown. M A [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I am trying to set up a production server setup is as follows 1. JSVC (commons-daemon) 2.

Re: Anyone tried mixing Jk2 Php resources within the same virtual host ?

2005-12-04 Thread Bill Barker
hv @ Fashion Content [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It could be that I just need to fix my httpd.conf, but I am a bit stuck. I basicly have a virtualhost like this: DocumentRoot /var/www/site1 Location /ldapadmin Allow from all /Location Location /* JkUriSet

Re: Apache Portable Runtime

2005-12-04 Thread M A
Has this problem also you need to include the library path in the start up to catalina i.e. it becomes part of the command .. so something like -Djava.library.path=path to libctnative That should do it .. On 12/4/05, Robert Palmer [EMAIL PROTECTED] wrote: I tried this. Should

Re: Verisign Certificate Still Giving Me Troubles:

2005-12-04 Thread Bill Barker
Scott Purcell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Thanks Bill for the info. Verisign gave me a cert.cer file. So I am not sure how to handle this. My connector currently is this: Service name=Catalina Connector port=80 // the normal http port / // here is what I

Re: Anyone tried mixing Jk2 Php resources within the same virtual host ?

2005-12-04 Thread hv @ Fashion Content
Ok, thanks. Guess I will have to work until I upgrade the server to Fedora Core 4. Bill Barker [EMAIL PROTECTED] skrev i en meddelelse news:[EMAIL PROTECTED] hv @ Fashion Content [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It could be that I just need to fix my httpd.conf,

RE: SSL InvalidKeystore Format?

2005-12-04 Thread Nate Rock
I think the issue Scott is getting caught up on is the same issue I have been having for the last week: Using APR + SSL with anything but a self signed certificate isn't clearly defined as of yet. Scott, my recommendation to you at this point is to uninstall tomcat, and then reinstall it making

HP -UNIX JDK1.2 /TOMCAT 41

2005-12-04 Thread Karthik
Hi Form Our development Env is as below O/s= Win2000 JDK = 1.4.1 TOMCAT =1 4.1.27 RAM= 1 GB ORACLE = 9i LOAD on the DB is 150 tx /sec Our Production Env is as below O/s= HP-UNIX JRE = 1.2.2..10 TOMCAT =1 4.1.27 RAM