Re: displaying customized error page in tomcat 5.5.12

2007-05-16 Thread Abdul Qayyum
Hi Tim Lucia, I'm guessing you can add a global error-page to Tomcat's conf/web.xml, but then it would apply to all apps on the server. This may or may not work for you. This is my target. If my tomcat recieves a context which is not in my tomcat, it should send customised page. And this

Re: Connection:close request returns a response without any content-length or Transfer-Encoding: chunked

2007-05-16 Thread Eric Deshayes
Sorry, i forgot to mention I was working with JBoss 4.0.3 SP1, so I assume Tomcat 5.5.9. Here are some example to illustrate my case. The first one i my problem. Is that a fix bug? if so, In which version of TOmcat has it been fixed? It seems to work in the latest tomcat 5.5 version (5.5.23) If n

Re: Configuring Cipher Suites with Tomcat 6

2007-05-16 Thread Paul Singleton
Mike Gardiner wrote: Hello, I'm sure this is detailed somewhere but I can't find it for the life of me and it's been driving me nuts all day. How can I limit the cipher suites used by Tomcat for an SSL connection? In Tomcat 5.5, like this: ciphers="TLS_DHE_RSA_WITH_AES_12

Re: Dynamic URIs Using one Context

2007-05-16 Thread Pid
Hassan Schroeder wrote: On 5/16/07, Nathan Hook <[EMAIL PROTECTED]> wrote: Would changing the ServerName attribute to .com allow Apache to respond to all requests sent to the server that are subdomains? I'm not sure ServerName is even *required*, in which case you'd simply be processing any

Re: Problem deploying existing webapp in new Tomcat container

2007-05-16 Thread Pid
Caldarale, Charles R wrote: From: Rob Tanner [mailto:[EMAIL PROTECTED] Subject: Re: Problem deploying existing webapp in new Tomcat container As far as server.xml, how else does one specify the specifics, such as the path variable? (Here we go again... my favorite subject :-) damn. you be

Re: Problem deploying existing webapp in new Tomcat container

2007-05-16 Thread Pid
Rob Tanner wrote: I meant WAR file not JAR. As far as server.xml, how else does one specify the specifics, such as the path variable? Here are the two application contexts: ... and so the klaxons sound once again. I'll try to beat

Re: Dynamic URIs Using one Context

2007-05-16 Thread Hassan Schroeder
On 5/16/07, Nathan Hook <[EMAIL PROTECTED]> wrote: Would changing the ServerName attribute to .com allow Apache to respond to all requests sent to the server that are subdomains? I'm not sure ServerName is even *required*, in which case you'd simply be processing any request to *:80 (presumabl

RE: Problem deploying existing webapp in new Tomcat container

2007-05-16 Thread Caldarale, Charles R
> From: Rob Tanner [mailto:[EMAIL PROTECTED] > Subject: Re: Problem deploying existing webapp in new Tomcat container > As far as server.xml, how else does one specify the specifics, such as the path variable? (Here we go again... my favorite subject :-) First, read the doc: http://tomcat.a

RE: Configuring Cipher Suites with Tomcat 6

2007-05-16 Thread Caldarale, Charles R
> From: Mike Gardiner [mailto:[EMAIL PROTECTED] > Subject: Configuring Cipher Suites with Tomcat 6 > > How can I limit the cipher suites used by Tomcat for an SSL > connection? > > I tried setting SSLCipherSuite="SOME_CIPHER" > > maxThreads="150" scheme="https" secure="true" > clientAuth="fals

Re: Problem deploying existing webapp in new Tomcat container

2007-05-16 Thread Rob Tanner
I meant WAR file not JAR. As far as server.xml, how else does one specify the specifics, such as the path variable? Here are the two application contexts: The AccountManager app works fine, but the "GroupAliases" generates this error: May 16, 2007 3:04:06 PM org.apache.catalina.core.Appl

Re: Dynamic URIs Using one Context

2007-05-16 Thread Nathan Hook
Thanks to everyone for all the excellent and interesting replies. They (the replies) have really gotten the creative thought process going. From the responses so far. It sounds like messing with the uri is problematic. Now, I know this is the Tomcat mailing list, but everyones ideas have

Configuring Cipher Suites with Tomcat 6

2007-05-16 Thread Mike Gardiner
Hello, I'm sure this is detailed somewhere but I can't find it for the life of me and it's been driving me nuts all day. How can I limit the cipher suites used by Tomcat for an SSL connection? I tried setting SSLCipherSuite="SOME_CIPHER", to only allow a single cipher but when a client conne

RE: Where do I find the Admin tool?

2007-05-16 Thread Caldarale, Charles R
> From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] > Subject: RE: Where do I find the Admin tool? > > In the absence of webapp, how can I manage the Tomcat instance? Good question. Lack of the admin webapp is one reason we haven't put 6.0 into production. > Is the 5.5 Admin tool functiona

RE: What changes require a redeploy?

2007-05-16 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: What changes require a redeploy? > > Tomcat then always creates that directory just in case? Yes, you can delete it and the next startup will recreate work and subdirectories for each and deployed webapp. - Chuck THIS COMM

RE: Where do I find the Admin tool?

2007-05-16 Thread Venkat Venkataramanan
Chuck: Thanks. The follow-up questions begs to be asked. In the absence of webapp, how can I manage the Tomcat instance? Is the 5.5 Admin tool functionality provided by the Manager application? -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 1

RE: Problem deploying existing webapp in new Tomcat container

2007-05-16 Thread Caldarale, Charles R
> From: Rob Tanner [mailto:[EMAIL PROTECTED] > Subject: Problem deploying existing webapp in new Tomcat container > > I installed Sun Java jdk1.6.0 and apache-tomcat-6.0.13. I copied over > the server.xml config for the first web aplication as well as the JAR > file and everything worked fine. T

RE: Help with using Tomcat Manager

2007-05-16 Thread Caldarale, Charles R
> From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] > Subject: Help with using Tomcat Manager > > I also added the following to Server.XML: > docBase="/usr/local/kinetic/tomcat5/server/webapps/manager"> > Bad move - undo the changes to server.xml (it's not Server.XM

RE: Where do I find the Admin tool?

2007-05-16 Thread Caldarale, Charles R
> From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] > Subject: Where do I find the Admin tool? > > I presume that I can run that under 6.0.10. Please let me know if my > assumption is right. The 5.5 admin will not run under 6.0, and there is no admin webapp for 6.0 (at least not for the time

Problem deploying existing webapp in new Tomcat container

2007-05-16 Thread Rob Tanner
Hi, I am in the process of upgrading my Tomcat environment. On a new server I installed Sun Java jdk1.6.0 and apache-tomcat-6.0.13. I copied over the server.xml config for the first web aplication as well as the JAR file and everything worked fine. When I did the same for the second application,

Re: What changes require a redeploy?

2007-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lightbulb, lightbulb432 wrote: > What should be considered when making a decision between running with > unpackWARs to true (running out of the exploded WAR in appBase) or false > (forcing it to run out of the work directory)? > > What are the tradeo

Re: What changes require a redeploy?

2007-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:[EMAIL PROTECTED] >> Subject: Re: What changes require a redeploy? >> >> I think these resources are automatically "watched". You can certainly >> configure others. > > This is

Connection:close request returns a response without any content-length or Transfer-Encoding: chunked

2007-05-16 Thread Eric Deshayes
Hi, is that normal that when the header of my request contains Connection:close, the response I get does not contain any content-length or Transfer-Encoding header?? When, the Connection: close header is not a header of the request, I get either a content-length or Transfer-Encoding header. Tha

Help with using Tomcat Manager

2007-05-16 Thread Venkat Venkataramanan
I successfully installed Tomcat Version 6.0.10. When I use the url, http://locahost:8080/, I get to see the Tomcat Server homepage. However, when I click on Status and Tomcat Manager links on that page, I get a 404 error. As per the instructions I found on using the Manage

Where do I find the Admin tool?

2007-05-16 Thread Venkat Venkataramanan
I downloaded and installed Tomcat v6.0.10. I learnt that the download does not include the Admin tool. I searched for it but am unable to find it. However, I am able to find a version under 5.5 I presume that I can run that under 6.0.10. Please let me know if my assumption is right.

RE: What changes require a redeploy?

2007-05-16 Thread lightbulb432
Thanks for your thorough answer. What should be considered when making a decision between running with unpackWARs to true (running out of the exploded WAR in appBase) or false (forcing it to run out of the work directory)? What are the tradeoffs or considerations, in terms of performance, mainte

Missing ETag in 304 Header

2007-05-16 Thread Joe Mun
Hi guys... so according to the HTTP 1.1 spec ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html), 304 Not Modified responses must include the ETag in the header. However, Tomcat doesn't seem to be adding it... I am serving a static text file, and the header only returns: HTTP/1.x 304 Not

RE: What changes require a redeploy?

2007-05-16 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: Re: What changes require a redeploy? > > Do contexts that are deployed as exploded (as opposed to > archived) WARs not produce a work folder then? The work folder is used for several things besides unpacking WARs; see my previous message

RE: What changes require a redeploy?

2007-05-16 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: What changes require a redeploy? > > I think these resources are automatically "watched". You can certainly > configure others. This is dependent on the reloadable attribute of the element; the lib and classes directories are

ajp_get_reply, ajp_connection_tcp_get_message Errors

2007-05-16 Thread Alan
I have been trouble-shooting a problem that appears constantly in my mod_jk.log but is only visible intermittently to users for a few months now. Searching the web and this archive for similar error messages, I have found some solutions that have led me to better Apache and Tomcat setups, but hav

Re: What changes require a redeploy?

2007-05-16 Thread Hassan Schroeder
On 5/16/07, lightbulb432 <[EMAIL PROTECTED]> wrote: Do contexts that are deployed as exploded (as opposed to archived) WARs not produce a work folder then? They certainly do; in a standard install, it's under $CATALINA_HOME/work/Catalina/{hostname}/{context} it could be somewhere but I jus

Re: What changes require a redeploy?

2007-05-16 Thread lightbulb432
Thanks again for your thorough answer. Do contexts that are deployed as exploded (as opposed to archived) WARs not produce a work folder then? I deploy with exploded WARs and don't see a work folder anywhere, but I'm not sure whether that's how it's supposed to be - it could be somewhere but I ju

Re: What changes require a redeploy?

2007-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lightbulb, lightbulb432 wrote: > When you mention the configuration to automatically reload the context, do > you mean ? > > If you set reloadable to true in the context configuration, that should take > care of WEB-INF/lib and WEB-INF/classes, and t

Re: Getting 404 when trying to access default page in Tomcat when running in Eclipse

2007-05-16 Thread domenico di leo
What are you using ? Eclipse+Tomcat or Eclipse+ Web Tools Platform (WTP)? On 16/05/07, Len Popp <[EMAIL PROTECTED]> wrote: Eclipse Web Tools sets up its own Tomcat configuration, somewhere down in the bowels of the workspace directory. That config does not include the standard Tomcat ROOT webapp

Re: What changes require a redeploy?

2007-05-16 Thread lightbulb432
When you mention the configuration to automatically reload the context, do you mean ? If you set reloadable to true in the context configuration, that should take care of WEB-INF/lib and WEB-INF/classes, and they don't need to be specified in WatchedResource - is this correct? Also, for static c

Re: how to recompile procrun/tomcat5 into 64 bit Version

2007-05-16 Thread David Delbecq
oj a écrit : > Hi, > > I read a lot that it is possible to run the tomcat5 on a 64bit system. > Because I want to migrate my apps on a 64bit windows 2003 server so I need > to recompile the tomcat5 but I do not really have clue how to start. > Only procrun need to be compiled form amd64, the tom

Re: What changes require a redeploy?

2007-05-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lightbulb, lightbulb432 wrote: > I noticed that in my exploded WAR file, if I make changes to a Facelet > (similar to JSP) or stylesheet while Tomcat is running, I see the change > when I navigate to that page in my browser. > > What changes are auto

RE: Getting 404 when trying to access default page in Tomcat when running in Eclipse

2007-05-16 Thread Larry Isaacs
A FAQ I've written has been submitted, but hasn't made it to the Web Tools web site yet. For the time being, the answer to your question can be viewed here as Troubleshooting question #5: https://bugs.eclipse.org/bugs/attachment.cgi?id=67392#trouble_5 Cheers, Larry > -Original Message-

RES: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Paulo Alvim
Thanks Chuck... We've already analized many possible causes but it seems that there are new ones here... -Mensagem original- De: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 16 de maio de 2007 12:34 Para: Tomcat Users List Assunto: RE: Urgent: PermGen memory le

Re: Getting 404 when trying to access default page in Tomcat when running in Eclipse

2007-05-16 Thread Len Popp
Eclipse Web Tools sets up its own Tomcat configuration, somewhere down in the bowels of the workspace directory. That config does not include the standard Tomcat ROOT webapp. You might be able to just copy the files from your Tomcat webapps/ROOT dir to the appropriate place in the Eclipse workspac

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tim Lucia
> -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2007 11:34 AM > To: Tomcat Users List > Subject: RE: Urgent: PermGen memory leak in a NetBeans developed tomcat > application > > > From: Paulo Alvim [mailto:[EMAIL PROTECTED] > > Subjec

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Paulo Alvim <[EMAIL PROTECTED]>: Hi Tomi, We've this classic problem (using Tomcat 5.x) with PermGen but in our case the leak occurs after a hot redeploy of any application. After each restart (our typical WAR has 30MB and 150 JSPs), jConsole shows about 4MB of PermGen increased that

RE: tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
actually I was editing the users file for the wrong tomcat instance, thank you! Caldarale, Charles R wrote: > >> From: Arrowx7 [mailto:[EMAIL PROTECTED] >> Subject: tomcat manager problem (newbie) >> >> I put in the >> >> >> in the conf/tomcat-users.conf > > That should be conf/tomcat-user

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Caldarale, Charles R
> From: Paulo Alvim [mailto:[EMAIL PROTECTED] > Subject: RES: Urgent: PermGen memory leak in a NetBeans > developed tomcat application > > We've this classic problem (using Tomcat 5.x) with PermGen > but in our case the leak occurs after a hot redeploy of any > application. There are a couple

RES: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Paulo Alvim
Hi Tomi, We've this classic problem (using Tomcat 5.x) with PermGen but in our case the leak occurs after a hot redeploy of any application. After each restart (our typical WAR has 30MB and 150 JSPs), jConsole shows about 4MB of PermGen increased that's never collected. Our customers have to inc

Re: Problem with jsvc

2007-05-16 Thread ben short
Hi, What OS are you on? On linux I do the following and it works fine for me. See the docs here [1] cd $CATALINA_HOME/bin tar xvfz jsvc.tar.gz cd jsvc-src autoconf ./configure --with-java=$JAVA_HOME make cp jsvc .. cd .. [1] http://tomcat.apache.org/tomcat-5.5-doc/setup

Problem with org.apache.coyote.Request ?

2007-05-16 Thread Ted Kirby
I see that setNote is used to cache objects in the Request object. I think these cached objects should be released in the recycle() method, but I do not see code in there to do so. I was tracing a problem I was having with a debugger on two different JVMs. I was looking at this traceback: at or

Log errors to console during startup

2007-05-16 Thread Mike Quilleash
Hi all, Is there an easy way to get startup errors/exceptions (e.g. exception caught by the container thrown by a servlet context listener) on the console? By default it logs them to the a file but doesn't display them on the console. I just get a SEVERE log message on the console. Cheers.

el-api.jar

2007-05-16 Thread Mike Quilleash
Hi all, I've run into a minor problem with the el-api.jar and deployment. It looks like Tomcat 6 now includes the el-api.jar as part of the deployment. If I have an el-api.jar (which I link against for development) into my web application's WEB-INF/lib directory, or will the clash annoy it? I

RE: tomcat manager problem (newbie)

2007-05-16 Thread Caldarale, Charles R
> From: Arrowx7 [mailto:[EMAIL PROTECTED] > Subject: tomcat manager problem (newbie) > > I put in the > > > in the conf/tomcat-users.conf That should be conf/tomcat-users.xml. > I'm not sure why it doesn't recognize the user/pass. Did you restart Tomcat after changing the .xml file? If it'

tomcat manager problem (newbie)

2007-05-16 Thread Arrowx7
Hello, I'm trying to run the tomcat manager, but it asks me for the username/password. I put in the in the conf/tomcat-users.conf When I try to execute a manager command, it asks me for the user/password using BASIC authentication. I put in me/tomcat click ok, and it asks me for the username/p

Problem with jsvc

2007-05-16 Thread reym
Hi All, I want to use Tomcat on Port 80, and in order to do this, i have many options. One of them is to run Tomcat as a daemon via jsvc. I am having problems with installing and configuring jsvc. everytime I run ./buildconf.sh, I get this error: cannot find source file configure.in and if i tr

Tomcat 6.0.10 problems with httpd 2.2.4 and mod_proxy_ajp

2007-05-16 Thread Mark Deneen
Hi, I have experienced some issues using mod_proxy_ajp and Tomcat 6.0.10 under moderate load. Occasionally I receive an error 503 in my browser when the webapp when we have around 30 - 40 users connected. First off, here is what I see in our logs: httpd error_log: [Tue May 15 17:45:02 2007] [er

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Caldarale, Charles R
> From: Tomi N/A [mailto:[EMAIL PROTECTED] > Subject: Re: Urgent: PermGen memory leak in a NetBeans > developed tomcat application > > How do allow class unloading? How do I inhibit it, for that matter? It's enabled by default (except for one of the esoteric garbage collectors). The -Xnoclassg

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Rainer Jung <[EMAIL PROTECTED]>: Tomi, Increasing Perm Gen size is normal, as long as it goes down again when it reaches the max and gets collected. The max depends on jvm version, possibly on server type and of course your startup options. 64MB default is not uncommon. I used JCons

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
2007/5/16, Caldarale, Charles R <[EMAIL PROTECTED]>: That's normal behavior when reflection is used. When the next full GC occurs, the accessor classes will be discarded, unless you have inhibited class unloading. How do allow class unloading? How do I inhibit it, for that matter? t.n.a. ---

RE: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Caldarale, Charles R
> From: Tomi N/A [mailto:[EMAIL PROTECTED] > Subject: Urgent: PermGen memory leak in a NetBeans developed > tomcat application > > [Loaded sun.reflect.GeneratedMethodAccessor197 from > __JVM_DefineClass__] > > I have no idea what these accessors are or how to stop their constant > proliferatio

What changes require a redeploy?

2007-05-16 Thread lightbulb432
I noticed that in my exploded WAR file, if I make changes to a Facelet (similar to JSP) or stylesheet while Tomcat is running, I see the change when I navigate to that page in my browser. What changes are automatically picked up, and what requires a redeploy? Things include changes to the server

Re: Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Rainer Jung
Tomi, Increasing Perm Gen size is normal, as long as it goes down again when it reaches the max and gets collected. The max depends on jvm version, possibly on server type and of course your startup options. 64MB default is not uncommon. You can watch it with "-verbose:gc -XX:+printGCDetails

Urgent: PermGen memory leak in a NetBeans developed tomcat application

2007-05-16 Thread Tomi N/A
I've read a number of reports about similar problems, but can't distinguish which ones are relevant. My problem is that my available PermGen memory is constantly decreasing as the application works. I see this in the tomcat logs: ... [Loaded sun.reflect.GeneratedMethodAccessor197 from __JVM_Define

Re: Oracle JDBC connection Tomcat 5.5

2007-05-16 Thread Zdeněk Vráblík
Hi all thanks for help, There is problem in admin web application id doesn't show oracle datasources. I expected to see this datasource as other datasources in this admin console (localhost:8080/admin). I tried to use that pool and it works ... The ojdbc14_g.jar is same as ojdbc14.jar but has

how to recompile procrun/tomcat5 into 64 bit Version

2007-05-16 Thread oj
Hi, I read a lot that it is possible to run the tomcat5 on a 64bit system. Because I want to migrate my apps on a 64bit windows 2003 server so I need to recompile the tomcat5 but I do not really have clue how to start. It would be nice if someone could give me a how to in that case. Which files

Re: DM_API_E_NO_SESSION error

2007-05-16 Thread Mark Thomas
Piyush Chordiya wrote: > 2007-05-14 14:31:08 StandardWrapperValve[SessionTimeoutControl]: > Servlet.service() for servlet SessionTimeoutControl threw exception > > DfAuthenticationException:: THREAD: http-8080-Processor24; MSG: > [DM_API_E_NO_SESSION]error: "There are no more available sessions."

RE: displaying customized error page in tomcat 5.5.12

2007-05-16 Thread Tim Lucia
In order for the custom error page to be used, the application must be deployed. I.e., Tomcat can give a custom 404 for /mycontext/badpagerequested.jsp but if there is no context "/mycontext" because the app is not (yet) deployed, Tomcat cannot know about your custom error page. I'm guessing you

Re: mod_jk selective forwarding?

2007-05-16 Thread Rainer Jung
If you've got some basic mod_jk experience, this will be pretty easy, using JkMount, JkUnMount (for the .pl exclusion) and maybe JkMountCopy (for the virtual Server, if you want to inherit mounts). http://tomcat.apache.org/connectors-doc/reference/apache.html Regards, Rainer Jacob Rhoden wrot

displaying customized error page in tomcat 5.5.12

2007-05-16 Thread Abdul Qayyum
Hi all, I found that while we are updating our application, the application is not known to tomcat, untill it is completed. So tomcat sends 503 page as resource not found. I want to know is virtual hosting is the right way to deal with this issue.? Or can this be done using customised error pages.

Re: Dynamic URIs Using one Context

2007-05-16 Thread Johnny Kewl
These sort of things http://www.mycompany.com/~craigmcc/index.htm Yes nice I think for static sites and letting people ftp in... normal kinda thing a sp provides but I think these guys are trying to cater for power tomcat users. Probably provide things like MySQL and Postgresql fa

RE: Dynamic URIs Using one Context

2007-05-16 Thread Raghupathy, Gurumoorthy
You can use http://httpd.apache.org/docs/2.0/mod/mod_userdir.html and http://tomcat.apache.org/tomcat-5.5-doc/config/host.html ( User Web App ) in conjunction with a mod_rewrite and proxy .. Not simple but achievable :) Regards Guru -Original Message- From: Johnny Kewl [mailto

Tomcat with non-HTTP proprietary TCP

2007-05-16 Thread raine king
Hi,I would like to replace a particular legacy component in our system with a re-written Java component running on tomcat. The old component communicates with other components over TCP via a proprietary 3-step protocol. As other components in the system are replaced, I would like to move the t

Re: Dynamic URIs Using one Context

2007-05-16 Thread Johnny Kewl
Interesting question this is wot I would do try! The basic thing I would use Apache Httpd for it to direct via Virtual hosting and the worker file... domain names to various tomcat instances. eg you can have 2 tomcat instances on a machine and tomcat spread across many machines.

HELP: Verisign's intermediate certificate problem

2007-05-16 Thread BBQ
Hi. I'm new to Tomcat, taking over for a SysAdmin who departed suddenly after 8 years. Our existing Verisign SSL 1-year certificate just expired. I obtained a new one from them with the option "use existing data". We are using Tomcat without Apache. The problem is that in our server.xml file o