RE: How to do a catch-all Host?

2022-01-06 Thread Neil Aggarwal
Chris: I figured out the problem. I put quotes around the secret in workers.properties since I had copied and pasted it from server.xml. I removed them and everything worked. Thanks for your help! Thank you, Neil -- Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com We offer 30

RE: How to do a catch-all Host?

2022-01-05 Thread Neil Aggarwal
Christopher: > What is the defaultHost for the ? It is localhost. > ... which means it should already be the default (catch-all) host. > 403 means "unauthorized" which could mean something other than "I can't > find the host". Ahh. Got it. > What are the contents of the pare returned to the

Re: How to do a catch-all Host?

2022-01-05 Thread Christopher Schultz
Neil, On 1/5/22 17:27, Neil Aggarwal wrote: Hello all: If I access a simple html file from the command line using lynx: lynx http://127.0.0.1:8080/www/ I get the page and this entry in the localhost_access_log: 0:0:0:0:0:0:0:1 - - [05/Jan/2022:16:21:22 -0600] "GET /www/index.html HTTP/1.0"

How to do a catch-all Host?

2022-01-05 Thread Neil Aggarwal
Hello all: If I access a simple html file from the command line using lynx: lynx http://127.0.0.1:8080/www/ I get the page and this entry in the localhost_access_log: 0:0:0:0:0:0:0:1 - - [05/Jan/2022:16:21:22 -0600] "GET /www/index.html HTTP/1.0" 200 19 But if I try to do that through the web

Re: Tomcat Silent Remote Uninstall - How to do it?

2018-04-23 Thread Mark Thomas
On 20/04/18 21:53, ross.a.reichenber...@wellsfargo.com.INVALID wrote: > Hello, > I need to know how to silently remotely uninstall Tomcat (8.0.23) on 2012R2 > 64 bit server? I have many servers that I need to uninstall this version from > so that I can install an updated version. > > I know

Re: Tomcat Silent Remote Uninstall - How to do it?

2018-04-20 Thread Alex O'Ree
Pretty sure there is a script in the bin folder that can be ran from an elevated the command line. Something like 'service install', then call 'net start tomcat8' On Fri, Apr 20, 2018 at 4:53 PM, < ross.a.reichenber...@wellsfargo.com.invalid> wrote: > Hello, > I need to know how to silently

Tomcat Silent Remote Uninstall - How to do it?

2018-04-20 Thread Ross.A.Reichenberger
Hello, I need to know how to silently remotely uninstall Tomcat (8.0.23) on 2012R2 64 bit server? I have many servers that I need to uninstall this version from so that I can install an updated version. I know there is a silent install command but I have not been able to find a silent

Re: How to do a JNDI look up in a different thread

2016-07-31 Thread Mark Thomas
ntity > classes referred in the .hbm files. Any idea to solve this? > > RegardsDinesh From: Mark Thomas Sent: ‎29-‎07-‎2016 16:19 To: Tomcat > Users List Subject: Re: How to do a JNDI look up in a different > thread > > On 29/07/2016 11:41, Khandelwal, Dinesh wrote: >> >

How to do a JNDI look up in a different thread

2016-07-30 Thread dineshk
der to wep application class loader my JNDI look-up works but I get class not found exception for my Entity classes referred in the .hbm files. Any idea to solve this? RegardsDinesh  From: Mark Thomas Sent: ‎29-‎07-‎2016 16:19 To: Tomcat Users List Subject: Re: How to do a JNDI look up in a differ

Re: How to do a JNDI look up in a different thread

2016-07-29 Thread Mark Thomas
On 29/07/2016 11:41, Khandelwal, Dinesh wrote: > > Hi, > > As part of my project , we maintain multiple Hibernate session factories and > as building these session factories take lot of time which causes server to > take more time in start-up , we are creating these session factories in >

How to do a JNDI look up in a different thread

2016-07-29 Thread Khandelwal, Dinesh
Hi, As part of my project , we maintain multiple Hibernate session factories and as building these session factories take lot of time which causes server to take more time in start-up , we are creating these session factories in different threads Each thread creating one factory but when

How to do a clean connector shut down?

2013-02-24 Thread Steffen Heil (Mailinglisten)
Sorry, I already posted this question with the wrong subject. (I started the mail earlier, when I had another problem...) Hi I need to start and stop a connector inside a servlet. That works with the following code: final

how to do directory listing in tomcat 5.5

2010-03-17 Thread Brad Lajoie
I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not directories with video files such as mkv, avi, etc. I've followed numerous

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Pid
On 17/03/2010 06:54, Brad Lajoie wrote: I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not directories with video files such

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread CBy
On 17-3-2010 8:45, Pid wrote: On 17/03/2010 06:54, Brad Lajoie wrote: I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Hassan Schroeder
On Tue, Mar 16, 2010 at 11:54 PM, Brad Lajoie blajoi...@gmail.com wrote: ... but whenever I do: http://localhost:8080/MyWebsite/images This doesn't work, and yes there is an images directory in my web root which in eclipse is MyWebsite/WebContent. So the images directory is in

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Brad Lajoie
I have stated what I tried, I provided links to numerous sites describing what to do and as I stated, I tried them all. If you opened any of the links you would see exactly what I mean by how I'm supposed to edit the web.xml -Brad On Wed, Mar 17, 2010 at 3:45 AM, Pid p...@pidster.com wrote: On

RE: how to do directory listing in tomcat 5.5

2010-03-17 Thread Caldarale, Charles R
From: Brad Lajoie [mailto:blajoi...@gmail.com] Subject: Re: how to do directory listing in tomcat 5.5 If you opened any of the links you would see exactly what I mean by how I'm supposed to edit the web.xml What someone is supposed to do and what they actually did are often very different

Re: How to do error page forwarding...

2010-02-02 Thread Dan Armbrust
1) - Is Tomcats handling of an error page defined in web.xml broken when a response has already been committed? Inconsistent? Yes. Broken? Maybe. 2) - Is there anything I can do to force the browser to a proper error page after a response has been committed? No. Adding the error page to

How to do error page forwarding...

2010-02-01 Thread Dan Armbrust
After content has been committed? Is there a proper way to write an error page, so that it will work even when the response has already been committed? There seems to be a bug or inconsistency in how tomcat handles the error page. In Tomcat 6.0.20, if I define my error page like this in

Re: Installing Tomcat: how much do versions matter?

2009-10-02 Thread Kreshna Aryaguna Nurzaman
with Apache on Windows. Many, many thanks, -Kresh -- View this message in context: http://www.nabble.com/Installing-Tomcat%3A-how-much-do-versions-matter--tp25696421p25716508.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Installing Tomcat: how much do versions matter?

2009-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kresh, On 10/2/2009 10:49 AM, Kreshna Aryaguna Nurzaman wrote: Tomcat-wise, will there be any problems to accept slight differences in version? For example, is it okay if I use Apache 2.2.4 with Tomcat 6.0.20? And how about Tomcat connector? For

RE: Installing Tomcat: how much do versions matter?

2009-10-02 Thread Leo Donahue - PLANDEVX
=knowledgebase.techarticles.articleShowd=33438 Leo -Original Message- From: Kreshna Aryaguna Nurzaman [mailto:kreshna_icehe...@yahoo.com] Sent: Thursday, October 01, 2009 3:35 AM To: users@tomcat.apache.org Subject: Installing Tomcat: how much do versions matter? I need to install

RE: Installing Tomcat: how much do versions matter?

2009-10-02 Thread Kreshna Aryaguna Nurzaman
[mailto:kreshna_icehe...@yahoo.com] Sent: Thursday, October 01, 2009 3:35 AM To: users@tomcat.apache.org Subject: Installing Tomcat: how much do versions matter? I need to install the following components on Windows XP (for ArcIMS): 1) Apache 2.0.43 (MSI installer for Windows, no crypto) 2) JSDK

Re: Installing Tomcat: how much do versions matter?

2009-10-02 Thread Kreshna Aryaguna Nurzaman
...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/Installing-Tomcat%3A-how-much-do-versions-matter--tp25696421p25725896.html Sent from the Tomcat - User mailing list archive at Nabble.com

Installing Tomcat: how much do versions matter?

2009-10-01 Thread Kreshna Aryaguna Nurzaman
://www.nabble.com/Installing-Tomcat%3A-how-much-do-versions-matter--tp25696421p25696421.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Installing Tomcat: how much do versions matter?

2009-10-01 Thread André Warnier
Kreshna Aryaguna Nurzaman wrote: I need to install the following components on Windows XP (for ArcIMS): 1) Apache 2.0.43 (MSI installer for Windows, no crypto) 2) JSDK 1.4.1_01 3) Tomcat 4.1.12 4) mod_jk2-2.0.43.dll Problem is, Apache 2.0.43 and Tomcat 4.1.12 are just _nowhere_ to be found.

Re: Installing Tomcat: how much do versions matter?

2009-10-01 Thread Peter Crowther
2009/10/1 Kreshna Aryaguna Nurzaman kreshna_icehe...@yahoo.com: I need to install the following components on Windows XP (for ArcIMS): 1) Apache 2.0.43 (MSI installer for Windows, no crypto) 2) JSDK 1.4.1_01 3) Tomcat 4.1.12 4) mod_jk2-2.0.43.dll [...] What if I go with newest version of

Re: Installing Tomcat: how much do versions matter?

2009-10-01 Thread Mark Thomas
Kreshna Aryaguna Nurzaman wrote: I need to install the following components on Windows XP (for ArcIMS): 1) Apache 2.0.43 (MSI installer for Windows, no crypto) 2) JSDK 1.4.1_01 3) Tomcat 4.1.12 4) mod_jk2-2.0.43.dll Problem is, Apache 2.0.43 and Tomcat 4.1.12 are just _nowhere_ to be

Re: How to do with response.sendError() after the ServletOutputStream is established?

2009-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 流水音, On 6/1/2009 1:55 AM, 流水音 wrote: when the maxcount() returns 15, the exception is thrown out before the first buffer is flushed, then client can get the response code of: 605 but when the maxcount() returns 9, the exception is thrown out

How to do with response.sendError() after the ServletOutputStream is established?

2009-05-31 Thread 流水音
HI,ALL: Servlet code(deployed on Tomcat server): private void execute(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { try { int count = 0; while(count 100){ out.write(97);

How to do CGI programming in Tomcat5.5

2008-07-22 Thread suman
Gi, Can you please point me to a link where it clearly says in step by step way how to do cgi programming with tomcat5.5 with some examples. The Documentation of tomcat 5.5 is not that much helpful, very brief without any examples. Also I am unable to make cgi-servlet up. I tried the steps

How to do CGI programming in Tomcat5.5

2008-07-22 Thread suman
Hi, Can you please point me to a link where it clearly says in step by step way how to do cgi programming with tomcat5.5 with some examples. The Documentation of tomcat 5.5 is not that much helpful, very brief without any examples. Also I am unable to make cgi-servlet up. I tried the steps

Re: How to do CGI programming in Tomcat5.5

2008-07-22 Thread Mikolaj Rydzewski
suman wrote: Can you please point me to a link where it clearly says in step by step way how to do cgi programming with tomcat5.5 with some examples. The Documentation of tomcat 5.5 is not that much helpful, very brief without any examples. Also I am unable to make cgi-servlet up. I tried

Re: How to do CGI programming in Tomcat5.5

2008-07-22 Thread suman
This is part of a learning program, so I need this for assignments. I know CGIs are bad. Thank you. -suman On Tue, Jul 22, 2008 at 4:07 PM, Mikolaj Rydzewski [EMAIL PROTECTED] wrote: suman wrote: Can you please point me to a link where it clearly says in step by step way how to do cgi

Re: How to do CGI programming in Tomcat5.5

2008-07-22 Thread Johnny Kewl
- Original Message - From: suman [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, July 22, 2008 12:32 PM Subject: How to do CGI programming in Tomcat5.5 Gi, Can you please point me to a link where it clearly says in step by step way how to do cgi programming

OT Re: How to do this

2007-08-01 Thread Martin Gainty
Users List users@tomcat.apache.org Sent: Monday, July 30, 2007 2:01 PM Subject: Re: How to do this Thank you very much Gregor for your anger wrapped help with all the RESPECT Varuna On 7/27/07, Gregor Schneider [EMAIL PROTECTED] wrote: ok, this information is for free, the next one

Re: How to do this

2007-07-27 Thread Gregor Schneider
ok, this information is for free, the next one you'll have to pay me for: they keys of software.distributions are check-sums over the program-archives (like zip, tgz etc.). those check-sums usually are calculated using a program like pgp (pretty good privacy) or the free version from the

Re: How to do this

2007-07-26 Thread Varuna Seneviratna
On 7/27/07, Varuna Seneviratna [EMAIL PROTECTED] wrote: Hi Greger would you please elaborate on this I can't understand anything of this verifying process please explain from the tiniest detail to the end including how this verification helps to ensure the integrity of the downloaded files

Re: How to do this

2007-07-26 Thread Varuna Seneviratna
Hi Greger would you please elaborate on this I can't understand anything of this verifying process please explain from the tiniest detail to the end including how this verification helps to ensure the integrity of the downloaded files and also what is the logic behind this method of verification

Re: How to do this

2007-07-26 Thread Gregor Schneider
http://www.gnupg.org/ -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 - To start a new topic, e-mail:

How to do this

2007-07-26 Thread Varuna Seneviratna
Can somebody tell me How to do what is described below you *must* verify the integrity of the downloaded files. We provide PGP signatures for every release file. This signature should be matched against the KEYS http://www.apache.org/dist/tomcat/tomcat-5/KEYSfile which contains the PGP

Re: How to do this

2007-07-26 Thread Varuna Seneviratna
Hi would you please elaborate on this I can't understand anything of this verifying process please explain from the tiniest detail to the end including how this verification helps to ensure the integrity of the downloaded files and also what is the logic behind this method of verification which

RE: how to do a redirect for a wsdl url without tomcat response / tomcat interference

2006-10-24 Thread Caldarale, Charles R
From: Roth, Michael [mailto:[EMAIL PROTECTED] Subject: how to do a redirect for a wsdl url without tomcat response / tomcat interference So any help in conjunction with the use of Jk2 would be appreciated. The jk2 package has been deprecated for over a year, so you're not likely to get

how to do a redirect for a wsdl url without tomcat response / tomcat interference

2006-10-24 Thread Roth, Michael
14:37 An: 'users@tomcat.apache.org' Betreff: how to do a redirect for a wsdl url without tomcat response / tomcat interference Hello, I asked this on IRC already (nick: PennFan), but didn´t get a satisfying answer so far. I´m running: Red Hat Enterprise Linux ES release 3 (Taroon Update 6

How to do one time initialization with tomcat

2006-10-10 Thread Divick Kishore
Hi, I want to do one time initialization of some data at my back end code when using tomcat as my container. To be precise I want to initialize the DB connection to mysql db and later when connection is requested from my DB layer I want to simply return the connection from a connection

Re: How to do one time initialization with tomcat

2006-10-10 Thread David Smith
Implement a ServletContextListener to get the DataSource and store it in the ServletContext . See docs on the tomcat site and the servlet spec for details. --David Divick Kishore wrote: Hi, I want to do one time initialization of some data at my back end code when using tomcat as my

RE: How to do the precompilation on jsp

2006-08-14 Thread Wang, Hansen
Download Tomcat Deployer and play with it. There is straightforward documentation and example in the deployer. Regards, Hansen -Original Message- From: Raju Balugu [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 11:42 PM To: Tomcat Users List Subject: Re: How to do

Re: How to do the precompilation on jsp

2006-08-14 Thread Martin Gainty
users@tomcat.apache.org Sent: Monday, August 14, 2006 8:54 PM Subject: RE: How to do the precompilation on jsp Download Tomcat Deployer and play with it. There is straightforward documentation and example in the deployer. Regards, Hansen -Original Message- From: Raju Balugu [mailto:[EMAIL

Re: How to do the precompilation on jsp

2006-08-10 Thread Raju Balugu
Subject: Re: How to do the precompilation on jsp My understanding is that you need to pre-compile jsp's from your build before you start using the application right ? You can write a simple script to hit all your jsp's ( need to start tomcat first), this will precompile your jsp's. -Sameer Raju

Re: How to do the precompilation on jsp

2006-08-08 Thread Raju Balugu
[mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 3:43 AM To: Tomcat Users List Subject: Re: How to do the precompilation on jsp My understanding is that you need to pre-compile jsp's from your build before you start using the application right ? You can write a simple script to hit all your

RE: How to do the precompilation on jsp

2006-08-04 Thread Subir Sengupta
Use the jspc.sh script to precompile your jsp's. -Original Message- From: Sameer Acharya [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 3:43 AM To: Tomcat Users List Subject: Re: How to do the precompilation on jsp My understanding is that you need to pre-compile jsp's from

How to do the precompilation on jsp

2006-08-03 Thread Raju Balugu
Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the jasper-compiler is so fast we are palning to do this).please share your experience on

Re: How to do the precompilation on jsp

2006-08-03 Thread Sameer Acharya
My understanding is that you need to pre-compile jsp's from your build before you start using the application right ? You can write a simple script to hit all your jsp's ( need to start tomcat first), this will precompile your jsp's. -Sameer Raju Balugu [EMAIL PROTECTED] wrote: Hi All, We are

Re: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
* Raju Balugu wrote (03/08/06 10:14): Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the jasper-compiler is so fast we are palning to do

Re: How to do the precompilation on jsp

2006-08-03 Thread Chris Lear
* Chris Lear wrote (03/08/06 11:48): * Raju Balugu wrote (03/08/06 10:14): Hi All, We are using the clearcase for version control(vob).My requirement is like..I need to do the precompilation before going to ran a build?is there any utilities in tomcat end or third partys.(as the

automating use of webXmlFragment result - how to do?

2006-02-02 Thread Terence M. Bandoian
Hi- If you're using Ant, you might try adding a concat task to combine generated_web.xml with predefined header and footer files. -Terence M. Bandoian Subject: automating use of webXmlFragment result - how to do? From: Olinga K. Abbott [EMAIL PROTECTED] Date: Wed, 1 Feb 2006 14:58:27

Re :automating use of webXmlFragment result - how to do?

2006-02-02 Thread Bob_Savard
addwebxmlmappings=true outputdir=${jasper2.output.dir} / Subject: automating use of webXmlFragment result - how to do? From: Olinga K. Abbott [EMAIL PROTECTED] Date: Wed, 1 Feb 2006 14:58:27 -0800 (PST) To: users@tomcat.apache.org To: users@tomcat.apache.org Use of the webXmlFragment

automating use of webXmlFragment result - how to do?

2006-02-01 Thread Olinga K. Abbott
Use of the webXmlFragment attribute with Jasper produces an xml fragment requiring inserting into web.xml. Although I could write some custom code to perform this task, probably using xslt, this seems like a common enough use case that a solution should already exist. Does anyone know of such a