error in CATALINA startup in UNIX

2005-08-09 Thread Kurniawan Kurt
Hi, All. We have problem in starting Tomcat 5.0.28 in one of out HP-UX. We have installed it so many times in both HP-UX and Win, and never had problem . We use the exact same GZ file for installation. The same java version and the same JAVA_HOME directory We use the same profile and settings,

redeploy problem

2005-08-09 Thread Karasek-XID, Nicolas
Hello, I encounter an issue on redeploy ( ie undeploy/deploy a web archive) I use jakarta ant task on windows XP and tomcat 5.5.9 to deploy the web archive. The ant task undeploy/deploy the application. I also use sometime the undeploy link of tomcat manager which produce also the same error.

ERROR in starting CATALINA.SH in UNIX

2005-08-09 Thread Kurniawan Kurt
Hi, All. We have problem in starting Tomcat 5.0.28 in one of out HP-UX. We have installed it so many times in both HP-UX and Win, and never had problem. We use the exact same GZ file for installation. The same java version and the same JAVA_HOME directory We use the same profile and settings,

Re: Generic Types support in Tomcat?

2005-08-09 Thread Christoph Kutzinski
FYI: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/changelog.html Tomcat 5.5.10 ... Update to JDT from Eclipse 3.1, with support for Java 5 However 5.5.10 is still alpha Christoph Patrick Thomas wrote: Thanks Chuck, I definitely wouldn't have noticed that without the pointer. Oh well, I

Last question on JAAS I promise

2005-08-09 Thread Mark Benussi
OK I got JAAS working with form authentication. That worked a treat (After a bit of head banging). I then moved to invoking the login from Struts (Or a Servlet for Tomcat users who don't use Struts) The code still gets invoked correctly. IBTJAASCallbackHandler callbackHandler = new

RE: error-page not working

2005-08-09 Thread Marius Hanganu
It may be because of the size of your errorpage.jsp. According to http://www.404-error-page.com/404-error-page-too-short-problem-microsoft -ie.shtml 500 errors should have pages with size greater than 512 bytes. Marius -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED]

ERROR in starting CATALINA in HP-UX

2005-08-09 Thread Kurniawan Kurt
Hi, All. We have problem in starting Tomcat 5.0.28 in one of out HP-UX. We have installed it so many times in both HP-UX and Win, and never had problem. We use the exact same GZ file for installation. The same java version and the same JAVA_HOME directory We use the same profile and settings,

Re: HTTP/1.1 GZIP compression and its impact on server

2005-08-09 Thread Peddireddy Srikanth
I thought our discussion on GZIP is almost complete untill one of collegue said that , just enabling it by adding required attributes for connector tag in server.xml is not enough, but we need tp do some coding too probably using some filters . Is this true?? But the documentation doesnt speak

Re: Generic Types support in Tomcat?

2005-08-09 Thread Ronald Klop
Tomcat 5.5.10 has an update JDT compiler from Eclipse 3.1. This understands Java 5. You can also configure that you compile with the sun compiler. Ronald. On Mon Aug 08 23:25:27 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: Hi All, Easiest part of this question is simply

Re: HTTP/1.1 GZIP compression and its impact on server

2005-08-09 Thread Ronald Klop
This is untrue at least in Tomcat 5. But why don't you try it instead of having discussions about it? Use a network sniffer to check what the server is sending over the wire. Ronald. On Tue Aug 09 10:05:19 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: I thought our

Re: error in CATALINA startup in UNIX

2005-08-09 Thread Tim Funk
If you used HP's tar - then the you might have some bad files. YOu need to use the GNU tar. To uncompress the .tgz file. -Tim Kurniawan Kurt wrote: Hi, All. We have problem in starting Tomcat 5.0.28 in one of out HP-UX. We have installed it so many times in both HP-UX and Win, and never had

Error msg after catalina.sh run

2005-08-09 Thread Tom Spence
I am using AIX 5.2, TC 5.5.9, JAVA 1.4 I am working on 8443 (443) but got an error and how can I solve this problem? Using CATALINA_BASE: /usr/local/jakarta-tomcat Using CATALINA_HOME: /usr/local/jakarta-tomcat Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat/temp Using JRE_HOME:

RE: OutOfMemoryError WebappClassLoader.openJARs(WebappClassLoader.java:1544)

2005-08-09 Thread Arup Vidyerthy
Dear all, I am just reopening this thread here. Just to give you guys some more info on this OutOfMemoryError issue. We always see this problem on a single page. Our application uses Velocity and in one of the pages we do some special character escaping. If you look at the following stack trace

Re: sessions dropping with mod_ssl, mod_jk, mod_rewrite rules

2005-08-09 Thread Jon Wingfield
I'm pretty sure Tomcat doesn't allow a session to migrate from a secure (ssl) channel to an insecure one. It does allow the session to be maintained in the other direction, however. The rationale for this behaviour is that if the login is supposed to be secure why allow the session cookie to be

tomcat security

2005-08-09 Thread Cengiz Yazgan
Hi everybody I have a problem about tomcat security One of my friend wrote a single code and he can travel every folder on server I wonder is there any config file for jakarta for disabiling access instead of his folder Maybe you know on php there was a security settings on php.ini for

RE: OutOfMemoryError WebappClassLoader.openJARs(WebappClassLoader.java:1544)

2005-08-09 Thread Arup Vidyerthy
Dear all, I am just reopening this thread here. Just to give you guys some more info on this OutOfMemoryError issue. We always see this problem on a single page. Our application uses Velocity and in one of the pages we do some special character escaping. If you look at the following stack

Re: tomcat security

2005-08-09 Thread Ben Ricker
Yes. There is the catalina.policy file in the conf/ directory. See http://jakarta.apache.org/tomcat/tomcat-5.0-doc/security-manager-howto.html for details. Ben Ricker On 8/9/05, Cengiz Yazgan [EMAIL PROTECTED] wrote: Hi everybody I have a problem about tomcat security One of my friend

RE: tomcat security

2005-08-09 Thread Cengiz Yazgan
I see this config file I disabled this lines permission java.util.PropertyPermission os.name, read; permission java.util.PropertyPermission os.version, read; permission java.util.PropertyPermission os.arch, read; permission java.util.PropertyPermission file.separator,

RE: error-page not working

2005-08-09 Thread David Thielen
That's not it - the file is over 2K in size. ??? - thanks - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Marius Hanganu [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 1:47 AM To: Tomcat Users List Subject: RE: error-page not working It

Missing catalina.bat

2005-08-09 Thread Kees Broenink
Hi, I just downloaded and installed Tomcat 5.5.9. When i wanted to configure JPDA I saw that catalina.bat is missing in the bin directory. So now I am starting Tomcat by running the tomcat5.exe. I scanned all config files, registry settings, release notes, documentation, mailing lists and did

Re: Using more than one SSL cert in keystore?

2005-08-09 Thread Paul Singleton
Justin Jaynes wrote: Thanks. I am doing as you have instructed. I hope to set up client-side redirects. Can you please tell me how? Does it require javascript, or just HTML? Where can I learn about client side re-directs? Try Google (Web and Groups) You can do it like this (relies on

RE: Missing catalina.bat

2005-08-09 Thread David Thielen
Hi; I hit the same problem. So I then downloaded the .zip install also and pulled the bat files from the .zip install and copied them to the bin directory. - dave David Thielen 303-499-2544 www.windwardreports.com -Original Message- From: Kees Broenink [mailto:[EMAIL PROTECTED]

RE: Using more than one SSL cert in keystore?

2005-08-09 Thread LECONTE LaurentROSI/SICOR
-Message d'origine- De : Paul Singleton [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 août 2005 15:47 À : Tomcat Users List Objet : Re: Using more than one SSL cert in keystore? Justin Jaynes wrote: Thanks. I am doing as you have instructed. I hope to set up client-side

Sharing server information across a cluster ?

2005-08-09 Thread LECONTE LaurentROSI/SICOR
Hello, we're currently setting up a Tomcat 5.5.9 cluster and we'd like to share server information between the different instances. Our approach so far has been to : *create a session *set it so that it never dies *share it across the instances using session replication *have the instances

Re: Using more than one SSL cert in keystore?

2005-08-09 Thread Hassan Schroeder
Paul Singleton wrote re' client-side redirects: You can do it like this (relies on JavaScript): You can also use this META tag in the head of the document: meta http-equiv=refresh content=0;url=http://example.com; / (The first part of content is the interval in seconds before the

Session lifecycle (UNCLASSIFIED)

2005-08-09 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Hey List, I have an application that has login/logout functionality. If a user logs out and then presses the back button, they could go back in the application. Anyone has an idea of what should be done ? Thanks Fadi Classification: UNCLASSIFIED

RE: Session lifecycle (UNCLASSIFIED)

2005-08-09 Thread Arup Vidyerthy
Samara, If your logout is a 'post' then when the user hits the back button he/she should see a session expired message. Arup -Original Message- From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 15:03 To: 'Tomcat Users List' Subject: Session lifecycle

Virtual host, routing, problems with localhost

2005-08-09 Thread Scott Purcell
Hello, I am running Tomcat 5.5 on a PC. Up until a week ago, the machine was a local machine basically for my development. So I would hit the machine like so for sites: http://localhost/site1 or http://localhost/site9 On Monday, I purchased a staticIP and a DNS entry. I had register.com bind

JSTL Question

2005-08-09 Thread Pitre, Russell
Hello All- I'm running Tomcat 5.0.24 and using the jstl libs from apache. I have two versions of a jsp below. The difference between the two is the taglib declaration. The top one works and the bottom one doesn't. Can someone enlighten me as to why this is? It seems like the bottom one does

RE: Session lifecycle (UNCLASSIFIED)

2005-08-09 Thread Frank W. Zammetti
The redirect-after-post pattern might solve your problem otherwise. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, August 9, 2005 10:25 am, Arup Vidyerthy said: Samara, If your logout is a 'post' then when the user hits the back

RE: Session lifecycle (UNCLASSIFIED)

2005-08-09 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE My fault, I forgot to mention that I am using struts. The code is below public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { HttpSession

Re: Sharing server information across a cluster ?

2005-08-09 Thread Ronald Klop
Jini? JavaSpaces? Put your data in a database? Maybe the ServletContext is already clustered in Tomcat 5.5.x? JMS? There is more than Tomcat out there. Ronald. On Tue Aug 09 15:59:58 CEST 2005 Tomcat Users List tomcat-user@jakarta.apache.org wrote: Hello, we're currently setting up a

RE: Virtual host, routing, problems with localhost

2005-08-09 Thread George Sexton
Do you have a host entry in your server.xml with the name of localhost? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 8:26 AM To:

R: JSTL Question

2005-08-09 Thread Amleto Di Salle
Hi, If you are using JSTL1.1.x the correct uri is http://java.sun.com/jsp/jstl/core;. In JSTL1.1 the uri is changed respected to JSTL1.0. I don't know why the first jsp is correct. May be, it is due to the fact the core_rt is not changed in JSTL1.1 and you are using Tomcat5.x version. BR

Re: R: JSTL Question

2005-08-09 Thread Tom Spence
Hi, I plan to use TOMCAT 5.5.9 for http server but my supervisor wants me to use HTTP Server. I am done for set up with HTTP Server so how can HTTP Server redirect to TOMCAT? I apprecaite your assist... Tom

IBM IHS and TOMCAT 5.5.9

2005-08-09 Thread Tom Spence
Hi, I plan to use TOMCAT 5.5.9 for http server but my supervisor wants me to use HTTP Server. I am done for set up with HTTP Server so how can HTTP Server redirect to TOMCAT? I apprecaite your assist... Tom

RE: R: JSTL Question

2005-08-09 Thread Caldarale, Charles R
From: Tom Spence [mailto:[EMAIL PROTECTED] Subject: Re: R: JSTL Question I plan to use TOMCAT 5.5.9 for http server but my supervisor wants me to use HTTP Server. (I assume you're referring to Apache httpd.) Does he have a reason, or is he just remembering the old days when Tomcat was

RE: IBM IHS and TOMCAT 5.5.9

2005-08-09 Thread Raghupathy,Gurumoorthy
IBM HTTP SERVER IS A IBM BRANDED VERSION OF APACHE ... http://www.google.co.uk/search?hl=enq=apache++%2B+tomcat+%2B+mod_jkmeta= Will give you good answere ... Guru -Original Message- From: Tom Spence [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 16:51 To: Tomcat Users List

RE: R: JSTL Question

2005-08-09 Thread Arup Vidyerthy
If he doesn't listen - just tell him he is a buffoon! -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 09 August 2005 16:54 To: Tomcat Users List Subject: RE: R: JSTL Question From: Tom Spence [mailto:[EMAIL PROTECTED] Subject: Re: R: JSTL Question I

RE: Sharing server information across a cluster ?

2005-08-09 Thread LECONTE LaurentROSI/SICOR
-Message d'origine- De : Ronald Klop [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 août 2005 17:07 À : Tomcat Users List Objet : Re: Sharing server information across a cluster ? Jini? JavaSpaces? Put your data in a database? Maybe the ServletContext is already clustered in Tomcat

RE: R: JSTL Question

2005-08-09 Thread Mike Jackson
Look for mod_jk, it's a module that plugs into apache to talk between apache and tomcat for those requests that are mapped to tomcat. But quite frankly I'd look at using squid as a reverse proxy rather than bothering with setting up apache and tomcat. Squid has the added benefit of allowing you

Session lifecycle (UNCLASSIFIED)

2005-08-09 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE My fault, I forgot to mention that I am using struts. The code is below public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { HttpSession

Re: TC 5.5.9 TLD exception thrown

2005-08-09 Thread David Wall
I discovered the problem was that the TLD XML has also changed, so by getting rid of the DOCTYPE declaration and using the new taglib start, all was okay (it would have been nice to have a better error message to clue me in). taglib xmlns=http://java.sun.com/xml/ns/j2ee;

[SOLVED] Missing catalina.bat

2005-08-09 Thread Kees Broenink
Hi, After some extra efforts I solved the problem of setting JPDA. In fact I was very close to the solution. -Xdebug -Xrunjdwp:transport=dt_socket,address=5678,server=y,suspend=n You need an Enter after the -Xdebug. Easiest way is to use the tool provided Configure Tomcat (tomcat5w.exe

RE: Virtual host, routing, problems with localhost

2005-08-09 Thread Scott Purcell
Sorry for the latency, I was in a meeting. No I do not have one. Do I need one, and if so, is the IP the machine IP or localhost, or 127.0.0.1? Thanks Scott -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 10:18 AM To: 'Tomcat Users

RE: Virtual host, routing, problems with localhost

2005-08-09 Thread George Sexton
I think that unless you have a default entry, that it would fail. The issue is that the host name is being presented to Tomcat, and the request mapper is looking up the host name presented as part of the http request. If it's not found, and there is no default, then it would return an error.

RE: sessions dropping with mod_ssl, mod_jk, mod_rewrite rules

2005-08-09 Thread Seale, Deryl
Thanks for the information, Jon. I finally realized this when I examined the two different cookies Tomcat was setting: the first was marked secure, and the second was not. I followed the threads you provided, and one of the respondents hinted that this behavior may change. Does Tomcat 5.5.x

redirect after login using form-based-auth

2005-08-09 Thread Paulo Neves
Hi, Hi have tomcat 4.1. It is possible to define a fixed url to redirect after login in form-based-auth ? Now they redirect to page where I try to access and need login, but if page needs post values they give-me an error. Thanks, Paulo -- -- Paulo

Handling a stopped web app in a Load Balanced Environment

2005-08-09 Thread Jeremy Nix
I'm trying to determine what options are available if any to handle the scenario when web application foo on server 1 gets stopped, but web application foo on server 2 is still running and both are apart of a load-balanced environment. Currently, I'm using a hardware load balanced environment,

MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
Hello, I'm trying to use the org.apache.naming.factory.MailSessionFactory in 5.5.9 with Spring's JndiObjectFactoryBean and I'm experiencing problems. I want to configure a global mail configuration and then use a resource-link to link one or more apps to the resource. i.e. Resource

Re: Error msg after catalina.sh run

2005-08-09 Thread Anoop kumar V
This link might help you http://www.churchillobjects.com/c/11201i.html Anoop On 8/9/05, Tom Spence [EMAIL PROTECTED] wrote: I am using AIX 5.2, TC 5.5.9, JAVA 1.4 I am working on 8443 (443) but got an error and how can I solve this problem? Using CATALINA_BASE:

Re: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
P.S. I'm using jdk 1.5.0_04 with Eclipse 3.1 and WTP 0.7 with Spring 1.2.2 as my dev environment. Brian Brian Bonner wrote: Hello, I'm trying to use the org.apache.naming.factory.MailSessionFactory in 5.5.9 with Spring's JndiObjectFactoryBean and I'm experiencing problems. I want to

OT: wanted: servlet testing framework

2005-08-09 Thread Brian Moseley
not specifically tomcat-related, but close enough i hope: i'm looking for an out-of-container servlet testing framework that executes servlet context listeners and filters. ideally it would also have maven integration, but i can live without that. i checked out httpunit's servletrunner, but

RE: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Derrick Koes
Here is an example from what I do: server.xml: ?xml version='1.0' encoding='utf-8'? Server Listener className=org.apache.catalina.mbeans.ServerLifecycleListener/ Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener/ GlobalNamingResources Environment

Re: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
Thanks, Derrick, that's how I used to have it in 4.1.29. Are you using 5.5.x? Brian Derrick Koes wrote: Here is an example from what I do: server.xml: ?xml version='1.0' encoding='utf-8'? Server Listener className=org.apache.catalina.mbeans.ServerLifecycleListener/ Listener

RE: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Derrick Koes
Nope, 5.0.28 -Original Message- From: Brian Bonner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 4:50 PM To: Tomcat Users List Subject: Re: MailSessionFactory problems in 5.5.9 Thanks, Derrick, that's how I used to have it in 4.1.29. Are you using 5.5.x? Brian Derrick

Re: MailSessionFactory problems in 5.5.9

2005-08-09 Thread Brian Bonner
Yes, that should work. ResourceParams are still around in 5.0.x. However they went away in 5.5.x. :( I'm hoping that a 5.5.x user can help me out. I'm thinking I need to back down to 5.0.28 :( Even though: Apache Tomcat 5.5 is the current focus of development. While it supports the same

Re: OT: wanted: servlet testing framework

2005-08-09 Thread Dennis
I've seen a combination of httpunit and dbunit used. You could give that a shot and see if it meets your needs. -Dennis Brian Moseley wrote: not specifically tomcat-related, but close enough i hope: i'm looking for an out-of-container servlet testing framework that executes servlet context

ERROR in starting CATALINA in UNIX

2005-08-09 Thread Kurniawan Kurt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 9 August 2005 6:26 PM To: Kurniawan Kurt Subject: failure delivery Unable to deliver message to the following address(es) tomcat-user@jakarta.apache.org. Hi, All. We have problem in starting Tomcat

Re: OT: wanted: servlet testing framework

2005-08-09 Thread Brian Moseley
Dennis wrote: I've seen a combination of httpunit and dbunit used. You could give that a shot and see if it meets your needs. thanks. i looked at httpunit before posting, but it seems to only pull the servlets from your web.xml file. i need the servlet context listeners and filters loaded

Does JspC in 5.0 rely on Hibernate?

2005-08-09 Thread Will Hartung
Hi all! I'm working on migrating from Tomcat 4.1.x to 5.0.x, and one of the components is JspC. Using the ANT Task presented in the 5.0 docs as inspiration I have: target name=jspcx depends=ensure-jsp-src taskdef classname=org.apache.jasper.JspC name=jasper2 classpath

Tomcat/MySQL Application Update

2005-08-09 Thread Christopher Molnar
We have a servlet that is run locally on about 20 laptops. I am currently manually updating the application on each laptop about once per month. Can anyone suggest a method of updating an application running on both OS/X and Windows based machines that would check if a new version was

Re: Tomcat/MySQL Application Update

2005-08-09 Thread Will Hartung
From: Christopher Molnar [EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 4:56 PM We have a servlet that is run locally on about 20 laptops. I am currently manually updating the application on each laptop about once per month. Can anyone suggest a method of updating an application running

RE: ERROR in starting CATALINA in UNIX

2005-08-09 Thread Kurniawan Kurt
Hi, All. I think I have solution to my own question. I ended re-install it. One of the problem that I could think of as possibility was: When the tomcat.gz file was transferred, it was transferred as root. somehow the gzip de-compression and untar process that we run under different user

Re: Tomcat/MySQL Application Update

2005-08-09 Thread Stephen Caine
Christopher, We have a servlet that is run locally on about 20 laptops. I am currently manually updating the application on each laptop about once per month. Can anyone suggest a method of updating an application running on both OS/X and Windows based machines that would check if a new

* 2 Tomcat instances on same box

2005-08-09 Thread Paul Wallace
Hello, I am trying to achieve not the unimaginable, I thought - to have one instance of Tomcat (5.5) running on port 80, and one - also 5.5 (using the same JAVA_HOME) running on port 8080 on the same box (Win XP). They both start up independently and load on localhost / localhost:8080 just

Monitor Tomcat with SNMP (MRTG etc)?

2005-08-09 Thread Dave Morrow
Does anyone know how to use SNMP tools to monitor a Tomcat server? Are there any open source tools to assist or add this ability? David A. Morrow Technical Systems Lead Autodata Solutions Company [EMAIL PROTECTED] http://www.autodata.net Tel: (519) 951-6079 Fax: (519) 451-6615 Poor planning

Re: * 2 Tomcat instances on same box

2005-08-09 Thread Brian Bonner
Paul, I think it's probably because there are other ports (i.e the Tomcat Admin Port that might be on 8005 and the AJP Port that may be on 8009) in use that are common to both of your instances. Brian Paul Wallace wrote: Hello, I am trying to achieve not the unimaginable, I

Re: * 2 Tomcat instances on same box

2005-08-09 Thread Wade Chandler
Paul, It sounds like you have them running on the same port. Either the connector 8005 is the same for both or the 8080 is still being used by both. The bind exception is a socket server exception telling you both instances are trying to use the same port number some where. Wade --- Paul

No admin page; ServletException: can't find org.apache.struts.action.MESSAGE

2005-08-09 Thread AD Marshall
Can anyone suggest a fix? Thanks for any help. - Andi After starting tomcat5, this url gives a blank browser page: http://localhost:8080/admin/ Everything else seems OK, esp. Server Status and Manager pages. Exceptions are reported in catalina.out, as follows. (Note - checked already: +

RE: No admin page; ServletException: can't find org.apache.struts.action.MESSAGE

2005-08-09 Thread Caldarale, Charles R
From: AD Marshall [mailto:[EMAIL PROTECTED] Subject: No admin page; ServletException: can't find org.apache.struts.action.MESSAGE After starting tomcat5, this url gives a blank browser page: http://localhost:8080/admin/ Tomcat 5.0 or 5.5? In 5.5 the addmin app is a separate download

RE: * 2 Tomcat instances on same box

2005-08-09 Thread Paul Wallace
Hi and thank you both for your replies. It turns out more than the HTTP port number needs to be different, as Server port=8005 shutdown=SHUTDOWN was common to both and thus causing the problem. Apart from being an attribute of the parent node, what is this port? Rgds Paul. It sounds like you

RE: * 2 Tomcat instances on same box

2005-08-09 Thread Caldarale, Charles R
From: Paul Wallace [mailto:[EMAIL PROTECTED] Subject: RE: * 2 Tomcat instances on same box Apart from being an attribute of the parent node, what is this port? It's the one Tomcat listens on for the shutdown command in order to gracefully terminate. Bound to 127.0.0.1 only, so you have to

RE: * 2 Tomcat instances on same box

2005-08-09 Thread Wade Chandler
One is the control port for SHUTDOWN and maybe other control (think only shutdown), and the other is the AJP port used to connect tomcat to other servers like Apache and IIS. If you are on a Linux box you can use Pseudo IP addresses. Linux allows more than one IP address to be assigned to a NIC.

Re: No admin page; ServletException: can't find org.apache.struts.action.MESSAGE

2005-08-09 Thread AD Marshall
Sorry, I've got Tomcat 5.0 now. (I may upgrade shortly, try a standalone install.) On 8/10/05, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: AD Marshall [mailto:[EMAIL PROTECTED] Subject: No admin page; ServletException: can't find org.apache.struts.action.MESSAGE After starting