Re: Where to put resources required by library class

2013-02-22 Thread Ian Pilcher
On 02/21/2013 10:41 PM, Christopher Schultz wrote: > Short of putting it into the "endorsed" directory, you should put it > into CATALINA_BASE/lib, right alongside of your JDBC library. OK. I sort of figured that, although it feels a bit weird to have a certificate sitting there along with all th

Re: Webapp reload corrupts Tomcat

2013-02-22 Thread Technical Support
Hi, Im beginner in Linux. Can anyone help me develop my skills in Linux? Thanks Chak Teylor On Fri, Feb 22, 2013 at 9:32 PM, Daniel Mikusa wrote: > On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote: > > > Hi! > > > > I have 5 servers with the following configuration: > >Windows Server 2

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-22 Thread Technical Support
Hi, Im beginner in Linux. Can anyone help me develop my skills in Linux? Regards Chak Teylor On Fri, Feb 22, 2013 at 8:55 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Sachin, > > On 2/22/13 12:50 AM, Sachin wrote: > > It

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread Technical Support
Hi, Im beginner in Linux. Can anyone help me develop my skills in Linux? Regards Chak Teylor On Fri, Feb 22, 2013 at 7:07 PM, ankur bajaj wrote: > Hi > > It opens windows from third party applications. thats what I mean by > "interact with desktop" > > > Regards > Ankur Bajaj > http://ankur-b

Re: Session Replication

2013-02-22 Thread Technical Support
Hi, Im beginner in Linux. Can anyone help me develop my skills in Linux? Regards Chak Teylor On Sat, Feb 23, 2013 at 2:27 AM, Dhaval Jaiswal wrote: > I am creating cluster of 3 tomcats (Version 6) for session replication with > the following changes in server.xml > > channelSendOptions="6"/>

Re: Troubles with JNDI data source configuration in Tomcat6 - mentioning H2 and Jetty

2013-02-22 Thread Technical Support
Hi, Im beginner in Linux. Can anyone help me develop in Linux? Thanks ChakTeylor On Sat, Feb 23, 2013 at 4:53 AM, Alexander Dümont wrote: > Hello Chris, > > Am 22.02.2013 02:39, schrieb Christopher Schultz: > >>> type="javax.sql.DataSource" name="jdbc/DSCarsAppDB" >>> factory="org.h2.jdbcx

Re: Troubles with JNDI data source configuration in Tomcat6 - mentioning H2 and Jetty

2013-02-22 Thread Alexander Dümont
Hello Chris, Am 22.02.2013 02:39, schrieb Christopher Schultz: You probably don't need to specify this factory. If you don't specify this, you'll get Tomcat's built-in DBCP. That was absolutely true! In fact, removing the "factory"-parameter made it work after all. I know it seems excess

Re: Session Replication

2013-02-22 Thread Daniel Mikusa
On Feb 22, 2013, at 1:27 PM, Dhaval Jaiswal wrote: > I am creating cluster of 3 tomcats (Version 6) for session replication with > the following changes in server.xml > > channelSendOptions="6"/> >expireSessionsOnShutdown="false" > notifyListenersOnReplication="true" ma

Session Replication

2013-02-22 Thread Dhaval Jaiswal
I am creating cluster of 3 tomcats (Version 6) for session replication with the following changes in server.xml Opening the multica

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread André Warnier
Howard W. Smith, Jr. wrote: On Thu, Feb 21, 2013 at 4:37 AM, ankur bajaj wrote: Hi All I have a tomcat service which when runs with local account and is allowed to interact with desktop is not able to access network resources but If I start this service with a username it cannot interact with

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread Howard W. Smith, Jr.
On Thu, Feb 21, 2013 at 4:37 AM, ankur bajaj wrote: > Hi All > > I have a tomcat service which when runs with local account and is allowed > to interact with desktop is not able to access network resources > but If I start this service with a username it cannot interact with the > desktop. > > Is

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread André Warnier
chris derham wrote: The first part (running programs which require a Window) usually doesn't, because those programs are usually such that they do not work "as a service". It is not usually only the fact that they need a console, but they need a whole bunch of other environment which a Service d

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread chris derham
> The first part (running programs which require a Window) usually doesn't, > because those programs are usually such that they do not work "as a > service". It is not usually only the fact that they need a console, but > they need a whole bunch of other environment which a Service does not > prov

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-22 Thread Nick Williams
On Feb 22, 2013, at 7:49 AM, Konstantin Kolinko wrote: > 2013/2/18 Sachin : >> I'm testing it with w3af(http://w3af.sourceforge.net) since that's what our >> security certifying vendor tests application against. >> >> And it logs - The URL "http://localhost:8080/app/"; has the following >> allo

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-22 Thread Konstantin Kolinko
2013/2/18 Sachin : > I'm testing it with w3af(http://w3af.sourceforge.net) since that's what our > security certifying vendor tests application against. > > And it logs - The URL "http://localhost:8080/app/"; has the following > allowed methods: GET, HEAD, OPTIONS, POST, TRACE. This information wa

Re: Webapp reload corrupts Tomcat

2013-02-22 Thread Daniel Mikusa
On Feb 22, 2013, at 12:09 AM, Kirill Ilyukhin wrote: > Hi! > > I have 5 servers with the following configuration: >Windows Server 2008 R2 64-bit, >Oracle JDK 1.7.0_11-b21 64-bit, >Tomcat 7.0.35 running as a service. > A few webapps are running perfectly well under the Tomcat until one

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread André Warnier
David kerber wrote: On 2/22/2013 6:51 AM, chris derham wrote: I mean I need a tomcat service which can interact with desktop and can access network resources Top hit when googling for 'windows service interact with desktop' http://lostechies.com/keithdahlby/2011/08/13/allowing-a-windows-serv

Re: tomcat 7.0.22 - allowTrace="false" not working

2013-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sachin, On 2/22/13 12:50 AM, Sachin wrote: > It does access a JSP page. But even I was expecting to stop TRACE > by specifically adding allowTrace="false". And as I've checked, > tomcat 5 is giving me this behavior properly but not 7.0.22. Can you

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread David kerber
On 2/22/2013 6:51 AM, chris derham wrote: I mean I need a tomcat service which can interact with desktop and can access network resources Top hit when googling for 'windows service interact with desktop' http://lostechies.com/keithdahlby/2011/08/13/allowing-a-windows-service-to-interact-with-d

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread chris derham
I mean I need a tomcat service which can interact with desktop and can access network resources Top hit when googling for 'windows service interact with desktop' http://lostechies.com/keithdahlby/2011/08/13/allowing-a-windows-service-to-interact-with-desktop-without-localsystem/ > The

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread André Warnier
Hi. On this list, please do not "top post" (http://en.wikipedia.org/wiki/Top_posting) It is preferred to answer in-line, or below the original question. It makes it easier to follow the flow of conversation. On Thu, Feb 21, 2013 at 3:49 PM, chris derham wrote: I mean I need a tomcat service

Re: Tomcat 6 access Network drive and interact with desktop

2013-02-22 Thread ankur bajaj
Hi It opens windows from third party applications. thats what I mean by "interact with desktop" Regards Ankur Bajaj http://ankur-bajaj.blogspot.com On Thu, Feb 21, 2013 at 3:49 PM, chris derham wrote: > > I mean I need a tomcat service which can interact with desktop and can > > access netwo

Re: Find out which sessions are connected to a specific Tomcat in a HA/Failover setup

2013-02-22 Thread Mark Thomas
On 22/02/2013 08:59, Martin Knoblauch wrote: Same not to be discussed here political problem :-( The whole application (server and clients) is closed commercial code. Can you modify anything? For example, you could add client IP and session ID to the access log for httpd. If your batch clie

Re: Find out which sessions are connected to a specific Tomcat in a HA/Failover setup

2013-02-22 Thread Martin Knoblauch
On Thu, Feb 21, 2013 at 8:16 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 2/21/13 8:11 AM, Martin Knoblauch wrote: >> this is more of a principal question. We operate the following >> HA/Failover Setup: >> >> Frontend: Apache 2.2.21 + mod_jk

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-22 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 2/19/13 2:41 PM, André Warnier wrote: I do not really understand the problem here, so this may be relevant or not. I don't know, but I'm offering this free. OP is running iPlanet web server, which I believe