AW: [tomcat] preventing to use it at startup

2013-03-21 Thread Stadelmann Josef
Thanks and your right Jeffery, but our Server is OpenVMS and we don't have any Server side firewalls installed. So I would need to check if there is a FW SW for OpenVMS. Josef -Ursprüngliche Nachricht- Von: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] Gesendet: Mittwoch, 20.

Re: OCSP with TOMCAT 7

2013-03-21 Thread André Warnier
Amit A wrote: Could not find anything achived on this topic Search query: http://marc.info/?l=tomcat-userw=2r=1s=tomcat+ocspq=t Further pointers please? 15/03/2013, subject Standard or OCSP Native Lib?, Nick Williams ? On Wed, Mar 20, 2013 at 4:23 PM, André Warnier a...@ice-sa.com wrote:

Re: BIO acceptorThreadCount

2013-03-21 Thread Mark Thomas
On 21/03/2013 00:13, igaz wrote: I was curious as to people's actual experience with setting a Connector's acceptorThreadCount while using the BIO http connection (the default) Frankly, I was unaware that java.net.ServerSockets were multi-thread safe (although interestingly the javadoc

Re: [tomcat] preventing to use it at startup

2013-03-21 Thread André Warnier
Stadelmann Josef wrote: Hi Is there an easy way to manage, to prevent, that my AS Tomcat is serving request before it is fully up and running; while fully up means - it has deployed all web apps and web app axis2 (a servlet engine) is up and has deployed all its modules *.mar and web service

Re: [tomcat] preventing to use it at startup

2013-03-21 Thread Mark Thomas
On 21/03/2013 09:57, André Warnier wrote: Stadelmann Josef wrote: Hi Is there an easy way to manage, to prevent, that my AS Tomcat is serving request before it is fully up and running; while fully up means - it has deployed all web apps and web app axis2 (a servlet engine) is up and has

Re: [a bit, but not totally OT] Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-21 Thread André Warnier
Christopher, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/20/13 2:25 PM, André Warnier wrote: Saurabh Agrawal wrote: All our assets are served from L3 CDN. So the asset requests never come to the application server. That, I do not understand. I do

Apache Tomcat 7.0.037 starting issue on Windows 2003 Server 64 bit machine

2013-03-21 Thread Geett Chanddra Singha
Hi, I am trying to register and start Apache Tomcat 7.0.37 service on my Windows 2003 Server 64 bit machine. I am able to register Tomcat as a service using the service.bat file, but when I try to start the service it gives the following error: Could not start the Apache Tomcat tomcat7 service

Re: Apache Tomcat 7.0.037 starting issue on Windows 2003 Server 64 bit machine

2013-03-21 Thread Konstantin Kolinko
2013/3/21 Geett Chanddra Singha gee...@gmail.com: Hi, I am trying to register and start Apache Tomcat 7.0.37 service on my Windows 2003 Server 64 bit machine. I am able to register Tomcat as a service using the service.bat file, but when I try to start the service it gives the following

RE: OCSP with TOMCAT 7

2013-03-21 Thread Martin Gainty
so you want Tomcat7 to act as an OCSP Responder? download and install ocsp daemon ..this is not trivial as you will need to be able to communicate to a working LDAP server http://www.openca.org/projects/ocspd/ configure your servlet to serve its requests to ocsp-daemon calls.. configure the

Re: [OT] Sharing lots of little pieces of data across a cluster

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Albert, On 3/20/13 9:22 PM, Albert Kam wrote: I am not sure this might suit you, but if i am currently thinking of http://redis.io/ Key and value storage (binary value is supported), expiry is supported, support scaling horizontally, can be set

Re: [OT] Sharing lots of little pieces of data across a cluster

2013-03-21 Thread Howard W. Smith, Jr.
On Thu, Mar 21, 2013 at 8:54 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 For more complex data structures, and more ability in queries, i would suggest http://www.mongodb.org/ Ooh! Web-scale! They have json-like storage,

Re: BIO acceptorThreadCount

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/21/13 5:49 AM, Mark Thomas wrote: On 21/03/2013 00:13, igaz wrote: I was curious as to people's actual experience with setting a Connector's acceptorThreadCount while using the BIO http connection (the default) Frankly, I was

Re: [tomcat] preventing to use it at startup

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/21/13 6:17 AM, Mark Thomas wrote: The connector is not started until all web applications have been started. That means that: - all loadOnStartup servlets have been loaded - all ServletContextListeners have completed - etc. It

Re: [a bit, but not totally OT] Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/21/13 7:15 AM, André Warnier wrote: Christopher Schultz wrote: I think there might be a problem with the instrumentation, or just coincidences at a fairly implausible level. The trust of the matter is that Tomcat does not allocate

Re: [tomcat] preventing to use it at startup

2013-03-21 Thread Mark Thomas
On 21/03/2013 13:06, Christopher Schultz wrote: Mark, On 3/21/13 6:17 AM, Mark Thomas wrote: The connector is not started until all web applications have been started. That means that: - all loadOnStartup servlets have been loaded - all ServletContextListeners have completed - etc. It

Re: BIO acceptorThreadCount

2013-03-21 Thread Mark Thomas
On 21/03/2013 13:03, Christopher Schultz wrote: Mark, On 3/21/13 5:49 AM, Mark Thomas wrote: On 21/03/2013 00:13, igaz wrote: I was curious as to people's actual experience with setting a Connector's acceptorThreadCount while using the BIO http connection (the default) Frankly, I was

Re: [a bit, but not totally OT] Tomcat Behavior on Multiple HTTP requests from same browser

2013-03-21 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/21/13 7:15 AM, André Warnier wrote: Christopher Schultz wrote: I think there might be a problem with the instrumentation, or just coincidences at a fairly implausible level. The trust of the matter is that

Re: Adding Connectors

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steffen, I think this should be discussed on the users' list. I'm cross-posting this message one time for that purpose. See below. On 3/21/13 9:59 AM, Steffen Heil (Mailinglisten) wrote: I have a servlet that creates a new Connector and adds it

AW: Adding Connectors

2013-03-21 Thread Steffen Heil (Mailinglisten)
Hi I think this should be discussed on the users' list. I'm cross-posting this message one time for that purpose. See below. Sorry, as I assumed that in a state where tomcat does not start connectors defined in server.xml it should also not start other connectors, I regarded this as a bug.

RE: Procrun and Tomcat service/OS shutdown on Windows

2013-03-21 Thread Thomas, Steve
Following up... -Original Message- From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] Sent: Thursday, March 14, 2013 12:52 PM To: Tomcat Users List Subject: RE: Procrun and Tomcat service/OS shutdown on Windows (snip) Finally you might also want to try delaying the shutdown

[OT] repos/asf/tomcat

2013-03-21 Thread Leo Donahue - RDSA IT
Trying to teach myself Subversion by way of the Eclipse plugin (Subversive SVN Team Provider, SVNKit 1.7.8 Implementation) and I'm looking at the tomcat repository and trying to understand what I'm seeing. What is the difference between the trunk directory at the root of

Re: [OT] repos/asf/tomcat

2013-03-21 Thread Mark Thomas
On 21/03/2013 16:53, Leo Donahue - RDSA IT wrote: Trying to teach myself Subversion by way of the Eclipse plugin (Subversive SVN Team Provider, SVNKit 1.7.8 Implementation) and I'm looking at the tomcat repository and trying to understand what I'm seeing. What is the difference between the

virtual directory

2013-03-21 Thread Tommy Pham
Hi, I'm trying to setup my virtual directory wwwroot as http://localhost/wwwroot/ mapped to d:\wwwroot but I'm getting HTTP Status 404 - /wwwroot/ type Status report message /wwwroot/ description The requested resource (/wwwroot/) is not available. Apache Tomcat/7.0.26 My wwwroot.xml:

Re: virtual directory

2013-03-21 Thread André Warnier
Tommy Pham wrote: Hi, I'm trying to setup my virtual directory wwwroot as http://localhost/wwwroot/ mapped to d:\wwwroot but I'm getting HTTP Status 404 - /wwwroot/ type Status report message /wwwroot/ description The requested resource (/wwwroot/) is not available. Apache Tomcat/7.0.26

Re: virtual directory

2013-03-21 Thread Manuel Fernández Panzuela
To publish your wwwdoc directory you must edit sever.xml and look for Host tag. Inside this block write a line like:: Context docBase=D:/wwwroot path=/wwwroot reloadable=true / Don't use debug as André says :) Un abrazo 2013/3/21 André Warnier a...@ice-sa.com Tommy Pham wrote: Hi, I'm

Re: virtual directory

2013-03-21 Thread André Warnier
Manuel Fernández Panzuela wrote: To publish your wwwdoc directory you must edit sever.xml and look for Host tag. Inside this block write a line like:: Context docBase=D:/wwwroot path=/wwwroot reloadable=true / Hi. Don't top-post. And the page which the original poster apparently mis-read,

Re: virtual directory

2013-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tommy, On 3/21/13 1:23 PM, Tommy Pham wrote: I'm trying to setup my virtual directory wwwroot as http://localhost/wwwroot/ mapped to d:\wwwroot but I'm getting HTTP Status 404 - /wwwroot/ type Status report message /wwwroot/

Re: virtual directory

2013-03-21 Thread Tommy Pham
On Thu, Mar 21, 2013 at 11:10 AM, André Warnier a...@ice-sa.com wrote: Manuel Fernández Panzuela wrote: To publish your wwwdoc directory you must edit sever.xml and look for Host tag. Inside this block write a line like:: Context docBase=D:/wwwroot path=/wwwroot reloadable=true / Hi.

Re: virtual directory

2013-03-21 Thread André Warnier
Tommy Pham wrote: On Thu, Mar 21, 2013 at 11:10 AM, André Warnier a...@ice-sa.com wrote: Manuel Fernández Panzuela wrote: To publish your wwwdoc directory you must edit sever.xml and look for Host tag. Inside this block write a line like:: Context docBase=D:/wwwroot path=/wwwroot

RE: virtual directory

2013-03-21 Thread Caldarale, Charles R
From: Tommy Pham [mailto:tommy...@gmail.com] Subject: Re: virtual directory I'm still getting the 404 error with this wwwroot.xml: ?xml version=1.0 encoding=ISO-8859-1? Context docBase=D:/wwwroot /Context In addition to the questions André asked, one very critical one: where is that

RE: [OT] repos/asf/tomcat

2013-03-21 Thread Leo Donahue - RDSA IT
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: [OT] repos/asf/tomcat On 21/03/2013 16:53, Leo Donahue - RDSA IT wrote: Trying to teach myself Subversion by way of the Eclipse plugin (Subversive SVN Team Provider, SVNKit 1.7.8 Implementation) and I'm looking

Re: [OT] repos/asf/tomcat

2013-03-21 Thread Mark Thomas
On 21/03/2013 20:30, Leo Donahue - RDSA IT wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: [OT] repos/asf/tomcat On 21/03/2013 16:53, Leo Donahue - RDSA IT wrote: Trying to teach myself Subversion by way of the Eclipse plugin (Subversive SVN Team

My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Julien Martin
Hello, I have the following Spring MVC 3.2 code (it uses the DeferredResult classhttp://static.springsource.org/spring/docs/3.2.2.RELEASE/javadoc-api/org/springframework/web/context/request/async/DeferredResult.html ): @RequestMapping(value = getMessages, method = RequestMethod.GET, produces =

Re: virtual directory

2013-03-21 Thread Tommy Pham
Hi Chuck and Andre, Silly me... I figured out what was the issue. I didn't have the index page defined in Tomcat's web.xml within the D:\wwwroot. The eventual content of this folder will be images anyway. Would I need to code an interceptor to detect 404 error and path to redirect the visitor

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Daniel Mikusa
On Mar 21, 2013, at 4:46 PM, Julien Martin wrote: Hello, I have the following Spring MVC 3.2 code (it uses the DeferredResult classhttp://static.springsource.org/spring/docs/3.2.2.RELEASE/javadoc-api/org/springframework/web/context/request/async/DeferredResult.html ):

RE: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Caldarale, Charles R
From: Daniel Mikusa [mailto:dmik...@vmware.com] Subject: Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently Can you define crash a little better? Is the Tomcat process still running? If so, is it answering any requests? If so, what happens if you

Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Julien Martin
Chuck and Daniel, Thanks for replying. I'll try and provide the information requested. - The 9th method invocation causes Tomcat to hang. When you issue requests after that, they also hang. - Here is the connector info: Connector port=8080 protocol=HTTP/1.1

RE: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently

2013-03-21 Thread Caldarale, Charles R
From: Julien Martin [mailto:bal...@gmail.com] Subject: Re: My use of Spring MVC's DeferredResult class causes Tomcat 7.0.35 to crash silently The 9th method invocation causes Tomcat to hang. When you issue requests after that, they also hang. That's quite different from a crash. Can you

I need help in configuring windows authentication in tomcat 7.0

2013-03-21 Thread Roberto Barale
I want to setup windows authentication in my tomcat 7.0.37 I read the user guide http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html and I follow all the step in Domain Controller and Tomcat Instance Then I write the $CATALINA_BASE\webapps\myappl\WEB-INF\web.xml and the

Re: I need help in configuring windows authentication in tomcat 7.0

2013-03-21 Thread chris derham
Context RealmclassName=org.apache.catalina.realm.JNDIRealm adCompat=true allRolesMode=authOnly referrals=follow connectionURL=ldap://dc01.mydom.local:389; connectionName=mydom\tcuser connectionPassword=Pa55w0rd userBase=dc=mydom,dc=local