Re: Browser complains of "weak signature algorithm" in cert on a new Tomcat installation. Does anybody here know anything about that sort of thing

2021-01-07 Thread James H. H. Lampert
Thanks to all, for both satisfying my morbid curiosity and verifying that it's the customer's problem, not mine. -- JHHL - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@

Re: Browser complains of "weak signature algorithm" in cert on a new Tomcat installation. Does anybody here know anything about that sort of thing

2021-01-07 Thread Mark H. Wood
On Wed, Jan 06, 2021 at 03:34:17PM -0800, James H. H. Lampert wrote: > We just had our first Tomcat 8.5 installation on a customer's AS/400. > > The customer apparently has his own CA (they're a big company), and when > I installed SSL in their Tomcat, and tested it with a browser, it > complain

Re: Browser complains of "weak signature algorithm" in cert on a new Tomcat installation. Does anybody here know anything about that sort of thing

2021-01-06 Thread Peter Kreuser
James, > Am 07.01.2021 um 00:34 schrieb James H. H. Lampert : > > We just had our first Tomcat 8.5 installation on a customer's AS/400. > > The customer apparently has his own CA (they're a big company), and when I > installed SSL in their Tomcat, and tested it with a browser, it complained,

Re: Browser complains of "weak signature algorithm" in cert on a new Tomcat installation. Does anybody here know anything about that sort of thing

2021-01-06 Thread James H. H. Lampert
On 1/6/21 3:46 PM, Robert Turner wrote: You'll want to set the protocols, ciphers, and honorCipherOrder ... The precise wording in the error message is: . . . but the server presented a certificate signed using a weak signature algorithm (such as SHA-1). . . . Which is to say, it doesn't sou

Re: Browser complains of "weak signature algorithm" in cert on a new Tomcat installation. Does anybody here know anything about that sort of thing

2021-01-06 Thread Robert Turner
You'll want to set the protocols, ciphers, and honorCipherOrder attributes on either the Connector or the SSLHostConfig objects in your server.xml file to restrict the available TLS/SSL protocols and ciphers available to avoid using weak ones. See the documentation here for details: https://tomcat

Browser complains of "weak signature algorithm" in cert on a new Tomcat installation. Does anybody here know anything about that sort of thing

2021-01-06 Thread James H. H. Lampert
We just had our first Tomcat 8.5 installation on a customer's AS/400. The customer apparently has his own CA (they're a big company), and when I installed SSL in their Tomcat, and tested it with a browser, it complained, something to the general effect of "weak signature algorithm." While it'

Re: Tomcat Installation on Windows

2018-06-16 Thread Mark Thomas
On 15/06/18 17:33, Lemke, Michael ST/HZA-ZIC2 wrote: > So the most important part for me was that you have to create > CATALINA_BASE yourself and put some files from the distribution there. > I wish tomcat came with a script which does this. But once you know > what is required it isn’t hard

RE: Tomcat Installation on Windows

2018-06-15 Thread Lemke, Michael ST/HZA-ZIC2
On Wednesday, June 13, 2018 10:20 PM Christopher Schultz wrote: >On 6/13/18 12:14 PM, Lemke, Michael ST/HZA-ZIC2 wrote: > >> What is a recommended setup on Windows? So far I am still at a loss >> and can't find anything anywhere. > >Regardless of platform, I always recommend a split-install where

Re: Tomcat Installation on Windows

2018-06-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 6/13/18 12:14 PM, Lemke, Michael ST/HZA-ZIC2 wrote: > On Wednesday, June 13, 2018 3:11 PM Igal Sapir wrote: >> On 6/13/2018 3:58 AM, Lemke, Michael ST/HZA-ZIC2 wrote: >>> I've been struggling to come to grips w

RE: Tomcat Installation on Windows

2018-06-13 Thread Lemke, Michael ST/HZA-ZIC2
On Wednesday, June 13, 2018 3:11 PM Igal Sapir wrote: >On 6/13/2018 3:58 AM, Lemke, Michael ST/HZA-ZIC2 wrote: >> I've been struggling to come to grips with Tomcat installation on Windows >> Server but I couldn't really find a clear answer. This is what I want to >

Re: Tomcat Installation on Windows

2018-06-13 Thread Igal Sapir
Michael, On 6/13/2018 3:58 AM, Lemke, Michael ST/HZA-ZIC2 wrote: I've been struggling to come to grips with Tomcat installation on Windows Server but I couldn't really find a clear answer. This is what I want to achieve: * Have one directory tree with all my webapps * Hav

Tomcat Installation on Windows

2018-06-13 Thread Lemke, Michael ST/HZA-ZIC2
I've been struggling to come to grips with Tomcat installation on Windows Server but I couldn't really find a clear answer. This is what I want to achieve: * Have one directory tree with all my webapps * Have a tomcat installation somewhere different, like C:\Program Files

Re: Page cannot be displayed , TOMCAT installation on windows 2012 R2

2017-09-07 Thread ford royal
Hello Chao Issue got resolved after installing with admin privileges Best Regards, Thank you, Cheers. :-)) On Thu, 9/7/17, Guang Chao wrote: Subject: Re: Page cannot be displayed , TOMCAT installation on windows 2012 R2 To: "Tomcat Users

Re: Page cannot be displayed , TOMCAT installation on windows 2012 R2

2017-09-07 Thread Guang Chao
On Tue, Sep 5, 2017 at 6:38 PM, ford royal wrote: > HI team, > > > > I have installed Tomcat on windows 2012 r2 , but I get page cannot be > displayed when I try to open http:\\localhost:8080I have given Java path > also but still no.Java 8 update 144 tomcat is 8.5.20 > please guide > > Can you

Re: Page cannot be displayed , TOMCAT installation on windows 2012 R2

2017-09-06 Thread ford royal
Hello Installation worked after doing with administration account, I got my permission reset Thanks for guidance Best Regards, Thank you, Cheers. :-)) On Tue, 9/5/17, André Warnier (tomcat) wrote: Subject: Re: Page cannot be displayed , TOMCAT

Re: Page cannot be displayed , TOMCAT installation on windows 2012 R2

2017-09-05 Thread tomcat
On 05.09.2017 12:38, ford royal wrote: HI team, I have installed Tomcat on windows 2012 r2 as a Windows Service ? From where did you get/download this tomcat ? , but I get page cannot be displayed when I try to open http:\\localhost:8080 The correct path is probably http://localhost:8080

Page cannot be displayed , TOMCAT installation on windows 2012 R2

2017-09-05 Thread ford royal
HI team, I have installed Tomcat on windows 2012 r2 , but I get page cannot be displayed when I try to open http:\\localhost:8080I have given Java path also but still no.Java 8 update 144  tomcat is 8.5.20 please guide  Best Regards, Thank you, Rao

Re: tomcat installation errors

2016-12-20 Thread tomcat
On 20.12.2016 22:42, Mary Wiegand wrote: I was using a specific walk through to install Tomcat and everything that's needed with it. I downloaded the installer from tomcat to the /tmp file and then extracted it and installed it to the /opt/tomcat dir. Which I had to make the directory. Should I j

Re: tomcat installation errors

2016-12-20 Thread Mary Wiegand
I was using a specific walk through to install Tomcat and everything that's needed with it. I downloaded the installer from tomcat to the /tmp file and then extracted it and installed it to the /opt/tomcat dir. Which I had to make the directory. Should I just start over with a different guide? Tha

Re: tomcat installation errors

2016-12-20 Thread Mary Wiegand
There was a pid file in that location. I removed it and restarted tomcat. commands: rm /opt/tomcat/temp/tomcat.pid systemctl restart tomcat systemctl status tomcat tomcat.service - Apache Tomcat Web Application Container Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; vendor preset:

Re: tomcat installation errors

2016-12-20 Thread tomcat
On 20.12.2016 22:08, Mary Wiegand wrote: Hi, I'm installing tomcat v8.5.9 on ubuntu 16.04 this is my tomcat.service file: #System unit file for tomcat [Unit] Description=Apache Tomcat Web Application Container After=network.target [Service] Type=forking Environment=JAVA_HOME=/usr/lib/jvm/jav

Re: tomcat installation errors

2016-12-20 Thread Niranjan Babu Bommu
may be pid file lying around from earlier stop/start? remove the pid file and start again. /opt/tomcat/temp/tomcat.pid On Tue, Dec 20, 2016 at 4:08 PM, Mary Wiegand wrote: > Hi, > > I'm installing tomcat v8.5.9 on ubuntu 16.04 > > this is my tomcat.service file: > > #System unit file for tom

tomcat installation errors

2016-12-20 Thread Mary Wiegand
Hi, I'm installing tomcat v8.5.9 on ubuntu 16.04 this is my tomcat.service file: #System unit file for tomcat [Unit] Description=Apache Tomcat Web Application Container After=network.target [Service] Type=forking Environment=JAVA_HOME=/usr/lib/jvm/java-8-oracle/jre/bin/java Environment=CATALIN

Re: Scripting Tomcat installation versus multiple instances

2014-03-27 Thread David kerber
On 3/27/2014 12:11 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, ... Yes, it is. When I am setting up a new install, I do the windows install and then unzip the .zip package on top of it, so I have all the .bat files as well. I don't fully automate

Re: {OT] Scripting Tomcat installation versus multiple instances

2014-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/27/14, 12:13 PM, André Warnier wrote: > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> André, >> >> On 3/26/14, 3:35 PM, André Warnier wrote: >>> Despite your name, you are too quick (and not lazy e

Re: {OT] Scripting Tomcat installation versus multiple instances

2014-03-27 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/26/14, 3:35 PM, André Warnier wrote: Despite your name, you are too quick (and not lazy enough). You could have waited an hour, to get that solution right here. ;-) Please don't top-post. - -chris (Sorry

Re: Scripting Tomcat installation versus multiple instances

2014-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 3/26/14, 3:35 PM, David kerber wrote: > On 3/26/2014 3:25 PM, André Warnier wrote: >> Leo Donahue wrote: >>> On Wed, Mar 26, 2014 at 11:32 AM, Sebastien Tardif < >>> sebastien.tardif.contrac...@gmo.com> wrote: >>> I'm confused by th

Re: Scripting Tomcat installation versus multiple instances

2014-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/26/14, 3:35 PM, André Warnier wrote: > Despite your name, you are too quick (and not lazy enough). You > could have waited an hour, to get that solution right here. ;-) Please don't top-post. - -chris (Sorry... just had to do that) --

RE: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread Jeffrey Janner
> -Original Message- > From: David kerber [mailto:dcker...@verizon.net] > Sent: Wednesday, March 26, 2014 2:35 PM > To: Tomcat Users List > Subject: Re: Scripting Tomcat installation versus multiple instances > > On 3/26/2014 3:25 PM, André Warnier wrote: > >

Re: [OT] Scripting Tomcat installation versus multiple instances

2014-03-26 Thread André Warnier
Leo Donahue wrote: On Wed, Mar 26, 2014 at 12:35 PM, André Warnier wrote: Despite your name, you are too quick (and not lazy enough). You could have waited an hour, to get that solution right here. ;-) Sebastien Tardif wrote: Oh no you didn't, just top post. ? Well, you see, it's all a

Re: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread Leo Donahue
On Wed, Mar 26, 2014 at 12:35 PM, André Warnier wrote: > Despite your name, you are too quick (and not lazy enough). > You could have waited an hour, to get that solution right here. > ;-) > > > Sebastien Tardif wrote: > > > Oh no you didn't, just top post. ?

Re: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread André Warnier
Y_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0 -Original Message- From: Leo Donahue [mailto:donahu...@gmail.com] Sent: Wednesday, March 26, 2014 2:54 PM To: Tomcat Users List Subject: Re: Scripting Tomcat installation versus multiple instances On Wed, Mar 26, 2

Re: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread David kerber
On 3/26/2014 3:25 PM, André Warnier wrote: Leo Donahue wrote: On Wed, Mar 26, 2014 at 11:32 AM, Sebastien Tardif < sebastien.tardif.contrac...@gmo.com> wrote: I'm confused by the commands given by Tomcat documentation about creating different instances, it says: "service install instance1" but

Re: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread André Warnier
Leo Donahue wrote: On Wed, Mar 26, 2014 at 11:32 AM, Sebastien Tardif < sebastien.tardif.contrac...@gmo.com> wrote: I'm confused by the commands given by Tomcat documentation about creating different instances, it says: "service install instance1" but "service" is not a command provided by Tomc

RE: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread Sebastien Tardif
ednesday, March 26, 2014 2:54 PM To: Tomcat Users List Subject: Re: Scripting Tomcat installation versus multiple instances On Wed, Mar 26, 2014 at 11:32 AM, Sebastien Tardif < sebastien.tardif.contrac...@gmo.com> wrote: > I'm confused by the commands given by Tomcat documentatio

Re: Scripting Tomcat installation versus multiple instances

2014-03-26 Thread Leo Donahue
On Wed, Mar 26, 2014 at 11:32 AM, Sebastien Tardif < sebastien.tardif.contrac...@gmo.com> wrote: > I'm confused by the commands given by Tomcat documentation about creating > different instances, it says: "service install instance1" but "service" is > not a command provided by Tomcat or Windows, s

Scripting Tomcat installation versus multiple instances

2014-03-26 Thread Sebastien Tardif
I'm confused by the commands given by Tomcat documentation about creating different instances, it says: "service install instance1" but "service" is not a command provided by Tomcat or Windows, see http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html#Multiple_Instances Almost ever

Re: Problem with tomcat installation

2013-05-09 Thread Mark Eggers
On 5/9/2013 10:45 AM, Krishan Chandak wrote: Hi, We had xampp on linux running on port 8080 and IBM WAS running on port 80. We installed tomcat on port 8181. Purppose of installing tomcat was to migrate from WAS to tomcat. Once the tomcat stabilizes, we will close the WAS and will make port 81

Re: Problem with tomcat installation

2013-05-09 Thread Krishan Chandak
Hi, > > We had xampp on linux running on port 8080 and IBM WAS running on port 80. > We installed tomcat on port 8181. Purppose of installing tomcat was to > migrate from WAS to tomcat. Once the tomcat stabilizes, we will close the > WAS and will make port 8181 to 80. > > After installing successf

Re: Tomcat installation problem

2009-04-17 Thread Dan Armbrust
Your stack trace seems to show several things that are not fine with your application. First, you appear to have a DB issue: Exception while establishing connection com/iris/util/dbConnectionOracle.java == >> ORA-00020: maximum number of processes (400) exceeded And possibly related to your DB

Tomcat installation problem

2009-04-17 Thread deepak.sinh...@rediffmail
n context: http://www.nabble.com/Tomcat-installation-problem-tp23092181p23092181.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

RE: Tomcat Installation Issue

2009-03-23 Thread Ramamoorthy, Saku
Instead of accessing the shortcut, if I directly access TOMCAT_HOME\bin\tomcat5w.exe, it works. Thanks! Saku Ramamoorthy Oliver Wyman -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: Monday, March 23, 2009 11:03 AM To: Tomcat Users List Subject: Re: Tomcat

Re: Tomcat Installation Issue

2009-03-23 Thread Mladen Turk
Ramamoorthy, Saku wrote: Hello, I am trying to setup tomcat 5.5.27 in one of our test windows server as a tomcat service. The installation is successful and I can access the page http://localost:/index.jsp without problems. However, when I access Configure Tomcat, I am getting "An insta

Tomcat Installation Issue

2009-03-23 Thread Ramamoorthy, Saku
Hello, I am trying to setup tomcat 5.5.27 in one of our test windows server as a tomcat service. The installation is successful and I can access the page http://localost:/index.jsp without problems. However, when I access Configure Tomcat, I am getting "An instance of Tomcat5 already runn

Re: not valid Tomcat installation

2009-03-23 Thread Rainer Frey (Inxmail GmbH)
On Monday 23 March 2009 03:22:05 Martin Gainty wrote: > you'll need to install the sysdeo tomcat plugin available from > http://www.eclipsetotale.com/tomcatPlugin.html > > (step by step instructions available at the site) sigh. development of the sysdeo plugin has stopped, the last release is for

RE: not valid Tomcat installation

2009-03-22 Thread Martin Gainty
2009 18:18:33 +0100 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: not valid Tomcat installation > > Sergey Livanov wrote: > > no, I have only tc 6.0.18 > > CATALINA_HOME points to c:\tomcat > > > As I mentioned, I do not know Eclipse, but m

Re: not valid Tomcat installation

2009-03-21 Thread André Warnier
Sergey Livanov wrote: no, I have only tc 6.0.18 CATALINA_HOME points to c:\tomcat As I mentioned, I do not know Eclipse, but maybe it checks for certain files. If you did not install the zip version of Tomcat, some files are missing, and that might be why Eclipse is lost. If that is the case,

Re: not valid Tomcat installation

2009-03-21 Thread Alan Chaney
tc 6.0.18 CATALINA_HOME points to c:\tomcat 2009/3/21 André Warnier 2009/3/21 André Warnier Sergey Livanov wrote: I install Tomcat 6.0.18 in c:\tomcat. When add the new server Eclipse writes that tomcat install directory is not correct. It does not point to valid Tomcat installation. What

Re: not valid Tomcat installation

2009-03-21 Thread Alan Chaney
rites that tomcat install directory is not correct. It does not point to valid Tomcat installation. What should I do ? I don't now Eclipse at all, but how does it normally find out the path of a Tomcat installation ? > When I add a new server I specify a path where Tomcat installed before.

Re: not valid Tomcat installation

2009-03-21 Thread Sergey Livanov
t tomcat install directory is >>>> not >>>> correct. >>>> It does not point to valid Tomcat installation. >>>> What should I do ? >>>> >>>> I don't now Eclipse at all, but how does it normally find out the path >>&g

Re: not valid Tomcat installation

2009-03-21 Thread André Warnier
2009/3/21 André Warnier Sergey Livanov wrote: I install Tomcat 6.0.18 in c:\tomcat. When add the new server Eclipse writes that tomcat install directory is not correct. It does not point to valid Tomcat installation. What should I do ? I don't now Eclipse at all, but how does it nor

Re: not valid Tomcat installation

2009-03-21 Thread Sergey Livanov
stall directory is >> not >> correct. >> It does not point to valid Tomcat installation. >> What should I do ? >> >> I don't now Eclipse at all, but how does it normally find out the path of > a Tomcat installation ? > > > ---

Re: not valid Tomcat installation

2009-03-21 Thread André Warnier
Sergey Livanov wrote: I install Tomcat 6.0.18 in c:\tomcat. When add the new server Eclipse writes that tomcat install directory is not correct. It does not point to valid Tomcat installation. What should I do ? I don't now Eclipse at all, but how does it normally find out the path of a T

not valid Tomcat installation

2009-03-21 Thread Sergey Livanov
I install Tomcat 6.0.18 in c:\tomcat. When add the new server Eclipse writes that tomcat install directory is not correct. It does not point to valid Tomcat installation. What should I do ?

Re: [OT] Tomcat installation for Flyswatter

2009-02-13 Thread André Warnier
Caldarale, Charles R wrote: [...] ... (possibly brain fade due to exposure to Perl). ... although Tomcat is getting better at detected such illogical configurations ... See, here is the difference : Perl, in contrast to some Microsoft products (and now apparently also Tomcat), makes no assu

RE: Tomcat installation for Flyswatter

2009-02-13 Thread Caldarale, Charles R
> From: Pieter Temmerman [mailto:ptemmerman@sadiel.es] > Subject: RE: Tomcat installation for Flyswatter > > Maybe stupid question, but why do you need to put the webapp > out of the Tomcat folder, in order to make it the root app? The key clause in the statement was "If

Re: Tomcat installation for Flyswatter

2009-02-13 Thread André Warnier
Pieter Temmerman wrote: If you want to keep the directory name for your webapp as ParticleBoard, then do not put it under Tomcat's webapps directory, but do remove the existing ROOT directory there. Put your webapp somewhere outside of Tomcat's directory structure, and create the file conf/Ca

RE: Tomcat installation for Flyswatter

2009-02-13 Thread Pieter Temmerman
> If you want to keep the directory name for your webapp as ParticleBoard, then > do not put it under Tomcat's webapps directory, but do remove the existing > ROOT directory there. Put your webapp somewhere outside of Tomcat's > directory structure, and create the file conf/Catalina/localhost/

RE: Tomcat installation for Flyswatter

2009-02-11 Thread Caldarale, Charles R
> From: AdamSives [mailto:a.si...@unsw.edu.au] > Subject: Tomcat installation for Flyswatter > I'm getting stuck with the Tomcat part... Care to tell us what version of Tomcat you're using? While you're at it, tell us what JRE/JDK you're using, and what platfo

Tomcat installation for Flyswatter

2009-02-11 Thread AdamSives
tter_Installation.pdf http://www.nabble.com/file/p21967012/server.xml server.xml -- View this message in context: http://www.nabble.com/Tomcat-installation-for-Flyswatter-tp21967012p21967012.html Sent from the Tomcat - User mailing list archive at Nabble.com. ---

RE: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread Caldarale, Charles R
> From: BoyePeter [mailto:[EMAIL PROTECTED] > Subject: Re: HTTP 400 Error when trying to check Tomcat installation > > SEVERE: Error deploying web application directory ROOT > java.lang.SecurityException: Servlet of class > org.apache.catalina.servlets.InvokerServlet is privileg

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread Markus Schönhaber
BoyePeter: > I have installed Tomcat version 6. Although I doubt it's of any importance wrt your problem, for the future: Tomcat's version numbers consist of three numbers separated by dots - like 6.0.18. > I copied the servlet-api.jar to the JDK directory because, according to Java > for Dummie

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BoyePeter
: > > BoyePeter wrote: > [...] >> > Just search in Google for "ie friendly error messages", and about the > first 30 results will tell you all you need to know about it. > > > -- View this message in context: http://www.nabble.com/HTTP-400-Error-

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread André Warnier
BoyePeter wrote: [...] Not sure how to turn off IE's friendly messages nor what would be the result if I did so. At least I can tell you something about that. Just search in Google for "ie friendly error messages", and about the first 30 results will tell you all you need to know about it.

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BoyePeter
be found because of a problem with the address. > > What do Tomcat's log messages show? > If you've not already done so, turn off IE's "friendly" error messages. > > Regards > mks > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] >

RE: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BoyePeter
ts that my Tomcat installation is all working correctly but the recommended Tomcat URL "http://localhost:8080/"; still gives the HTTP 400 error. Ta much and best regards, Pete BEN HMIDA aymen wrote: > > Hi Peter, > Where did you placed your application? > > -Mess

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread Markus Schönhaber
BoyePeter: > I am running Windows XP Professional version 2002 SP 3 with all updates > applied. > I am running Internet Explorer v 7.0.5730.11. > I have installed Java JDK 1.6.0_11 with the JRE from the same download. Care to mention the Tomcat version you're using? > I copied the servlet-api.ja

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BoyePeter
tart Tomcat. > Close and re-open the browser, call the Manager page again, and use the > above userid/password to login. > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread André Warnier
BoyePeter wrote: Hi, Thanks for the reply and have just tried your suggestion. A dialogue box has appeared asking for a user name and password and saying that the server localhost at Tomcat Manager Application requires a username and password. I did set up a user name and password for Tomcat a

RE: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BEN HMIDA aymen
Hi Peter, Where did you placed your application? -Message d'origine- De : BoyePeter [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 décembre 2008 13:50 À : users@tomcat.apache.org Objet : Re: HTTP 400 Error when trying to check Tomcat installation Hi, Thanks for the reply and have

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BoyePeter
installation: >> >> 1. Port 8080 is being used by another process, in which case Yomcat >> won't >> start. >> 2. An "Out of Environment Space" error that affects Windows 95, 98 and >> ME. >> 3. The localhost isn't found because one

Re: HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread Kees de Kooter
. > 2. An "Out of Environment Space" error that affects Windows 95, 98 and ME. > 3. The localhost isn't found because one is behind a proxy. > > None of these would seem to apply to my situation. > > Can anyone, please, provide some insight into how I can o

HTTP 400 Error when trying to check Tomcat installation

2008-12-11 Thread BoyePeter
this message in context: http://www.nabble.com/HTTP-400-Error-when-trying-to-check-Tomcat-installation-tp20953242p20953242.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL P

Re: Regarding tomcat installation

2008-06-23 Thread Johnny Kewl
- Original Message - From: "Arun Raj Ramkumar" <[EMAIL PROTECTED]> To: Sent: Monday, June 23, 2008 8:16 AM Subject: Regarding tomcat installation Hi , I want to install tomcat 5.5 in my home PC. Which distribution should i download from apache website , as there a

Regarding tomcat installation

2008-06-22 Thread Arun Raj Ramkumar
Hi , I want to install tomcat 5.5 in my home PC. Which distribution should i download from apache website , as there are many versions available. I downloade windows installer service , but am not able to start , stop the server as there is no batch file available in that version. It meant i have

RE: Tomcat installation on Windows - different install directory than default

2008-05-13 Thread Doom Dog
Thanks Peter. We thought about doing that, but since it was already nicely packaged, we figured we'd give it a try. xd > From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Date: Mon, 12 May 2008 > 09:25:26 +0100> Subject: RE: Tomcat installation on Windows -

RE: Tomcat installation on Windows - different install directory than default

2008-05-12 Thread Peter Crowther
> From: Doom Dog [mailto:[EMAIL PROTECTED] > I'd like to launch the Tomcat installation on Windows, > silently, so that I can install it in a different directory > than the usual \Program Files\Apache Software > Foundation\Tomcat 5.5, is there a way of passing the > alt

Tomcat installation on Windows - different install directory than default

2008-05-11 Thread Doom Dog
I'd like to launch the Tomcat installation on Windows, silently, so that I can install it in a different directory than the usual \Program Files\Apache Software Foundation\Tomcat 5.5, is there a way of passing the alternate directory on the command line to the installer in silent

Re: Can I move the TomCat installation to another directory ?

2008-04-13 Thread Fred K
ctory tree to another location e.g. > > D:\TomCat > > Or is the absolute path of the base directory entered somewhere in TomCats > config files > during the initial TomCat installation? > > In this case an existing TomCat inst

RE: Can I move the TomCat installation to another directory ?

2008-04-12 Thread Caldarale, Charles R
> From: Ben Stover [mailto:[EMAIL PROTECTED] > Subject: Can I move the TomCat installation to another directory ? > > Can I just move the whole directory tree to another location e.g. > D:\TomCat Yes, that works fine, as long as you spell it correctly (Tomcat, not TomCat).

Can I move the TomCat installation to another directory ?

2008-04-12 Thread Ben Stover
I installed TomCat (under WinXP) to D:\server\java\TomCat\ Can I just move the whole directory tree to another location e.g. D:\TomCat Or is the absolute path of the base directory entered somewhere in TomCats config files during the initial TomCat installation? In this case an existing

No Tomcat installation instructions provided

2008-04-09 Thread Scot Wilcoxon
The Tomcat 6 download page nicely provides links to Core and Deployer files. But there's no hint what to do with them. I don't know if I need both "Core" and "Deployer". There is no explanation of what these are. Yes, I have some clues from other instructions of what to do with "Core". But the

RE: Tomcat installation/deployment question

2008-01-24 Thread Sureka, Sushil
Martin, thanks for the advise. We are already decided to move forward with the decision to deploy on individual laptops. So yes we will have sufficient hardware on laptop. The question, what is the best way to put the tomcat installation and upgrades, application installation and upgrades on the

Re: Tomcat installation/deployment question

2008-01-24 Thread Martin Gainty
RL connection-string c_Driver.connect( c_sDBURL, props ); - Original Message - From: "Sureka, Sushil" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 24, 2008 2:39 PM Subject: RE: Tomcat installation/deployment question Well we are n

Re: Tomcat installation/deployment question

2008-01-24 Thread David Brown
Hello Sushil, IMHO: ANT 1.7 has much improved deployment features in the area of remote distributed deployments. Sureka, Sushil wrote .. > > > > Hi, > > We are intending to deploy our application on individual laptops > (to be used by field personnel who does not have inter

RE: Tomcat installation/deployment question

2008-01-24 Thread Sureka, Sushil
age- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 24, 2008 1:31 PM > To: Tomcat Users List > Subject: Re: Tomcat installation/deployment question > > possibly better off with a server offering as specified in > documentation http://people.apache

Re: Tomcat installation/deployment question

2008-01-24 Thread Martin Gainty
ation products for production servers unless the 10 connections limit will fulfil your needs. " M- - Original Message - From: "Sureka, Sushil" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 24, 2008 1:00 PM Subject: RE: Tomcat installatio

RE: Tomcat installation/deployment question

2008-01-24 Thread Sureka, Sushil
XP but there is no guarantee that they won't go to Vista in a year timeframe. Sushil > -Original Message- > From: Gabe Wong [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 24, 2008 11:54 AM > To: Tomcat Users List > Subject: Re: Tomcat installation/deployment

Re: Tomcat installation/deployment question

2008-01-24 Thread Gabe Wong
Sureka, Sushil wrote: Hi, We are intending to deploy our application on individual laptops (to be used by field personnel who does not have internet connectivity to connect to our central server). The idea is that a trimmed down version of our core application will be deployed on in

Tomcat installation/deployment question

2008-01-24 Thread Sureka, Sushil
Hi, We are intending to deploy our application on individual laptops (to be used by field personnel who does not have internet connectivity to connect to our central server). The idea is that a trimmed down version of our core application will be deployed on individual

Re: Include of Visual C++ runtime library into tomcat installation on Windows plattform..

2007-10-23 Thread Len Popp
gt; wrote: > > From: Sören Krokfors [mailto:[EMAIL PROTECTED] > > Subject: FW: Include of Visual C++ runtime library into > > tomcat installation on Windows plattform.. > > > > I have noticed that Tomcat installation does not include the > > msvcr71.dll > >

RE: Include of Visual C++ runtime library into tomcat installation on Windows plattform..

2007-10-22 Thread Caldarale, Charles R
> From: Sören Krokfors [mailto:[EMAIL PROTECTED] > Subject: FW: Include of Visual C++ runtime library into > tomcat installation on Windows plattform.. > > I have noticed that Tomcat installation does not include the > msvcr71.dll Note that the above .dll is included in t

FW: Include of Visual C++ runtime library into tomcat installation on Windows plattform..

2007-10-22 Thread Sören Krokfors
Hello! I have noticed that Tomcat installation does not include the msvcr71.dll, there are merge modules for this from Microsoft. I also did install Tomcat in native mode, maybe that have something to do with it? Problem appears first when you try to Start tomcat service, it will not start

RE: tomcat installation

2007-09-12 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat installation > > 1. Have you deployed the Tomcat manager? I believe it does not come >enabled by default. The manager app is deployed by default on all Tomcat levels. It's the admin app tha

Re: tomcat installation

2007-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aryan, aryan.kapoor wrote: > what i need to know is when i enter http://localhost:8080 in my browser.. i > don't see tomcat manager 1. Have you deployed the Tomcat manager? I believe it does not come enabled by default. 2. The Tomcat manager

tomcat installation

2007-09-12 Thread aryan.kapoor
e.com/tomcat-installation-tf4427536.html#a12630306 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Error in Tomcat Installation.

2007-08-18 Thread Potri Raaja
> >> > > > -- > http://www.noooxml.org/ > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mai

Re: Error in Tomcat Installation.

2007-08-17 Thread Hassan Schroeder
On 8/17/07, David Delbecq <[EMAIL PROTECTED]> wrote: > 2) download a more recent tomcat (5.0.28 is 3 years old release) I can confirm that the jsvc packaged with 5.5.23 configures and builds on a x86_64 SuSE 10.0 system. HTH, -- Hassan Schroeder [EMAIL PROTECTED] -

Re: Error in Tomcat Installation.

2007-08-17 Thread David Delbecq
1) use another achitecture (x86 instead of x86_64) 2) download a more recent tomcat (5.0.28 is 3 years old release) 3) download a more recent jsvc (http://commons.apache.org/daemon/jsvc.html) to your choice En l'instant précis du 17/08/07 12:10, Potri Raaja s'exprimait en ces termes: > Hi , > >

Error in Tomcat Installation.

2007-08-17 Thread Potri Raaja
architecture "x86_64" Can you please suggest how to solve this issue. Regards, Potri Raaja.M. -- View this message in context: http://www.nabble.com/Error-in-Tomcat-Installation.-tf4284872.html#a12197177 Sent from the Tomcat - User mailing list archive at

  1   2   >