Re: About tomcat 8.0.0 dev documentation

2012-12-13 Thread Mark Thomas
Ram Laxman wrote: >Hi there, > >  I want to know how to access the tomcat dev 8.0.0 documentation  >  which having actual URL  >  http://ci.apache.org/projects/tomcat/tomcat8/docs/index.html >  but unable to access it. >  When I try to access it from Google cached copy,    >  the

Re: about tomcat-users.xml

2008-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, nocturna_gr wrote: > i am not sure i have understood right about the tomcat-users.xml file... > Where are the basic roles defined? There are no basic roles defined for Tomcat in general. The tomcat-users.xml file allows you t

Re: about tomcat default error page

2008-10-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 李征, 李征 wrote: > i use apache with tomcat. > i don't want tomcat to generate its default error page when a error happens. > instead, i want to show my error page which i set in the apache conf file. > > i know that i can use to do this, but i don't

Re: about tomcat default error page

2008-10-17 Thread André Warnier
Hi 李征, I don't know the answer to your question, but here is a recommendation : To avoid delays in answering your question, it is always helpful to specify : - on which platform this happens (Windows, Unix, Linux,..) - what version of Apache - what version of Tomcat - what connector you use between

Re: about tomcat

2007-07-09 Thread David Smith
uses the data, is one thing. Replication is another story. - Original Message - From: "randeelwrw" <[EMAIL PROTECTED]> To: Sent: Monday, July 09, 2007 6:49 AM Subject: Re: about tomcat thank you for the reply. what i really need to do is transfer records from on

Re: about tomcat

2007-07-08 Thread Johnny Kewl
nday, July 09, 2007 6:49 AM Subject: Re: about tomcat thank you for the reply. what i really need to do is transfer records from one database to another database.so in the middle there would be two web servers. is this a good idea? Stephen.Morris wrote: Yes, it is possible to run two ser

Re: about tomcat

2007-07-08 Thread Stephen . Morris
I would have thought this wouldn't be a problem as long as the db queries returned a concise list of records for transfer. If the queries returned large volumes of transactions your "network" could very quickly become clogged and unusable. regards, Steve Morris IT Security Access Management Tec

Re: about tomcat

2007-07-08 Thread randeelwrw
thank you for the reply. what i really need to do is transfer records from one database to another database.so in the middle there would be two web servers. is this a good idea? Stephen.Morris wrote: > > > > > Yes, it is possible to run two servers as a cluster and exchange > information b

Re: about tomcat

2007-07-08 Thread Stephen . Morris
Yes, it is possible to run two servers as a cluster and exchange information between them. I have seen an article on the internet recently on doing exactly this. The easiest way of finding out how to do this is to use Googles advanced search and to type 'tomcat clustering' into the exact phrase