Re: Running two tomcat servers on same system?

2010-01-07 Thread Dean Chester
What is usage like on the server running two application servers. Please bare in mind my admin/private application might get 10 users a month. While the public stuff we hope more frequent. Dean On Thu, Jan 7, 2010 at 9:51 PM, John Tangney wrote: > Dean, > > > On Jan 7, 2010, at 1

Running two tomcat servers on same system?

2010-01-07 Thread Dean Chester
server allowed to access it. However I could open another set of ports run another tomcat server and host my private stuff there. Also is it possible to share shutdown ports of tomcat servers? Thanks in Advance Dean Chester

Re: Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
Ok i will turn tomcat off then move the directory. Dean On Tue, Dec 1, 2009 at 9:30 PM, Peter Crowther wrote: > 2009/12/1 Dean Chester : > > Ok thanks what i meant is that the tomcat directory is in > > ~/tomcat6/apache-tomcat-6.0.20/ and i need to move it to my h

Re: Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
wrote: > > From: Dean Chester [mailto:dean.g.ches...@googlemail.com] > > Subject: Safe to move tomcat directory while tomcat running? > > > > I have to move the tomcat directory with in my user and i ask is it > > safe if i do it while tomcat is running as i need to

Re: Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
I would be doing it on red hat. Would it just be easier to email all the users and say its down for maintenance and then just move it? Dean On Tue, Dec 1, 2009 at 9:02 PM, David kerber wrote: > Dean Chester wrote: > >> Hi, >> I have to move the tomcat directory with in my us

Safe to move tomcat directory while tomcat running?

2009-12-01 Thread Dean Chester
Hi, I have to move the tomcat directory with in my user and i ask is it safe if i do it while tomcat is running as i need to avoid downtime of my application. Thanks in Advance Dean

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
Ok ive discovered that they are not staying the same between clicks. I'm now going to look at encoding urls now. Dean On Thu, Aug 20, 2009 at 1:06 PM, Pid wrote: > On 20/08/2009 13:00, Pid wrote: > >> On 20/08/2009 12:36, Dean Chester wrote: >> >>> Sorry about t

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
By default realm i mean the one that is set up in the server.xml and it is a JDBC Realm. Dean On Thu, Aug 20, 2009 at 12:36 PM, Dean Chester < dean.g.ches...@googlemail.com> wrote: > Sorry about that. > Yes i have a index page in the restricted area that has links to other > restr

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
FORM /login.jsp /login-error.jsp admin user I am using the default realm which i know works. Dean On Thu, Aug 20, 2009 at 12:19 PM, Pid wrote: > On 20/08/2009 11:55, Dean Chester wrote: > >> Sorry Tomcat 6.20, Red Hat Enter

Re: Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
Sorry Tomcat 6.20, Red Hat Enterprise edition 4 i think. java 1.6. And i mean once logged in i have to login again after clicking on a link in the restricted area. Dean On Thu, Aug 20, 2009 at 11:23 AM, Pid wrote: > On 20/08/2009 10:40, Dean Chester wrote: > >> Hi, >&g

Keep having to login with container based authentaction.

2009-08-20 Thread Dean Chester
Hi, I've written my application using j_security_check yet i keep having to log in in the restricted area. Has anyone else experienced this? Because it works with a small amount of JSPs and then when i implement it all in to my application it doesn't work. Where am i most likely going wrong? Thanks

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
No. Yet i have rewrote a test login system and that works i cannot see what is different compared to my application. On Wed, Aug 19, 2009 at 4:34 PM, Mark Thomas wrote: > Dean Chester wrote: > > Sory forgot to get rid of the session out of the cookies. It writes in to > > the dat

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
Sory forgot to get rid of the session out of the cookies. It writes in to the database. Yet the session is not staying active with the client. Dean On Wed, Aug 19, 2009 at 2:47 PM, Mark Thomas wrote: > Dean Chester wrote: > > Ok The table was table 2-8 JDBCStore attributes in T

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
Ok The table was table 2-8 JDBCStore attributes in Tomcat The Definitive Guide. Thats still not fixed it. Dean On Wed, Aug 19, 2009 at 2:07 PM, Mark Thomas wrote: > Dean Chester wrote: > > I can't see your columns in the table of what is used in the element. > > What table

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
I can't see your columns in the table of what is used in the element. Dean On Wed, Aug 19, 2009 at 12:41 PM, Mark Thomas wrote: > Dean Chester wrote: > > The logs are reporting nothing. And my context.xml is located > > $CATALINA_HOME/conf/context.xml > > OK. That sho

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
The logs are reporting nothing. And my context.xml is located $CATALINA_HOME/conf/context.xml Dean On Wed, Aug 19, 2009 at 12:20 PM, Mark Thomas wrote: > Dean Chester wrote: > > Ok ive put it in my context.xml yet the id isn't getting written in to > the > > databas

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
Ok ive put it in my context.xml yet the id isn't getting written in to the database. And does not persist. Dean On Wed, Aug 19, 2009 at 11:23 AM, Mark Thomas wrote: > Dean Chester wrote: > > Yet everywhere has said put it in the server.xml file? > > Everywhere being where?

Re: Enabling Persisting Sessions Tomcat 6

2009-08-19 Thread Dean Chester
Yet everywhere has said put it in the server.xml file? Dean On Tue, Aug 18, 2009 at 2:15 PM, Mark Thomas wrote: > Dean Chester wrote: > > Hi > > I have this so far yet I am confused about where it goes. > > The element should be placed inside a element. The > usual

Enabling Persisting Sessions Tomcat 6

2009-08-18 Thread Dean Chester
Hi I am wondering if someone can help me with my persisting sessions problem. I have this so far yet i am confused about where it goes, ive also created the table in the database: Thanks in Advance Dean