Two Instances of Tomcat

2008-08-08 Thread dOE
Hello, I am running Tomcat 5.0.16 w.\ JS-Wrapper and I have 2 tomcat instances installed with unique ports, and the tomcat.exe are renamed to be unique as well. (Win32, IIS6.isapi_redir 1.2.8) The 2ndry Tomcat starts, but it is not created the "work" folder, or generate any logs. I have even se

Re: Two Instances of Tomcat

2008-08-08 Thread dOE
How about where can I setup a unique CATALINA_BASE? On Fri, Aug 8, 2008 at 2:41 PM, dOE <[EMAIL PROTECTED]> wrote: > Hello, I am running Tomcat 5.0.16 w.\ JS-Wrapper and I have 2 tomcat > instances installed with unique ports, and the tomcat.exe are renamed to be > unique as w

isapi connector.

2008-08-08 Thread dOE
My server is organize as follows c:\webserver \isapi \Website1 \Website2 Now the server.xml are configured differently in both website1 and website2. Website1 AJP13 = 8009 Website2 AJP13 = 8109 worker.list=ajp13w worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009 If

Dual-Independent Tomcat servers, on Single Win32 host sharing IIS server.

2008-08-20 Thread dOE
Hello, Can anyone guide me in the right direction with my issue. Windows Server 2003, IIS 6.0, tomcat-connector 1.2.8, and Tomcat 5.0.16. I have been tasked to do the following. To get two separate Tomcat server instances running on the same host independent of each other and working off of the

Re: Dual-Independent Tomcat servers, on Single Win32 host sharing IIS server.

2008-09-17 Thread dOE
André , I tried your suggestion, and it still did not work. On Wed, Aug 20, 2008 at 12:10 PM, André Warnier <[EMAIL PROTECTED]> wrote: > dOE wrote: > >> >> I tried to do the following, and it did not work. >> >> worker.list=ajp13w >> worker.ajp13w.ty

Re: Dual-Independent Tomcat servers, on Single Win32 host sharing IIS server.

2008-09-17 Thread dOE
on 1.2.8 > is s old and whatever hints you get on how to use the redirector, you'd > always need to find out, which of those are true for 1.2.8. We are at > 1.2.26, just use that version. > > André Warnier schrieb: > >> dOE wrote: >> >>> >>&g

Re: Dual-Independent Tomcat servers, on Single Win32 host sharing IIS server.

2008-09-17 Thread dOE
On Wed, Aug 20, 2008 at 12:18 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "dOE" <[EMAIL PROTECTED]> > To: "Tomcat User-List" > Sent: Wednesday, August 20, 2008 5:10 PM > Subject: Dual-Independent Tomcat se

How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
I have a server that I am hosting multiple Tomcat servers from, and the issue I am running into is... - I have multiple IP's bound to the servers interface, Tomcat _1 has port 8080 specified as its connector port. The second Tomcat_2 has port 8180 set as its conector port in its server.xml, but re

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
specifies the > address of the listening socket > http://tomcat.apache.org/tomcat-6.0-doc/config/http.html > http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html > > Hope this helps > > Regards, > > Serge Fonville > > On Wed, Oct 29, 2008 at 2:06 PM, dOE <[EMAIL P

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
ot;/> > and the output of netstat contains an entry for 127.0.0.1:80 instead of > the usual 0.0.0.0:80 > > Regards, > > Serge Fonville > > On Wed, Oct 29, 2008 at 2:31 PM, dOE <[EMAIL PROTECTED]> wrote: > >> Serge thanks for the reply... >> >> so t

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
one and what causes the error (what > type of content are you serving, static dynamic) > > > Regards, > > Serge Fonville > > > On Wed, Oct 29, 2008 at 3:49 PM, dOE <[EMAIL PROTECTED]> wrote: > >> Hi Serge, >> >> Below are the values from both of

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
ing I have tomcat installed in /approot/tomcat1 and /approot/tomcat2 each with their own ../bin, ../conf, ../worker, ../logs, ../temp directories. How could I make use of Catalina_Home?, or Catalina_Base variables? On Wed, Oct 29, 2008 at 12:37 PM, dOE <[EMAIL PROTECTED]> wrote: > I do no

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
variables? I have more than one instance so I would need two? catalina_base? ...Or is tomcat smart enough to see that there is a separate server.xml, and web.xml files and another set of the following directories conf, webapps, logs, temp, and work directories? On Wed, Oct 29, 2008 at 1:23 PM, dOE

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
Now this needs to be replicated on a Win32 system as well following this how can this be done? The service can not be started by a command-line script (ideally). On Wed, Oct 29, 2008 at 2:02 PM, Hassan Schroeder < [EMAIL PROTECTED]> wrote: > On Wed, Oct 29, 2008 at 10:23 AM, dO

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-29 Thread dOE
Guys, please don't give up on me yet, I am going to go read up on the documentation tonight to see what else I need to do to get this site working. I think my focus will be more for the Win32 rather 'nix because it more of a priority. On Wed, Oct 29, 2008 at 2:17 PM, dOE <[EM

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-10-30 Thread dOE
Does this help? > > Regards, > > Serge Fonville > > > On Wed, Oct 29, 2008 at 8:16 PM, dOE <[EMAIL PROTECTED]> wrote: > >> Guys, please don't give up on me yet, I am going to go read up on the >> documentation tonight to see what else I need to do to ge

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-11-03 Thread dOE
nces > windows' (without the quotes) > > Regards, > > Serge Fonville > > On Thu, Oct 30, 2008 at 12:37 PM, dOE <[EMAIL PROTECTED]> wrote: > >> Thanks for the reply Serge, >> >> On Win32 I have the CATALINA_HOME set to pont to where Tomcat is >> insta

Setup Logging for Tomcat 6

2008-11-24 Thread dOE
I have downloaded "Apache-log4j-1.2.15.zip" from http://tomcat.apache.org/tomcat-6.0-doc/logging.html, and began to following some of the steps, and then I am left clueless on what to do following the creation of the log4j.properties file, and copying "log4j-1.2.15.jar" in /tomca/lib. Then it asks

Re: Setup Logging for Tomcat 6

2008-11-24 Thread dOE
TED]> wrote: > > -Original Message- > > From: dOE [mailto:[EMAIL PROTECTED] > > Subject: Setup Logging for Tomcat 6 > > > > I don't know where "output/extras" is? > > Did you do step 3? > "Build the commons-logging additional c

Re: Setup Logging for Tomcat 6

2008-11-24 Thread dOE
All I want is for my Tomcat 6 to spit out some logs, and be default it's not. Does not have to be log4j.xml if it does not have to be, but I was under the assumption that logging changed for where we had to implement the setup I posted in my original link. On Mon, Nov 24, 2008 at 2:33 PM, Caldara

Re: Setup Logging for Tomcat 6

2008-11-24 Thread dOE
At the moment my Tomcat is not generating any log out put, and this is a simple default installation. I am interested in "localhost mostly, and Catalina logs... On Mon, Nov 24, 2008 at 3:10 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: dOE [mailto:[EMAIL PROTE

Re: Setup Logging for Tomcat 6

2008-11-24 Thread dOE
Its running on win32, JVM is 1.6 installed via js-wrapper. On Mon, Nov 24, 2008 at 3:27 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: dOE [mailto:[EMAIL PROTECTED] > > Subject: Re: Setup Logging for Tomcat 6 > > > > At the moment my Tomcat is

Re: Setup Logging for Tomcat 6

2008-11-24 Thread dOE
The JS-Wrapper should have no effect on the built-in tomcat logging. It (js-wrapper) can only log its self. On Mon, Nov 24, 2008 at 3:35 PM, André Warnier <[EMAIL PROTECTED]> wrote: > dOE wrote: > >> Its running on win32, >> >> JVM is 1.6 >> >> installe

Re: Setup Logging for Tomcat 6

2008-11-24 Thread dOE
I have the *.zip version. On Mon, Nov 24, 2008 at 3:48 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: dOE [mailto:[EMAIL PROTECTED] > > Subject: Re: Setup Logging for Tomcat 6 > > > > Its running on win32, > > O.k. > > > JVM i

Re: Setup Logging for Tomcat 6

2008-11-24 Thread dOE
the JS-wrapper can redirect its output to event viewer. On Mon, Nov 24, 2008 at 7:13 PM, Michael Ludwig <[EMAIL PROTECTED]> wrote: > André Warnier schrieb am 24.11.2008 um 21:35:50 (+0100): > > dOE wrote: > > >Its running on win32, > > > > > >JVM

Re: Setup Logging for Tomcat 6

2008-11-25 Thread dOE
No further insight as to why Tomcat 6 is not logging "out-of -the-box"? On Mon, Nov 24, 2008 at 10:25 PM, dOE <[EMAIL PROTECTED]> wrote: > the JS-wrapper can redirect its output to event viewer. > > > On Mon, Nov 24, 2008 at 7:13 PM, Michael Ludwig <[EMAIL PROTEC

Re: Setup Logging for Tomcat 6

2008-11-25 Thread dOE
Ok, thanks On Tue, Nov 25, 2008 at 12:52 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: dOE [mailto:[EMAIL PROTECTED] > > Subject: Re: Setup Logging for Tomcat 6 > > > > No further insight as to why Tomcat 6 is not logging "out-of > > -t

Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread dOE
Will their be a version that is compatible with Windows Server 2008 Web edition? I tried running the executable for 1.2.8 and 1.2.15, bith failed. I noticed that the registry in 2008 is structured differently than its predecessors. My other question is do I even need to install it via the execut

Re: Tomcat-Connector Support for Windows 2008?

2010-02-08 Thread dOE
Jordan, Thank you for the link I will check it out. Andre, Yes the version we use are old, but they work for what we are using them for. On Mon, Feb 8, 2010 at 1:46 PM, André Warnier wrote: > dOE wrote: > >> Will their be a version that is compatible with Windows Server 2008 Web &g

How to set Java Memory heap size on Linux?

2009-03-03 Thread dOE
Tomct 6.0 Red Hat EL 4 How can I set the Java Memory heap for Tomcat? I know in Windows this is done through the Registry adding -Xms256m -Xmx768m. >From what I have read on the internet to do the same on a Linux system I need to add the following line to my ../tomcat/bin/catalina.sh fle? JAVA_O

Security issues sending broadcast traffic.

2009-03-03 Thread dOE
Does anyone know of any security issues when sending broadcast traffic from a high security zone (firewall DMZ's) to a tomcat server located in a lower security zone? It is the higher security "writing" \ "accessing" the lower security so initial guesses are that this should be fine, but I like to

Re: How to set Java Memory heap size on Linux?

2009-03-09 Thread dOE
chuck.caldar...@unisys.com> wrote: > > From: dOE [mailto:doep...@gmail.com] > > Subject: How to set Java Memory heap size on Linux? > > > > I know in Windows this is done through the Registry > > adding -Xms256m -Xmx768m. > > You should not be editing the re

Re: Security issues sending broadcast traffic.

2009-03-09 Thread dOE
Anyone have anything on this?? On Tue, Mar 3, 2009 at 10:35 PM, dOE wrote: > Does anyone know of any security issues when sending broadcast traffic from > a high security zone (firewall DMZ's) to a tomcat server located in a lower > security zone? > > It is the high

Re: Security issues sending broadcast traffic.

2009-03-10 Thread dOE
Charles R < chuck.caldar...@unisys.com> wrote: > > From: dOE [mailto:doep...@gmail.com] > > Subject: Re: Security issues sending broadcast traffic. > > > > Does anyone know of any security issues when sending > > broadcast traffic from a high security zone (firewall &g

from https to http?

2007-01-03 Thread John Doe
Hi, I new in the list. I hope can help somebody someday, but now I need a hand to solve this mail's subject question. I have configured a tomcat application to use https in a arbitrary jsp file (just for testing) when the user request it. So, the webapp's "web.xml" file contains the followin

Re: from https to http?

2007-01-04 Thread John Doe
way we get paid to do this stuff ;-) May be a "workarround" is to use the rewrite filter located at http://tuckey.org/urlrewrite/ Somebody is using it? is reliable? Cheers! - Pablo On 1/3/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: John Doe [mailto:[EMAIL PRO

Re: from https to http?

2007-01-04 Thread John Doe
ocbook/acegi.html#channel-security [2] http://acegisecurity.org/multiproject/acegi-security-catalina/downloads.html On 1/4/07, John Doe <[EMAIL PROTECTED]> wrote: > Chris, Chuck: > > Thanks a lot by the explanation. Looks like Tomcat (or maybe the > "Servlet specification"?

Re: from https to http?

2007-01-04 Thread John Doe
programmer must resolve this kind of situations. Cheers! - Pablo On 1/4/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pablo, John Doe wrote: > Thanks a lot by the explanation. Looks like Tomcat (or maybe the > "Servlet speci

Strange classloading problem when application is deployed for the first time.

2015-01-16 Thread John Doe
Hello list, I have a strange classloading problem, that only occurs when my webapp is deployed by tomcat (aka when tomcat expands the .war file during startup). I'm using Tomcat 8, Java 8 and a few old Axis webservices. The very first call to the webservice now fails with a RuntimeException that