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...@
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
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,
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
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
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'
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
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
-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
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
>
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
-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
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
-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
-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)
--
> -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:
> >
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
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. ?
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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.
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
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
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 ?
>
>
> ---
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
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 ?
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
> 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
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
> 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/
> 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
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.
---
> 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
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
:
>
> 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-
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.
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]
>
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
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
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
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
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
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
.
> 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
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
- 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
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
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 -
> 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
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
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
> 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).
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
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
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
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
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
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
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
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
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
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
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
>
>
> 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
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
> 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
-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
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
>
>>
>
>
> --
> 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
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]
-
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 ,
>
>
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 - 100 of 130 matches
Mail list logo