Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-29 Thread Alan Chandler
On Monday 29 Aug 2005 06:03, Anto Paul wrote: On 8/29/05, Alan Chandler [EMAIL PROTECTED] wrote: Where can I find specs for all the tags in server.xml I use these pages. it explains the elements used in the server.xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/index.html

How do I map realm name to none memory database

2005-08-29 Thread Alan Chandler
want to use my own database how do I specify the Realm Name? -- Alan Chandler http://www.chandlerfamily.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-29 Thread Alan Chandler
On Monday 29 Aug 2005 14:55, Caldarale, Charles R wrote: From: Alan Chandler [mailto:[EMAIL PROTECTED] Subject: Re: Where can I find specs for ALL the xml tags that can be used in server.xml. Then you certainly should be looking at the 4.1 docs, since 5.5 configuration is noticeably

Really struggling with DataSource'd Realm

2005-08-29 Thread Alan Chandler
of tomcat (4.1.3) or am I doing something else wrong? Can somebody guide me through this please. -- Alan Chandler http://www.chandlerfamily.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Really struggling with DataSource'd Realm

2005-08-29 Thread Alan Chandler
javax.naming.NameNotFoundException: Name java: is not bound in this Context userRoleTable=user_roles roleNameCol=role_name/ -- Alan Chandler http://www.chandlerfamily.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Really struggling with DataSource'd Realm

2005-08-29 Thread Alan Chandler
that either:-( -- Alan Chandler http://www.chandlerfamily.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem using FORM based authetication (Tomcat 4.1)

2005-08-28 Thread Alan Chandler
can I find any formal reference for all the tags (particularly those security-constraint and related tags in my web.xml file so that I can check. Of some puzzle is why the exception printout says only that java:comp can't be found rather than the full path to the database! -- Alan Chandler http

Where can I find specs for ALL the xml tags that can be used in server.xml.

2005-08-28 Thread Alan Chandler
. -- Alan Chandler http://www.chandlerfamily.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Trying to configure apache, tomcat and mod_jk

2005-07-11 Thread Alan Chandler
-the-java-plunge---setting-up-apache-and-tomcat Just a quick look at your server.xml file seems to be missing the engine jvmroute= ... that I have. -- Alan Chandler http://www.chandlerfamily.org.uk - To unsubscribe, e-mail: [EMAIL

Re: control ports on windows

2005-07-08 Thread Alan Chandler
? Are you talking about connecting another web server, and if so which one? 3) Tell us what you have done to try and figure it out for yourself - Hint: have you looked at server.xml? -- Alan Chandler http://www.chandlerfamily.org.uk

Re: Mapping everything to Tomcat? (mod_jk)

2005-07-08 Thread Alan Chandler
location around the webapps directory [Not sure what the different between JkAutoAlias and plain Alias - I just use the former] Note also I had to jkmount /*.do to get struts to work. -- Alan Chandler http://www.chandlerfamily.org.uk

Re: Tomcat manager using mod_jk?

2005-07-08 Thread Alan Chandler
have found is to leave tomcat accepting requests directly and calling http://server_name:port/manager/ for each tomcat. See my comment above about jkmount of *.do to get struts to work.  The admin application (at least) seems to be struts based. -- Alan Chandler http://www.chandlerfamily.org.uk

Re: apache and tomcat

2005-07-06 Thread Alan Chandler
/tomcat-connectors/jk/binaries/ There seems to be instructions for building for several platforms from source at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/install/apache2.html -- Alan Chandler http://www.chandlerfamily.org.uk

Re: apache and tomcat

2005-07-05 Thread Alan Chandler
jkautoalias that does the same thing) -- Alan Chandler [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: intergrating with apache

2005-07-04 Thread Alan Chandler
-docs docBase=tomcat-docs debug=0 Resources className=org.apache.naming.resources.FileDirContext allowLinking=true / /Context /Host /Engine -- Alan Chandler http://www.chandlerfamily.org.uk

Re: howto on compiling mod_jk2 for windows

2005-06-26 Thread Alan Chandler
On Sunday 26 June 2005 14:53, Mark wrote: Can someone point me to a site that will describe how to compile mod_jk2 for windows? Are you aware that mod_jk2 is depreciated in favour of an updated mod_jk. Binaries of mod_jk are available on the jakata.apache.org web site. -- Alan Chandler http