Understanding the error cause

2009-12-26 Thread Alan Chandler
not understand what is wrong. Can someone give me some advice as to how to understand the problem. -- Alan Chandler http://www.chandlerfamily.org.uk - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands

Re: Understanding the error cause

2009-12-26 Thread Alan Chandler
Konstantin Kolinko wrote: 2009/12/26 Alan Chandler a...@chandlerfamily.org.uk: I am moving an application I have had running under tomcat5.5 to tomcat6 on another computer. I placed my war file in the webapps directory and tomcat duly automatically deployed it. But as soon as I try to access

Tomcat not listing on ipv4

2009-12-20 Thread Alan Chandler
I have just upgraded my Debian server to unstable, and now find that attempt to connect to my tomcat via ajp fails. It appears from netstat is tomcat is listing on 8009 but only on ipv6 I have been unable to find out how to change this. Can someone give me a clue. -- Alan Chandler http

Re: Tomcat not listing on ipv4

2009-12-20 Thread Alan Chandler
André Warnier wrote: Alan Chandler wrote: I have just upgraded my Debian server to unstable, and now find that attempt to connect to my tomcat via ajp fails. It appears from netstat is tomcat is listing on 8009 but only on ipv6 I have been unable to find out how to change this. Can someone

context placement

2007-02-06 Thread Alan Chandler
? -- Alan Chandler http://www.chandlerfamily.org.uk - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: context placement

2007-02-06 Thread Alan Chandler
On Tuesday 06 February 2007 20:03, Alan Chandler wrote: I am getting symptoms (I think) of my JDNI resource having not been set up properly I forgot to say that I have this working under eclipse on a development system, but it seems (as part of the Web App plugin) to copy the contents

Re: context placement

2007-02-06 Thread Alan Chandler
On Tuesday 06 February 2007 20:34, Pid wrote: Alan Chandler wrote: On Tuesday 06 February 2007 20:03, Alan Chandler wrote: I am getting symptoms (I think) of my JDNI resource having not been set up properly Context first: Yeh just took that out as per suggestion further up thread you

[SOLVED] Re: context placement

2007-02-06 Thread Alan Chandler
On Tuesday 06 February 2007 20:46, Alan Chandler wrote: On Tuesday 06 February 2007 20:34, Pid wrote: Alan Chandler wrote: On Tuesday 06 February 2007 20:03, Alan Chandler wrote: I am getting symptoms (I think) of my JDNI resource having not been set up properly

File permission problem not understood

2007-02-05 Thread Alan Chandler
/webapps/blog/WEB-INF/classes/META-INF/hivemodule.xml gives -rw-r--r-- 1 tomcat55 nogroup  1035 2006-01-26 19:13 hivemodule.xml so I puzzled as what I need to do to fix it. Can anyone help please -- Alan Chandler http://www.chandlerfamily.org.uk

Re: Struggling with basic database connection

2006-10-01 Thread Alan Chandler
to where these things go and how tomcat deals with a META-INF/context.xml --- Alan Chandler [EMAIL PROTECTED] wrote: On Saturday 23 September 2006 15:23, David Smith wrote: Correction: context.xml belongs in META-INF of the war archive. I have just conducted experiments

Re: Struggling with basic database connection

2006-09-24 Thread Alan Chandler
/server.xml - but I have had success with putting the context in conf/Catalina/localhost/akcmoney.xml -- Alan Chandler http://www.chandlerfamily.org.uk - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Struggling with basic database connection

2006-09-23 Thread Alan Chandler
of the nitCtX, envCtx and ds variables in the above code snippet to understand how far I have got -- Alan Chandler http://www.chandlerfamily.org.uk - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: Struggling with basic database connection

2006-09-23 Thread Alan Chandler
in the directory you mentioned and it said it couldn't find the webapp context, so I renamed it to my application and tried again. But it didn't work. So still stumped -- Alan Chandler http://www.chandlerfamily.org.uk

Re: Struggling with basic database connection

2006-09-23 Thread Alan Chandler
under eclipse's (probably WTP plugin's) server configuration, but it doesn't publish that to the conf directory inside it's CATALINA_HOME. So still not sure how to proceed. -- Alan Chandler http://www.chandlerfamily.org.uk

problem building tcnative

2006-05-31 Thread Alan Chandler
or in this piece of tomcat, or have I missed some parameter of the ./configure? -- Alan Chandler http://www.chandlerfamily.org.uk - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Setting up a parallel test environment on the same machine as main server

2006-02-14 Thread Alan Chandler
, Tim -Original Message- From: Alan Chandler [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 3:50 AM To: users@tomcat.apache.org Subject: Re: Setting up a parallel test environment on the same machine as main server On Sunday 12 February 2006 17:07, Alan Chandler wrote

Re: Setting up a parallel test environment on the same machine as main server

2006-02-14 Thread Alan Chandler
as possible in a test environment before switching it to live. -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust and antitrust. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Setting up a parallel test environment on the same machine as main server

2006-02-14 Thread Alan Chandler
presume I have to keep default host of appserv.home just so that tomcat knows which ip address to listen on). If I do that how do I pick up traffic to money.home? add another host statement with repeated contexts? -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference

Trouble understanding security constraints

2006-02-08 Thread Alan Chandler
there. ie do I need the following security-role descriptionSite administrator/description role-nameadmin/role-name /security-role and what does it acutally mean? -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust and antitrust

Re: Trouble understanding security constraints

2006-02-08 Thread Alan Chandler
On Thursday 09 February 2006 04:05, Bill Barker wrote: Alan Chandler [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] ... This works correctly in TC 5.x. You need to reverse the order for TC 4.1.x (this is due to a change in the respective versions of the servlet spec they implement

What is the correct way to install a new version of a war

2006-01-14 Thread Alan Chandler
) seemed to have a problem with re-initiallising my connection to the database (which is using the built in Tomcat pooling). In the end I had to shutdown and restart the server. Is there a recommended step by step approach to doing this safely? -- Alan Chandler http://www.chandlerfamily.org.uk

How do you debug Authentication Problems

2006-01-13 Thread Alan Chandler
configuration - and have overcome them. -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust and antitrust. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Still failing authentication - need help on how to Debug

2005-11-01 Thread Alan Chandler
auth-methodBASIC/auth-method realm-nameFamily Member/realm-name /login-config security-role role-namefamily/role-name /security-role /web-app -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference

Re: Still failing authentication - need help on how to Debug

2005-11-01 Thread Alan Chandler
no idea what I have done that makes it work, or why it wasn't working before. (I have only just switched over the Datasource Realm because I couldn't get the UserDatabase Realm to work either.). -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference between trust