Re: Tomcat7: debugging realms - a howto?

2015-03-14 Thread Graham Leggett
On 14 Mar 2015, at 3:43 PM, Graham Leggett minf...@sharp.fm wrote: Changing the auth-type to CLIENT-CERT shows that the username has been replaced by the subject-DN of the cert, which is progress. Reverse engineering tomcat showed that the tomcatAuthentication parameter solved half the

Re: Tomcat7: debugging realms - a howto?

2015-03-14 Thread Graham Leggett
On 14 Mar 2015, at 1:04 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: You are using JRE's default java.util.logging.LogManager. You need to configure JRE to use the Tomcat JULI implementation of log manager with -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager The

Tomcat7: debugging realms - a howto?

2015-03-13 Thread Graham Leggett
Hi all, I have a working realm installation using basic authentication, which I need to switch to client certificate authentication. Having done so it doesn’t work, I just get “forbidden”, with no indication of the error involved. Back in the day there was a simple “debug” flag that turned on

Re: Tomcat7: debugging realms - a howto?

2015-03-13 Thread Neven Cvetkovic
Graham, On Fri, Mar 13, 2015 at 3:02 PM, Graham Leggett minf...@sharp.fm wrote: Hi all, I have a working realm installation using basic authentication, which I need to switch to client certificate authentication. Having done so it doesn’t work, I just get “forbidden”, with no indication of

Re: Tomcat7: debugging realms - a howto?

2015-03-13 Thread Graham Leggett
On 13 Mar 2015, at 9:58 PM, Neven Cvetkovic neven.cvetko...@gmail.com wrote: Just to confirm, the 403 Forbidden page was rendered by Tomcat, not Apache HTTPD? Yes, it is branded tomcat and appears in the tomcat access log. I don't expect it is an Apache issue here - because you mentioned

Re: Tomcat7: debugging realms - a howto?

2015-03-13 Thread Neven Cvetkovic
Graham, On Fri, Mar 13, 2015 at 4:43 PM, Graham Leggett minf...@sharp.fm wrote: On 13 Mar 2015, at 9:58 PM, Neven Cvetkovic neven.cvetko...@gmail.com wrote: Just to confirm, the 403 Forbidden page was rendered by Tomcat, not Apache HTTPD? Yes, it is branded tomcat and appears in the

Re: Tomcat7: debugging realms - a howto?

2015-03-13 Thread Konstantin Kolinko
2015-03-13 23:43 GMT+03:00 Graham Leggett minf...@sharp.fm: On 13 Mar 2015, at 9:58 PM, Neven Cvetkovic neven.cvetko...@gmail.com wrote: Just to confirm, the 403 Forbidden page was rendered by Tomcat, not Apache HTTPD? Yes, it is branded tomcat and appears in the tomcat access log. I don't

Re: Tomcat7: debugging realms - a howto?

2015-03-13 Thread Konstantin Kolinko
2015-03-13 22:02 GMT+03:00 Graham Leggett minf...@sharp.fm: Hi all, I have a working realm installation using basic authentication, which I need to switch to client certificate authentication. Having done so it doesn’t work, I just get “forbidden”, with no indication of the error involved.

Question about Windows Auth howto

2014-11-12 Thread Nutter, Ronald
need to install tomcat on the domain controller to perform the needed steps on the DC. I would prefer not to do that unless there is no other choice. Since the server that tomcat is running on is a member server in the domain, can I do the steps in the howto on the tomcat member server instead

Re: Question about Windows Auth howto

2014-11-12 Thread Mark Thomas
in the domain, can I do the steps in the howto on the tomcat member server instead ? You can try it but it has only been tested with running those commands on the domain controller. They might work on a server that is a domain member. Mark http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html

RE: Question about Windows Auth howto

2014-11-12 Thread Nutter, Ronald
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, November 12, 2014 11:46 AM To: Tomcat Users List Subject: Re: Question about Windows Auth howto On 12/11/2014 16:50, Nutter, Ronald wrote: I am looking at implementing AD authentication for Tomcat. Being

Re: Question about Windows Auth howto

2014-11-12 Thread Mark Thomas
On 12/11/2014 18:26, Nutter, Ronald wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, November 12, 2014 11:46 AM To: Tomcat Users List Subject: Re: Question about Windows Auth howto On 12/11/2014 16:50, Nutter, Ronald wrote: I am looking

RE: Question about Windows Auth howto

2014-11-12 Thread Nutter, Ronald
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, November 12, 2014 12:28 PM To: Tomcat Users List Subject: Re: Question about Windows Auth howto On 12/11/2014 18:26, Nutter, Ronald wrote: -Original Message- From: Mark Thomas [mailto:ma

Re: HOWTO Same web application serving UI / SOAP ?

2013-10-09 Thread André Warnier
N.s.Karthik wrote: Hi Do any body have any Brain storming Ideas for the Following With single Web Application Installation Use a Web application for Web based - Browser Interface. Use the same Web application for exposing the SOAP based - Client Interface URL should be same

Re: HOWTO Same web application serving UI / SOAP ?

2013-10-09 Thread N.s.Karthik
-- View this message in context: http://tomcat.10.x6.nabble.com/HOWTO-Same-web-application-serving-UI-SOAP-tp5005925p5005937.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: HOWTO Same web application serving UI / SOAP ?

2013-10-09 Thread André Warnier
N.s.Karthik wrote: My Friend Let me Explain... I have an an web based application hosted on a tomcat server (port :8080) hence to access the application , i have to use the URL as follows *http://IP:port/APP/index.jsp* Now if some reason , I have to expose some underlying methods part's

HOWTO Same web application serving UI / SOAP ?

2013-10-08 Thread N.s.Karthik
of Browser / Soap . * Web : http://:8080/App/jsp/abcd.jsp Soap : http://8080/App/services/abcd.wsdl * How to achieve the same -- View this message in context: http://tomcat.10.x6.nabble.com/HOWTO-Same-web-application-serving-UI-SOAP-tp5005925.html Sent from the Tomcat

Re: The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-29 Thread Nick Williams
On Jul 25, 2013, at 10:59 AM, Rainer Jung wrote: On 25.07.2013 17:14, srinivas yelamanchili wrote: Hi, I installed Apache Httpd 2.4.6 and Tomcat 7.0.42 from source code (.tar.gz) on Redhat Linux and looking for documentation to enable AJP and connect Tomcat with Httpd using AJP/APR I

Re: The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 7/29/13 8:59 AM, Nick Williams wrote: On Jul 25, 2013, at 10:59 AM, Rainer Jung wrote: On 25.07.2013 17:14, srinivas yelamanchili wrote: Hi, I installed Apache Httpd 2.4.6 and Tomcat 7.0.42 from source code (.tar.gz) on Redhat Linux

Re: The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-29 Thread Nicholas Williams
On Mon, Jul 29, 2013 at 10:18 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 7/29/13 8:59 AM, Nick Williams wrote: On Jul 25, 2013, at 10:59 AM, Rainer Jung wrote: On 25.07.2013 17:14, srinivas yelamanchili wrote: Hi,

Re: The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-29 Thread Rainer Jung
On 29.07.2013 17:26, Nicholas Williams wrote: On Mon, Jul 29, 2013 at 10:18 AM, Christopher Schultz ch...@christopherschultz.net wrote: If it's a resources limitation, I have a publicly-accessible TeamCity server with an unlimited OpenSource license hosting Windows 7, Mac OS X

Re: The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 7/29/13 1:22 PM, Rainer Jung wrote: On 29.07.2013 17:26, Nicholas Williams wrote: On Mon, Jul 29, 2013 at 10:18 AM, Christopher Schultz ch...@christopherschultz.net wrote: If it's a resources limitation, I have a

Re: The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-29 Thread Rainer Jung
On 29.07.2013 22:36, Christopher Schultz wrote: Rainer, On 7/29/13 1:22 PM, Rainer Jung wrote: On 29.07.2013 17:26, Nicholas Williams wrote: On Mon, Jul 29, 2013 at 10:18 AM, Christopher Schultz ch...@christopherschultz.net wrote: If it's a resources limitation, I have a

The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-25 Thread srinivas yelamanchili
references to Tomcat 3,4,5.5,6 but not 7. has references to Httpd 2.x in general and 2.2 specific but nothing specific to 2.4 The Apache Tomcat Connector - Webserver HowTo http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html http://tomcat.apache.org/connectors-doc-archive/jk2/jk

Re: The Apache Tomcat Connector - Webserver HowTo documentation for Apache Httpd 2.4.x and Tomcat 7

2013-07-25 Thread Rainer Jung
but nothing specific to 2.4 The Apache Tomcat Connector - Webserver HowTo http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html http://tomcat.apache.org/connectors-doc-archive/jk2/jk/aphowto.html 'Tomcat 7' doesn't appear under the 'Supported Configuration' section With Tomcat 7 could

Re: [Apache Tomcat Maven plugin] Howto specify the Document base ?

2012-02-01 Thread Olivier Lamy
Hello, See http://tomcat.apache.org/maven-plugin-2.0-beta-1/tomcat7-maven-plugin/run-mojo.html#warSourceDirectory So you must be able to configure the plugin : configuration warSourceDirectorytarget/${artifactId}-${version}/warSourceDirectory will be better with

Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Steve Cohen
There is a bad error on the Tomcat 6.0 documentation website: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access They give the 7.0 syntax for manager role names. 6.0 requires manager, not manager-gui or manager-script and it led astray for

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Konstantin Kolinko
2011/9/15 Steve Cohen sco...@javactivity.org: There is a bad error on the Tomcat 6.0 documentation website: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access They give the 7.0 syntax for manager role names.  6.0 requires manager, not manager-gui

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Steve Cohen
On 09/15/2011 07:39 AM, Konstantin Kolinko wrote: 2011/9/15 Steve Cohensco...@javactivity.org: There is a bad error on the Tomcat 6.0 documentation website: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access They give the 7.0 syntax for manager

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Konstantin Kolinko
2011/9/15 Steve Cohen sco...@javactivity.org: 6.0.20. Yes, it is old...  Someone told me that the manager-gui, manager-script stuff was 7.0, I switched it to manager and it worked.  So evidently, this was changed in a later 6.0.x version.  To me, that seems like sort of a major change to

Re: Bad documentation error on Tomcat 6.0 howto site

2011-09-15 Thread Steve Cohen
On 09/15/2011 08:09 AM, Konstantin Kolinko wrote: 2011/9/15 Steve Cohensco...@javactivity.org: 6.0.20. Yes, it is old... Someone told me that the manager-gui, manager-script stuff was 7.0, I switched it to manager and it worked. So evidently, this was changed in a later 6.0.x version.

Webserver HowTo

2011-07-15 Thread Stephan Hofmann
Dear all, I currently ran into a problem while configuring apache2 with apache-tomcat6. I followed the steps explained on the page http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html Under Installation-Using Tomcat auto-configure A part is missing to get this running using a

AW: HowTo place Manager-App

2011-05-09 Thread Alexander Diedler
[mailto:tho...@freit.ag] Gesendet: Donnerstag, 5. Mai 2011 15:08 An: users@tomcat.apache.org Betreff: Re: HowTo place Manager-App -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Alexander, On 05/05/2011 10:53 AM, Alexander Diedler wrote: What´s the best place to make access to the manager

Re: AW: HowTo place Manager-App

2011-05-09 Thread Mark Thomas
can be nested inside Context elements. Mark Greetings Alexander -Ursprüngliche Nachricht- Von: Thomas Freitag [mailto:tho...@freit.ag] Gesendet: Donnerstag, 5. Mai 2011 15:08 An: users@tomcat.apache.org Betreff: Re: HowTo place Manager-App Hello Alexander, On 05/05/2011

HowTo place Manager-App

2011-05-05 Thread Alexander Diedler
Hello, What´s the best place to make access to the manager-app? 1. Place a separate context for Manager in the Host-Tag in the server.xml 2. Place the manager.xml in the /conf/Catalina/[Hostname]/ path? Best regards Alexander smime.p7s Description: S/MIME cryptographic

Re: HowTo place Manager-App

2011-05-05 Thread Thomas Freitag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Alexander, On 05/05/2011 10:53 AM, Alexander Diedler wrote: What´s the best place to make access to the manager-app? 1. Place a separate context for Manager in the Host-Tag in the server.xml 2. Place the manager.xml in the

Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Michael Stockhausen
Hello, I have create two Servlets (LoginServlet UserListServlet). I'm using a JSP for the User credentials. When you press the login-button, the LoginServlet is called. I would like to call the UserListServlet, when the username and password are correct. How can I call UserListServle from the

Re: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Laurence L Leff
- Original Message - From: Michael Stockhausen prof.dr.moe...@googlemail.com I have create two Servlets (LoginServlet UserListServlet). I'm using a JSP for the User credentials. When you press the login-button, the LoginServlet is called. I would like to call the UserListServlet, when

Re: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Ronald Klop
You can use the RequestDispatcher. RequestDispatcher dispatcher = request.getRequestDispatcher(/userlist); dispatcher.forward(request, response); Google gives you a lot of examples. Ronald. Op maandag, 20 september 2010 16:47 schreef Michael Stockhausen prof.dr.moe...@googlemail.com:

Re: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 9/20/2010 11:07 AM, Ronald Klop wrote: You can use the RequestDispatcher. RequestDispatcher dispatcher = request.getRequestDispatcher(/userlist); dispatcher.forward(request, response); Of course, you can also issue a redirect to the

RE: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Leo Donahue - PLANDEVX
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Howto: call a Servlet from another Servlet (Example)?! -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 9/20/2010 11:07 AM, Ronald Klop wrote: You can use the RequestDispatcher

Re: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 9/20/2010 12:55 PM, Leo Donahue - PLANDEVX wrote: I thought that if you were making a request to a UserListServlet and it was restricted to authentication, assuming you use Form Authentication and structure your login form correctly, you

RE: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Leo Donahue - PLANDEVX
Chris, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Howto: call a Servlet from another Servlet (Example)?! -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - From my reading, the OP is doing his own authentication rather than using

Re: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leo, On 9/20/2010 3:05 PM, Leo Donahue - PLANDEVX wrote: Chris, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Howto: call a Servlet from another Servlet (Example)?! - From my reading

Re: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread Pid
On 20/09/2010 16:00, Laurence L Leff wrote: - Original Message - From: Michael Stockhausen prof.dr.moe...@googlemail.com I have create two Servlets (LoginServlet UserListServlet). I'm using a JSP for the User credentials. When you press the login-button, the LoginServlet is

RE: Howto: call a Servlet from another Servlet (Example)?!

2010-09-20 Thread George Sexton
-Original Message- From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] Sent: Monday, September 20, 2010 10:56 AM To: 'Tomcat Users List' Subject: RE: Howto: call a Servlet from another Servlet (Example)?! -Original Message- From: Christopher Schultz

Howto - class loader aware LogManager

2010-05-18 Thread Victor Pittman
Hi all, Want to first thank everyone for helping me around the JDK logging issue where the tomcat 6.0.26 JULI resets the JDK Logging... I have the workaround up and it's working fine Now the next step is to rewrite our logging to avoid this issue. Does anyone have any examples of writing

OT: Howto exclude files/folders i .war

2010-03-24 Thread Søren Blidorf
Can anybody tell me how to exclude files/folders in my .war. I am using Jbuilder 2006. Soren, DK

Re: OT: Howto exclude files/folders i .war

2010-03-24 Thread Pid
On 24/03/2010 13:08, Søren Blidorf wrote: Can anybody tell me how to exclude files/folders in my .war. I am using Jbuilder 2006. Soren, DK Probably a question for the JBuilder community rather than the Tomcat community, no? p

Re: Howto configure cold failover with Tomcat on 2 different servers?

2010-02-19 Thread Pid
On 18/02/2010 23:42, Leon Kolchinsky wrote: Constrains of the application :( You can't run 2 instances in same time on the same DB. That's why I have to configure Cold Failover for that I need to find out that Tomcat is in unresponsive state to shut it down completely and start it on another

Re: Howto configure cold failover with Tomcat on 2 different servers?

2010-02-19 Thread Pid
On 18/02/2010 23:42, Leon Kolchinsky wrote: Constrains of the application :( You can't run 2 instances in same time on the same DB. That's why I have to configure Cold Failover for that I need to find out that Tomcat is in unresponsive state to shut it down completely and start it on another

Re: Howto configure cold failover with Tomcat on 2 different servers?

2010-02-18 Thread Leon Kolchinsky
Anyone guys? Any insights on the following? Thanks On Thu, Feb 18, 2010 at 13:48, Leon Kolchinsky lkolc...@gmail.com wrote: Hello All, My current interest is to install Confluence - http://www.atlassian.com/software/confluence/ in a Cold Failover mode. I'm currently running ApacheHttpd in

Re: Howto configure cold failover with Tomcat on 2 different servers?

2010-02-18 Thread Pid
On 18/02/2010 22:49, Leon Kolchinsky wrote: Anyone guys? Any insights on the following? Thanks On Thu, Feb 18, 2010 at 13:48, Leon Kolchinskylkolc...@gmail.com wrote: Hello All, My current interest is to install Confluence - http://www.atlassian.com/software/confluence/ in a Cold Failover

Re: Howto configure cold failover with Tomcat on 2 different servers?

2010-02-18 Thread Leon Kolchinsky
Constrains of the application :( You can't run 2 instances in same time on the same DB. That's why I have to configure Cold Failover for that I need to find out that Tomcat is in unresponsive state to shut it down completely and start it on another server. But what's the best way (or may be the

HowTo restart VHosts on 6.0.20

2010-01-14 Thread Alexander Diedler
Hello, We have created a 2 node cluster with Apache 2.2.14 and Tomcat 6.0.20. In the Tomcat install path there are a lot of VHosts (it is so called?): Conf/Catalina/webappA with ROOT.xml Conf/Catalina/webappB with ROOT.xml Conf/Catalina/webappC with ROOT.xml Conf/Catalina/localhost manager.xml

Re: HowTo restart VHosts on 6.0.20

2010-01-14 Thread CBy-2
host] directory. Alexander Diedler wrote: 2nd question: How we can secure the manager app in every context only be accessed by special IP ranges? See Remote Host Filter in http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html -- View this message in context: http://old.nabble.com/HowTo

AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread Alexander Diedler
: Re: HowTo restart VHosts on 6.0.20 Alexander Diedler wrote: We want to have the possibility, to reload every VHost seperatly by using the MANAGER App in every vhost. What have we to do? You can make the manager web app available by placing an XML fragment file with just the Context element

Re: AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread Mark Thomas
@tomcat.apache.org Betreff: Re: HowTo restart VHosts on 6.0.20 Alexander Diedler wrote: We want to have the possibility, to reload every VHost seperatly by using the MANAGER App in every vhost. What have we to do? You can make the manager web app available by placing an XML fragment file

Re: AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread CBy-2
link in the manager application.) Carsten -- View this message in context: http://old.nabble.com/HowTo-restart-VHosts-on-6.0.20-tp27158947p27160221.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread Mark Thomas
On 14/01/2010 12:00, CBy-2 wrote: markt-2 wrote: CBy-2 left out an important detail. You'll need to copy the manager directory (and all the contents) from /webapps to /webappA There are ways to organise this so you only have a single manager directory but just copying it is the quickest

Re: AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread CBy-2
of the exceptions. True, but it can be a bit confusing and might be the reason why it didn't work for Alexander. -- View this message in context: http://old.nabble.com/HowTo-restart-VHosts-on-6.0.20-tp27158947p27160432.html Sent from the Tomcat - User mailing list archive at Nabble.com

AW: AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread Alexander Diedler
Hmm ok. I copy the complete manager dir from webapps to C:\apps\webapps1 But I seems not to work, 404. Greetings Alexander -Ursprüngliche Nachricht- Von: CBy-2 [mailto:tom...@byrman.demon.nl] Gesendet: Donnerstag, 14. Januar 2010 13:21 An: users@tomcat.apache.org Betreff: Re: AW: HowTo

RE: AW: HowTo restart VHosts on 6.0.20

2010-01-14 Thread Caldarale, Charles R
From: Alexander Diedler [mailto:adied...@tecracer.de] Subject: AW: AW: HowTo restart VHosts on 6.0.20 I copy the complete manager dir from webapps to C:\apps\webapps1 But I seems not to work, 404. What URL are you using? I'm also suspicious of your directory structure. Please post your

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-21 Thread Juha Laiho
Karthik Nanjangude wrote: From: Ronald Klop [mailto:ronald-mailingl...@base.nl] On Thu, 19 Nov 2009 14:59:16 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Can some body provide me a sample code for Socket (TCP / IP ) reading from a war application on Tomcat See

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Ronald Klop
. With regards KArthik -Original Message- From: Ronald Klop [mailto:ronald-mailingl...@base.nl] Sent: Thursday, November 19, 2009 9:06 PM To: Tomcat Users List Subject: Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat On Thu, 19 Nov 2009 14:59:16 +0100, Karthik

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Pid
: Thursday, November 19, 2009 9:06 PM To: Tomcat Users List Subject: Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat On Thu, 19 Nov 2009 14:59:16 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi Can some body provide me a sample code for Socket (TCP

RE: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Karthik Nanjangude
...@pidster.com] Sent: Friday, November 20, 2009 3:34 PM To: users@tomcat.apache.org Subject: Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat On 20/11/2009 06:13, Karthik Nanjangude wrote: Hi This is not Fun dude... I know how to write a SOCKET Programming for Standalone, How do I

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Peter Crowther
2009/11/20 Karthik Nanjangude karthik.nanjang...@xius-bcgi.com A 3rd party Client S/w of C++ sends an XML string over socket This socket is be defined and read by *Process* of web application OK, so you're trying to get Tomcat to do something it's not designed to do: handle incoming TCP

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Ronald Klop
:( With regards Karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, November 20, 2009 3:34 PM To: users@tomcat.apache.org Subject: Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat On 20/11/2009 06:13, Karthik Nanjangude wrote: Hi

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread André Warnier
Ronald Klop wrote: On Fri, 20 Nov 2009 13:20:04 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi You mentioned XML - use some existing library that works with XML. A 3rd party Client S/w of C++ sends an XML string over socket This socket is be defined and read by

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-20 Thread Ronald Klop
On Fri, 20 Nov 2009 14:22:57 +0100, André Warnier a...@ice-sa.com wrote: Ronald Klop wrote: On Fri, 20 Nov 2009 13:20:04 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi You mentioned XML - use some existing library that works with XML. A 3rd party Client S/w of C++

Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Karthik Nanjangude
Hi Can some body provide me a sample code for Socket (TCP / IP ) reading from a war application on Tomcat Can Listeners be made use of for the same? Reason: I need to Accept / Reply a XML File over the socket port from 3rd party application (as Client ) Also the Soap

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Pid
On 19/11/2009 13:59, Karthik Nanjangude wrote: Hi Can some body provide me a sample code for Socket (TCP / IP ) reading from a war application on Tomcat Can Listeners be made use of for the same? Reason: I need to Accept / Reply a XML File over the socket port from 3rd party

RE: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Karthik Nanjangude
Hi Not necessary, if any can provide me some idea's It would be wonderful With regards Karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, November 19, 2009 7:36 PM To: Tomcat Users List Subject: Re: Howto Socket (TCP / IP ) reading from a war

Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Ronald Klop
On Thu, 19 Nov 2009 14:59:16 +0100, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi Can some body provide me a sample code for Socket (TCP / IP ) reading from a war application on Tomcat Can Listeners be made use of for the same? Reason: I need to Accept / Reply a

RE: Howto Socket (TCP / IP ) reading from a war application on Tomcat

2009-11-19 Thread Karthik Nanjangude
-Original Message- From: Ronald Klop [mailto:ronald-mailingl...@base.nl] Sent: Thursday, November 19, 2009 9:06 PM To: Tomcat Users List Subject: Re: Howto Socket (TCP / IP ) reading from a war application on Tomcat On Thu, 19 Nov 2009 14:59:16 +0100, Karthik Nanjangude karthik.nanjang...@xius

Re: howto setup url security constraint with parameters?

2009-11-06 Thread Pid
On 06/11/2009 00:29, Pivo wrote: Caldarale, Charles R wrote: From: Piavlo [mailto:lolitus...@gmail.com] Subject: Re: howto setup url security constraint with parameters? The problem is thatWatchedResource does not work for user dirs defined with org.apache.catalina.startup.UserConfig

Re: howto setup url security constraint with parameters?

2009-11-05 Thread Pivo
Caldarale, Charles R wrote: From: Piavlo [mailto:lolitus...@gmail.com] Subject: Re: howto setup url security constraint with parameters? The problem is that WatchedResource does not work for user dirs defined with org.apache.catalina.startup.UserConfig Sounds like a bug, but I

Re: howto setup url security constraint with parameters?

2009-11-05 Thread André Warnier
Pivo wrote: Caldarale, Charles R wrote: From: Piavlo [mailto:lolitus...@gmail.com] Subject: Re: howto setup url security constraint with parameters? The problem is that WatchedResource does not work for user dirs defined with org.apache.catalina.startup.UserConfig Sounds like a bug

Re: howto add a UDP Listener

2009-09-14 Thread Sebastian Wagner
The problem is that Sharer Viewer should be a Java Application that does not require Installation on the client machine and it has to be available for all plattforms. So Java Web Start is our choice. The solution will be part of a GPL-Project so it cannot be based on commercial products.

Re: howto add a UDP Listener

2009-09-14 Thread Andre-John Mas
They are both licensed under the GPL. You can web start enable any Java application. BTW Just in case I am detecting a misunderstanding, Java Web Start is not the same thing as a webapp. You don't need Tomcat to 'web start' a Java application. Apache HTTPD will do the job just fine.

howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
hi, I would like to add an UDP Listener to send and receive UDP to my tomcat-webapp. Unfortunately the server does reject Packets when I do try a usual DatagramSocket socket = new DatagramSocket(4445); as soon as I try that I get errors in my application. Is there a way of telling tomcat to

RE: howto add a UDP Listener

2009-09-13 Thread Caldarale, Charles R
From: Sebastian Wagner [mailto:seba.wag...@gmail.com] Subject: howto add a UDP Listener Is there a way of telling tomcat to receive UDP Packets and forward them to my Handlers? No. Tomcat is a server for HTTP requests running over TCP protocol. You'll need to implement your own UDP

Re: howto add a UDP Listener

2009-09-13 Thread Andre-John Mas
On 13-Sep-2009, at 14:19, Caldarale, Charles R wrote: From: Sebastian Wagner [mailto:seba.wag...@gmail.com] Subject: howto add a UDP Listener Is there a way of telling tomcat to receive UDP Packets and forward them to my Handlers? No. Tomcat is a server for HTTP requests running over TCP

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
Mas aj...@sympatico.ca On 13-Sep-2009, at 14:19, Caldarale, Charles R wrote: From: Sebastian Wagner [mailto:seba.wag...@gmail.com] Subject: howto add a UDP Listener Is there a way of telling tomcat to receive UDP Packets and forward them to my Handlers? No. Tomcat is a server for HTTP

RE: howto add a UDP Listener

2009-09-13 Thread Caldarale, Charles R
From: Sebastian Wagner [mailto:seba.wag...@gmail.com] Subject: Re: howto add a UDP Listener I am working on a Desktop Sharing application that is sending the Desktop Images over UDP to Tomcat. Why doesn't the Desktop Sharing application use a reliable protocol (e.g., HTTP over TCP) to talk

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
...@gmail.com] Subject: Re: howto add a UDP Listener I am working on a Desktop Sharing application that is sending the Desktop Images over UDP to Tomcat. Why doesn't the Desktop Sharing application use a reliable protocol (e.g., HTTP over TCP) to talk to Tomcat? - Chuck THIS COMMUNICATION

RE: howto add a UDP Listener

2009-09-13 Thread Caldarale, Charles R
From: Sebastian Wagner [mailto:seba.wag...@gmail.com] Subject: Re: howto add a UDP Listener I think you mean why it does NOT use a reliable protocol ... ? Which is what I said: Why *doesn't* the Desktop Sharing application use a reliable protocol I hope to gain some performance by using

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
You might be right, I will have to try different approaches till the final release. thanks, sebastian 2009/9/13 Caldarale, Charles R chuck.caldar...@unisys.com From: Sebastian Wagner [mailto:seba.wag...@gmail.com] Subject: Re: howto add a UDP Listener I think you mean why it does

Re: howto add a UDP Listener

2009-09-13 Thread Andre-John Mas
On 13-Sep-2009, at 15:04, Sebastian Wagner wrote: Thanks for your answers. I am working on a Desktop Sharing application that is sending the Desktop Images over UDP to Tomcat. As this is quite time-critical I need to integrate the UDP-handler into my webapp. It seems like using MINA does

Re: howto add a UDP Listener

2009-09-13 Thread Sebastian Wagner
yes it is a solution send only ... or receive only. sebastian 2009/9/13 Andre-John Mas aj...@sympatico.ca On 13-Sep-2009, at 15:04, Sebastian Wagner wrote: Thanks for your answers. I am working on a Desktop Sharing application that is sending the Desktop Images over UDP to Tomcat. As

Re: howto add a UDP Listener

2009-09-13 Thread Andre-John Mas
You may want to look at the Java VNC Viewer: http://www.realvnc.com/support/javavncviewer.html or TightVNC: http://www.tightvnc.com/download.html it may save you repeating work which has already been done elsewhere. André-John On 13-Sep-2009, at 16:10, Sebastian Wagner wrote: yes it is a

howto bind a specific webapp to https only connector?

2009-08-06 Thread Piavlo
Hi, I've tomcat with serveral webapps running acessible both from htt https connectors. I would like to bind one of the webapps to be accessible only from https connector, how can it be done? Thanks Alex - To unsubscribe,

RE: howto bind a specific webapp to https only connector?

2009-08-06 Thread Caldarale, Charles R
From: Piavlo [mailto:lolitus...@gmail.com] Subject: howto bind a specific webapp to https only connector? I would like to bind one of the webapps to be accessible only from https connector, how can it be done? Read the servlet spec. Include a transport-guarantee of CONFIDENTIAL

Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
Hi all, I've been using Tomcat since the beginning. I know how to use the org.apache.catalina.session.PersistentManager to make sessions persistent between tomcat restarts (which works fine) - but what I'm very keen to know is: - How do I set-up persistence so that users NEVER timeout from

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Mark Thomas
Derek C wrote: Hi all, I've been using Tomcat since the beginning. I know how to use the org.apache.catalina.session.PersistentManager to make sessions persistent between tomcat restarts (which works fine) - but what I'm very keen to know is: - How do I set-up persistence so that users

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
On Thu, July 16, 2009 10:06 am, Mark Thomas wrote: As per the servlet spec, session timeout of 0 means infinite timeout. Hi Mark, If this option is enabled will AapcheTomcat swap session data to database and out of memory automatically? (i.e. will memory usage be ok with a session timeout of

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Mark Thomas
Derek C wrote: On Thu, July 16, 2009 10:06 am, Mark Thomas wrote: As per the servlet spec, session timeout of 0 means infinite timeout. Hi Mark, If this option is enabled will AapcheTomcat swap session data to database and out of memory automatically? (i.e. will memory usage be ok with

Re: Howto - DB based Persistent sessions with no timeout?

2009-07-16 Thread Derek C
On Thu, July 16, 2009 10:22 am, Mark Thomas wrote: Of the top of my head - probably. This is *open* source... :) thanks very much - I'll try it and see! Derek -- Derek C In Ireland - To unsubscribe, e-mail:

Howto enable SSL/https for the tomcat-embedded version?

2009-07-04 Thread Clemens Eisserer
attribute name=port value=9080 / /mbean Any idea howto alther the configuration to enable ssl? Thank you in advance, Clemens - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

  1   2   3   >