Re: Understanding the error cause

2009-12-26 Thread Alan Chandler
Konstantin Kolinko wrote: 2009/12/26 Alan Chandler : 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 it, it throws an exception

Understanding the error cause

2009-12-26 Thread Alan Chandler
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: 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

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

[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 n

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 ou

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 co

context placement

2007-02-06 Thread Alan Chandler
message Cause: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' I am interpreting this as the JDNI resource has not been recognised. Do I have the right interpretation? Have I misunderstood how tomcat can find the contexts

Re: File permission problem not understood

2007-02-06 Thread Alan Chandler
On Tuesday 06 February 2007 09:57, Pid wrote: > Do you have a SecurityManager running? > > Alan Chandler wrote: > > I have just upgraded my Debian Etch system from tomcat5 to > > tomcat5.5 Yes - that was the issue - I had turned it off on tomcat5 Thanks -

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
s any definitive guide 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

Re: Struggling with basic database connection

2006-09-24 Thread Alan Chandler
ing in conf/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 unsubscr

Re: Struggling with basic database connection

2006-09-23 Thread Alan Chandler
etc 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://ww

Re: Struggling with basic database connection

2006-09-23 Thread Alan Chandler
it puts I tried with context.xml 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 ---

Struggling with basic database connection

2006-09-23 Thread Alan Chandler
s 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problem building tcnative

2006-05-31 Thread Alan Chandler
- where is the error? in the Debian packaging 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.ap

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

2006-02-14 Thread Alan Chandler
.home. If I understand you correctly you would advocate creating additional elements of my server.xml file with names of www.chandlerfamily.org.uk and test.home (I 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 mo

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

2006-02-14 Thread Alan Chandler
close to production environment 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-ma

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

2006-02-14 Thread Alan Chandler
you are reluctant to try it on > you production host. > > HTH, > 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 environ

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

2006-02-14 Thread Alan Chandler
On Sunday 12 February 2006 17:07, Alan Chandler wrote: ... > Unless anyone here can suggest a better way, I would like to move the > JkMountFile directive from global scope to virtual host scope and have two > separate files urimap files so that I can map different things dependent o

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

2006-02-12 Thread Alan Chandler
file you define the host for a given instance of a worker. Therefore, how to the workers get mapped on to the virtual hosts? In otherwords, in order to separate namespaces for my apache virtual hosts' connection to tomcat do I need one or two stanza's mapped to one or two sepa

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 version

Trouble understanding security constraints

2006-02-08 Thread Alan Chandler
s it any other significance, and am I limited to only one user prompt for both security constraints? Finally, what does security role mean within there. ie do I need the following Site administrator admin and what does it acutally mean? -- Alan Chandler http://www.chandl

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
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 PROTECTED]

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

2005-11-01 Thread Alan Chandler
it suddenly just started working. I have 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.chandlerfam

Still failing authentication - need help on how to Debug

2005-11-01 Thread Alan Chandler
Famtree Application /* family BASIC Family Member family -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It

Authentication when Tomcat is fronted by Apache

2005-10-31 Thread Alan Chandler
seen. How do I do this? [PS if I could use apache to authenticate before even getting as far as tomcat that would be better, but as far as I can see it only works if the url is translated into a an actual location and not passed on] -- Alan Chandler http://www.chandlerfamily.org.uk Open Source