SV: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-16 Thread Gunnar.Bostrom
Hi, The problem is not to get the parameters in my java filter. The problem is that I need to pass the posted parameters from the form plus one additional parameter to my Perl script. Regards Gunnar > -Ursprungligt meddelande- > Från: Martin Gainty [mailto:[EMAIL PROTECTED] > Skicka

Re: RHEL4 with App Server 3 and the missing tomcat5 manager

2006-10-16 Thread Bruno Georges
Hi John RH is now offering an application stack which bundles: JBoss AS [incl tomcat] , Apache, LAMP,... I haven't installed it, therefore I don't know if they have shipped it with Tomcat's manager front-end. I suggets you have a look at their page: http://www.redhat.com/solutions/rhappstack/ An

Re: jvm thread dump

2006-10-16 Thread Rizwan Merchant
hmmm...still having issues with this. Dont understand why..I commented out the A1 appender and uncommented the R appender (as below). The applications are still logging to catalina.out !! How do I stop this??? Please help! # # Configures Log4j as the Tomcat system logger # # # Configure th

Stress test requirements

2006-10-16 Thread Rizwan Merchant
Hi, We are running a web app using tomcat 5.5.15, hibernate, spring, struts and mysql on a FC4 linux box. We also have mod_jk set up wih the apache web server to forward requests to tomcat. We would like to stress test the application. Can someone guide me as to how I can begin doing this an

Newbie Tomcat question - where to store dependency DLLs?

2006-10-16 Thread AStefanS
Hi I have a .Net user control DLL that depends on other DLLs, and I am trying to deploy it on Tomcat 5.5. The problem I encountered is that my DLL can be downloaded successfully (after adding application/x-msdownload MIME mapping), but the dependency DLLs are not downloaded. I have tried putting

apache/mod_jk <--> tomcat versus pound (lb) <--> tomcat/apache

2006-10-16 Thread Maurice Yarrow
Hello again, Christopher (this is the separate thread you requested - which had originated as "Connecting Apache 2.2 to Tomcat 5.0 using mod_jk") Thanks for entertaining my (relatively non-technical) questions. Nevertheless, the issue of supporting multiple web app servers/ containers through po

Re: hardening and securing tomcat in a production environment

2006-10-16 Thread Parsons Technical Services
Hello, From my experience the server is pretty good out of the box. Of concern is what is done after it is installed as well as during the install. During the install, the typical issues of rights and such need addressed as far as securing the server. But putting the server aside and focusing

Re: Writing a text file back to browser from a servlet

2006-10-16 Thread David Kerber
This worked, though not exactly how I expected. The "save file as..." box comes up and works, but is there a way of showing the file in the browser screen as well? Right now, it keeps the previous page displayed while prompting to save the download. I can live with that if I have to, but it

hardening and securing tomcat in a production environment

2006-10-16 Thread Stephen More
Is there a published list of items that need to be configured in order to harden and secure tomcat in a production environment ? What items need to be configured, and what items need to be removed ? I am currently interested in version 5.5. -Thanks Steve More --

Re: RHEL4 with App Server 3 and the missing tomcat5 manager

2006-10-16 Thread David Smith
Tomcat (at least the release version from tomcat.apace.org) has the manager already in it. The manager webapp lives in $TOMCAT_HOME/server/webapps with it's context definition in $TOMCAT_HOME/conf/Catalina/localhost. Are either of those already present in your RPM dist? --David Caldarale,

RE: RHEL4 with App Server 3 and the missing tomcat5 manager

2006-10-16 Thread Caldarale, Charles R
> From: John McCoy [mailto:[EMAIL PROTECTED] > Subject: RHEL4 with App Server 3 and the missing tomcat5 manager > > Ok seems reasonable, however I can find no RPMs from Redhat for it. That's probably a good thing. Most of the Linux vendors try to repackage Tomcat and end up making a mess of it.

RHEL4 with App Server 3 and the missing tomcat5 manager

2006-10-16 Thread John McCoy
Ok Sys Admin here working for my developers, last time I worked with Tomcat it was version 1. My developer asked me to install Manager referring me to this link: http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html Ok seems reasonable, however I can find no RPMs from Redhat for it. I'm go

RE: Tomcat unable to find the apr library

2006-10-16 Thread Caldarale, Charles R
> From: Michael Courcy [mailto:[EMAIL PROTECTED] > Subject: Tomcat unable to find the apr library > > I wanted my tomcat instance use the APR (Apache Portable > Runtime) so I installed it. Where did you get it in Linux-installable form? You normally have to build it for the platform it's going

Tomcat unable to find the apr library

2006-10-16 Thread Michael Courcy
Hi, I wanted my tomcat instance use the APR (Apache Portable Runtime) so I installed it. Installation went fine, and the library where installed in /usr/local/apr/lib. Then I set the env variable LD_LIBRAY_PATH to /usr/local/apr/lib. I restart tomcat, but I still get this message in the lo

Tomcat 4.1.30 + SSI + CruiseControl

2006-10-16 Thread EJ Ciramella
Hello board, I have a somewhat tricky (to me at least) question about tomcat configuration. We are using CruiseControl to build a strictly html site alongside our other java products and recently, they've wanted to activate SSI. In the past, CruiseControl (CC) has made it's artifacts directory

RE: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Sean Overby
If you are on IIS 6.0 also try running in IIS 5.0 isolation mode. That seemed to clear up a lot of issues we were having with the connector dying after a day or so of working. You can find the setting here: http://tjworld.net/help/kb/0001_iis6-Tomcat5-JK2.html#conIIS1 -Original Message- F

Re: run php & jsp on the same server

2006-10-16 Thread Larry Meadors
OK, pay one way (with cash) or another (with time)...which can you make more of? :-) Larry On 10/16/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors > Subject: Re: run php & jsp on the same server > > Why not

RE: run php & jsp on the same server

2006-10-16 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Larry Meadors > Subject: Re: run php & jsp on the same server > > Why not just run resin with quercus? Works pretty much outta the box. Probably because of the following quote from Caucho's download page: "Resin Professional is

Re: Help with Custom Analyzer

2006-10-16 Thread Ryan O'Hara
Ah. Thank you. Sorry, wrong list. -Ryan On Oct 16, 2006, at 4:08 PM, Christopher Schultz wrote: Chuck, Looks like this guy accidentally posted a Lucene question to the Tomcat list. I hope he comes back to see the responses. -chris Caldarale, Charles R wrote: From: Ryan O'Hara [mailto

RE: run php & jsp on the same server

2006-10-16 Thread Caldarale, Charles R
> From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Subject: Re: run php & jsp on the same server > > Apparently... http://wiki.apache.org/tomcat/UsingPhp There's also a PHP servlet in SourceForge: http://sourceforge.net/projects/phpservlet And a PHP/Java bridge: http://sourceforge.net/projects/php

Re: run php & jsp on the same server

2006-10-16 Thread Larry Meadors
Why not just run resin with quercus? Works pretty much outta the box. Larry On 10/16/06, Steve Ochani <[EMAIL PROTECTED]> wrote: On 16 Oct 2006 at 16:12, Christopher Schultz wrote: > I seem to recall some hack to get PHP actually running /inside/ > Tomcat. Am I smoking crack, or was that rea

Re: run php & jsp on the same server

2006-10-16 Thread Steve Ochani
On 16 Oct 2006 at 16:12, Christopher Schultz wrote: > I seem to recall some hack to get PHP actually running /inside/ > Tomcat. Am I smoking crack, or was that real? Sounds like a damn sexy > hack if it's true. I've seen it mentioned here and there. Google search turned up some interesting resu

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Peter Olin
Thanks Chris! Yes, Tomcat and IIS are on different machines, and yes, there is firewall stuff in between. IIS is in a publicly available layer, and Tomcat is more "inside" protected from the outside world. And at the moment there is only infrequent traffic to the server. I'll follow up your theo

Re: run php & jsp on the same server

2006-10-16 Thread Wendy Smoak
On 10/16/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: I seem to recall some hack to get PHP actually running /inside/ Tomcat. Am I smoking crack, or was that real? Sounds like a damn sexy hack if it's true. Apparently... http://wiki.apache.org/tomcat/UsingPhp -- Wendy -

Re: run php & jsp on the same server

2006-10-16 Thread Christopher Schultz
Martin, > Is there ANY advantage to keeping your legacy PHP? Here's one: now having to re-write and re-test your perfectly good PHP application in JSP. > Why not convert your PHP to Java? Cause re-writing apps sucks. :( To answer the OP, you can certainly "run" PHP and JSP on the same machine.

Re: Session replication

2006-10-16 Thread Len Popp
I have run a Tomcat cluster without sticky sessions and it seems to work fine. Here's a how-to for configuring session replication without sticky sessions: http://www.paulkimbrel.com/?p=3 But I don't think sticky sessions are a problem for load balancing. The server rack won't tip over if one ser

Re: Help with Custom Analyzer

2006-10-16 Thread Christopher Schultz
Chuck, Looks like this guy accidentally posted a Lucene question to the Tomcat list. I hope he comes back to see the responses. -chris Caldarale, Charles R wrote: >> From: Ryan O'Hara [mailto:[EMAIL PROTECTED] >> Subject: Help with Custom Analyzer >> >> I have a few questions regarding writing

RE: Help with Custom Analyzer

2006-10-16 Thread Caldarale, Charles R
> From: Ryan O'Hara [mailto:[EMAIL PROTECTED] > Subject: Help with Custom Analyzer > > I have a few questions regarding writing a custom analyzer. I don't get it; in what way is this associated with Tomcat? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATE

Re: run php & jsp on the same server

2006-10-16 Thread Martin Gainty
Hi Mladen- Is there ANY advantage to keeping your legacy PHP? Why not convert your PHP to Java? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you a

Re: Is there a way to remap/replace webapps/ROOT?

2006-10-16 Thread Martin Gainty
Riza- take off the trailing slash in server.xml change appBase= "/path/to/public_html" TO "/path/to" M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient,

RE: wrong StandardContext

2006-10-16 Thread Caldarale, Charles R
> From: Oleg [mailto:[EMAIL PROTECTED] > Subject: Re: wrong StandardContext > > I know declare docBase for every application as absolute path, > docBase="E:/Webspace/domain1/ROOT" This seem to fix the problem > and my vrtual hosts do not try to load localhost webApp anymore. > Is this the right w

RE: Tomcat Manager

2006-10-16 Thread Caldarale, Charles R
> From: Mathieu Larchet [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat Manager > > Ok but that's already what I'm doing, I don't want to access > different managers, I want to access all my applications in > a single one, even if there are in different virtual hosts. The manager app, as writte

Re: Connecting Apache 2.2 to Tomcat 5.0 using mod_jk

2006-10-16 Thread Christopher Schultz
Maurice, We might want to take this into another thread, as to not steal the original, but we should keep it on the list so that others can read it. If anyone objects, please re-port and reference the original. > [I]t appears that you find apache fronting tomcat via mod_jk to be a > very workabl

RE: Is there a way to remap/replace webapps/ROOT?

2006-10-16 Thread Rizalino DeVilleres
Charles, I posted the previous post prematurely before I had a chance to read your recommendation... and it worked!!! Thanks a lot guys for all the help... I had to remove the appbase attribute within the Host element in the server.xml... Rizalino de Villeres

RE: Is there a way to remap/replace webapps/ROOT?

2006-10-16 Thread Caldarale, Charles R
> From: Rizalino DeVilleres [mailto:[EMAIL PROTECTED] > Subject: RE: Is there a way to remap/replace webapps/ROOT? > > server.xml > appBase="/path/to/public_html" deployOnStartup="true" This says your webapps will normally be deployed in /path/to/public_html; is that what you want? > public_h

Re: run php & jsp on the same server

2006-10-16 Thread Mladen Adamovic
neugi wrote: is there a way to configure tomecat to run also like php on port 80, or let them run together on the same virtual server? If you want to run both PHP and JSP you can use mod_jk in Apache. More instructions at : http://www.howtoforge.com/apache2_tomcat5_mod_jk_p3 http://www.meri

RE: Is there a way to remap/replace webapps/ROOT?

2006-10-16 Thread Rizalino DeVilleres
David, Thanks for the quick response. I've tried your recommendation, and it does remap the webapps/ROOT to whatever the name of the xml file is. However, if I rename it public_html.xml, it looks for "/path/to/public_html/public_html" instead of just /path/to/public_html. Here is a snippet of t

RE: Is there a way to remap/replace webapps/ROOT?

2006-10-16 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: Is there a way to remap/replace webapps/ROOT? > > Rename ROOT.xml in conf/Catalina/localhost to newContextName.xml. > Restart tomcat. Not sure that's what he's asking for. > Rizalino DeVilleres wrote: > > > I see the following docu

RE: new tomcat installation failes to start

2006-10-16 Thread Caldarale, Charles R
> From: Assaf Flatto [mailto:[EMAIL PROTECTED] > Subject: new tomcat installation failes to start > > i've just installed a tomcat on a clean OS ( MDK 2007) . What you have apparently installed is not a real Tomcat download, but a repackaged version distributed by some third party. I'd strongly

Xls mime problem

2006-10-16 Thread Maciejewski, Vincent \(GMI - NY Governments\)
> Hello, I have this weird problem. > > I want to get tomcat to correctly set the mime type for xls files. So > I added > > > xls > application/vnd.ms-excel > > > To the conf/web.xml file. > > The odd thing is that wen I access an xls file using the browser with > th

Re: Is there a way to remap/replace webapps/ROOT?

2006-10-16 Thread David Smith
Rename ROOT.xml in conf/Catalina/localhost to newContextName.xml. Restart tomcat. --David Rizalino DeVilleres wrote: Guys, Sorry for the newbie question but I went through all the Tomcat 5.5 docs, and searched online and couldn't find any documentation how to redefine that path. I see

Using a custom connector in Tomcat 5.5

2006-10-16 Thread Jacob Marcus
Hi, The examples no longer show the className attribute for the Connector element in the server.xml. Is this not supported any more? In the past, I have done used my own connector as shown in the example below. I could not find the relevant documentation on this possible change. I will apprec

Re: new tomcat installation failes to start

2006-10-16 Thread David Smith
These messages make me think you are trying to run tomcat 5.5 on a 1.4.x JVM. If so, download and install the compat package and install it. It's on the same page as the other tomcat release downloads. --David Assaf Flatto wrote: hello found the problem and fixed it , but now i have ano

Is there a way to remap/replace webapps/ROOT?

2006-10-16 Thread Rizalino DeVilleres
Guys, Sorry for the newbie question but I went through all the Tomcat 5.5 docs, and searched online and couldn't find any documentation how to redefine that path. I see the following documentation about defining the default Context and where to place them but still talks about the path web

Training

2006-10-16 Thread Kevin Mullin
Anyone know where I could get training on Tomcat? Kevin Mullin Sr. Analyst IBM Corporation (206) 345-7068 [EMAIL PROTECTED]

Re: new tomcat installation failes to start

2006-10-16 Thread Martin Gainty
Assaf- you're missing Java Management package jmx.jar..On my box I have it at %TOMCAT_HOME%/bin http://java.sun.com/products/JavaManagement/download.html Martin-- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated re

Re: Connecting Apache 2.2 to Tomcat 5.0 using mod_jk

2006-10-16 Thread Maurice Yarrow
Hello Christopher From what you say below, it appears that you find apache fronting tomcat via mod_jk to be a very workable setup. Since most posts are from people seeking help for problems, the view I usually get is skewed toward the non-robust. But since it appears your experiences have been

Re: wrong StandardContext

2006-10-16 Thread Oleg
On 10/16/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Oleg [mailto:[EMAIL PROTECTED] > Subject: Re: wrong StandardContext > > The trailing slash on the appBase declarations shouldn't cause problems, but it's not needed. Thank you, fixed. > Yes, sorry, it is. > CATALINA_HO

Help with Custom Analyzer

2006-10-16 Thread Ryan O'Hara
I have a few questions regarding writing a custom analyzer. My situation is that I would like to use the StandardAnalyzer but with some data-specific rules. I was wondering if there was a way of telling the StandardAnalyzer to treat a string of text, that would normally be tokenized into m

RE: new tomcat installation failes to start

2006-10-16 Thread Assaf Flatto
hello found the problem and fixed it , but now i have another issue : when i start it with the minimal server.xml it comes up fine , but wen i add my servr.xml : className="org.apache.catalina.mbeans.ServerLifecycleListener" /> className="org.apache.catalina.mbeans.GlobalResour

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Martin Gainty
It appears as if your CGITimeout is too small..you can set it to a agreater value thru UI or command line http://technet2.microsoft.com/WindowsServer/en/library/0465fd03-1e24-4a35-ad49-f8d9fd8b15521033.mspx?mfr=true I have no idea what chris is talking about with his statement on ISS Martin This

Re: Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-16 Thread Martin Gainty
Gunnar- String AStringWhichHoldsPostedOrQSValue; if(HttpServletRequest.getMethod() == "POST") { //Post only AStringWhichHoldsPostedOrQSValue = HttpServletRequest.getParameter("whatever"); } else { //Get Only.. AStringWhichHoldsPostedOrQSValue = HttpServletRequest.getQueryString(); } It has be

new tomcat installation failes to start

2006-10-16 Thread Assaf Flatto
hello i've just installed a tomcat on a clean OS ( MDK 2007) . When i try and start the tomcat service i get the following error Created MBeanServer with ID: 1d05c81:10e51d8bab4:-8000:www01.pjoker.com:1 java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Christopher Schultz
Peter, > After a day or so a fully functional setup (IIS, AJP Tomcat) doesn't work > any longer. > > Tomcat is still running, and surfing to the Tomcat port works fine, but > going through IIS no longer works. (See log excerpt below) > > We're using the following: > > - Tomcat 5.0.28 > - ajk

Re: Connecting Apache 2.2 to Tomcat 5.0 using mod_jk

2006-10-16 Thread Christopher Schultz
Barak, > we trying to connect Apache 2.2 to Tomcat 5.0 using mod_jk on [Linux] > (Fedora Core 5). > When trying to use the SO binaries from the apache site I got the > "module is grabled" error message. #1: Apache site does not host Linux binaries for mod_jk (IIRC) #2: "Module is garbled" ---> ap

Re: HSE_REQ_SEND_RESPONSE_HEADER failed

2006-10-16 Thread Mladen Turk
Brandon Knitter wrote: We are getting the following entries in the logs frequently: [Sun Oct 15 09:31:35 2006] [6108:0516] [error] ajp_connection_tcp_get_message::j k_ajp_common.c (947): (worker2) can't receive the response message from tomcat, network problems or tomcat is down (172.17.96.97:90

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Mladen Turk
Peter Olin wrote: This is what the log says: [Fri Oct 13 13:08:09 2006] [5788:13544] [error] jk_ajp_common.c (947): (ajp15w) can't receive the response message from tomcat, network problems or tomcat is down (xx.xx.xx.xx:8009), err=-54 This means that Tomcat has closed the AJP connection in

Re: Tomcat server hanging if I cancel (from Browser) loading records from DB

2006-10-16 Thread Christopher Schultz
Sandip, > My Tomcat server is hanging if I click cancel icon of browser while > loading records from Databse. Define "hanging"... it won't respond to any more requests? Can you shut it down using shutdown.sh/shutdown.bat or by stopping the Windows service? [snip] > Any suggesions ? Is there any

Re: Tomcat 3.3.1a AIX 5.3 and IBM JDK 1.3.1 - Tomcat Hangs

2006-10-16 Thread Christopher Schultz
Thube, > We have a problem in our production system. Following is our environment. > > Tomcat 3.3.1a > AIX 5.3 > IBM JDK 1.3.1 > Apache/1.3.28 > > This system was working fine previously without any problems for 3 years > the > only change that we did was changed from AIX 5.1 ML 4 to AIX 5.3 ML5

Re: HSE_REQ_SEND_RESPONSE_HEADER failed

2006-10-16 Thread Christopher Schultz
Brandon, > We are getting the following entries in the logs frequently: > > [Sun Oct 15 09:31:35 2006] [6108:0516] [error] > ajp_connection_tcp_get_message::j > k_ajp_common.c (947): (worker2) can't receive the response message from > tomcat, > network problems or tomcat is down (172.17.96.97:908

Re: Please Help: Application Hang. Possible Deadlock

2006-10-16 Thread Christopher Schultz
Giesen, > I haven't reproduced this issue on my dev system. Tomcat Manager > continues to respond correctly during this hang so Tomcat itself is > correctly configured and still functioning. This suggests that Tomcat and the VM are okay, but your webapp is hosed. Do you use JDBC connections in y

Re: Apache Tomcat\connection problem\Windows XP

2006-10-16 Thread Christopher Schultz
Frank, > | I went to the Apache.org website and downloaded and installed the > | Windows executable under Core distributions, i.e., > | > | Core: > | a.. zip (pgp, md5) > | b.. tar.gz (pgp, md5) > | c.. Windows Executable (pgp, md5) Which of these did you install? Typically, you on

Session replication

2006-10-16 Thread Marko Zeisig
Hi there, i have a general question regarding session replication in tomcat 5.5, i am new to this topic. What i want to setup is a system with an hw-loadbalancer (or maybe an apache with mod_jk and worker.loadbalancer.balanced_workers) an 2 servers with one tomcat on each server. the applicatio

RE: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Sean Overby
Hi, We to have been having major issues with IIS --> apj ---> Tomcat, once the connector dies the only thing that fixes it for us is restarting the IIS admin service. If your using the 1.2.15 or higher connector you might want to try upping the connection pool setting in the connector config to ma

Problem with filter and calling Perl-script with Tomcat 5.5.20

2006-10-16 Thread Gunnar.Bostrom
Hi, I've a problem with the new 5.5.20 Tomcat version. I think this has to do with this bug fix http://issues.apache.org/bugzilla/show_bug.cgi?id=37285. The problem is that I have a filter that adds a parameter before the CGI-filter calling out to a Perl-script. This code worked with Tomcat 5.5.

Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Peter Olin
Hi! After a day or so a fully functional setup (IIS, AJP Tomcat) doesn't work any longer. Tomcat is still running, and surfing to the Tomcat port works fine, but going through IIS no longer works. (See log excerpt below) I've been searching the archives and Googling all over but can't find any

Connecting Apache 2.2 to Tomcat 5.0 using mod_jk

2006-10-16 Thread Barak Ben-Ari
Hi, we trying to connect Apache 2.2 to Tomcat 5.0 using mod_jk on Linuc (Fedora Core 5). When trying to use the SO binaries from the apache site I got the "module is grabled" error message. >From there we tried to build mod_jk on our machines but could not find any of the commands used in buildco

nsapi_redirect with sunone webserver 6.1 on solaris

2006-10-16 Thread Scot Russell
Has anyone successfully used the Tomcat connector nsapi_redirect 1.2.19(or similar) to connect a SunOne Web Server 6.1 on Solaris 9 with JBoss 4.0.2? If so can you provide me with the steps and if possible the file I will need, or how to compile to get the file? Thanks. ---

Re: Tomcat Manager

2006-10-16 Thread Mathieu Larchet
Ok but that's already what I'm doing, I don't want to access different managers, I want to access all my applications in a single one, even if there are in different virtual hosts. Caldarale, Charles R a écrit : From: Mathieu Larchet [mailto:[EMAIL PROTECTED] Subject: Tomcat Manager Is there

RE: Tomcat Manager

2006-10-16 Thread Caldarale, Charles R
> From: Mathieu Larchet [mailto:[EMAIL PROTECTED] > Subject: Tomcat Manager > > Is there any way to manage through Tomcat Manager > applications deployed in different Virtual Hosts ? All you should have to do is place manager.xml in each conf/Catalina/[host] directory. - Chuck THIS COMMUNIC

Tomcat Manager

2006-10-16 Thread Mathieu Larchet
Hello, Is there any way to manage through Tomcat Manager applications deployed in different Virtual Hosts ? At this time, I have to copy and deploy the Tomcat Manager webapp in every virtual host. Thanks -- Mathieu Larchet Centre de Ressources Informatiques Université Nancy 2 [EMAIL PROTECTE

RE: wrong StandardContext

2006-10-16 Thread Caldarale, Charles R
> From: Oleg [mailto:[EMAIL PROTECTED] > Subject: Re: wrong StandardContext > > The trailing slash on the appBase declarations shouldn't cause problems, but it's not needed. > CATALINA_HOME\conf\Catalina\domain1.com\ROOT.xml : > > > CATALINA_HOME\conf\Catalina\localhost\ROOT.xml : > The p

Re: Problems with Tomcat and JSF

2006-10-16 Thread tony81chi
you need to install jsf and jstl refrence files reference files. When downloaded place these in your common\lib directory. Here are the 8 you need from these the reference directories from jstl: standard.jar and jstl.jar from jsf:common-collectors-collection.jar c

Problems with Tomcat and JSF

2006-10-16 Thread Neil B. Cohen
I am just starting to use JSF and I am having a few problems. I'll describe the problems below - if anyone can help me solve them, I'd be most grateful. However, one suggestion I got from another forum was to upgrade to JSF version 1.2. But I've been reading that that requires the latest version of

Tomcat server hanging if I cancel (from Browser) loading records from DB

2006-10-16 Thread Sandipap03
Hi All, My Tomcat server is hanging if I click cancel icon of browser while loading records from Databse. My scenorio is, I am loading records from Databse on menu click. If I click on menu & immediately if I stop loading records(by clicking browser cancel icon).My tomcat server then gets hang.