Re: Using auto-configure with Tomcat 6.0

2007-06-30 Thread Martin Gainty
Interesting Analysis Bill BTW: the catalina.bat is almost non-functional which I think could be replaced by typing java %JAVA_OPTS% -jar bootstrap.jar..sorry separate thread.. What do you gain by implementing mod_proxy_ajp over mod_jk.conf-auto? Many Thanks Martin This email message and any f

Re: Using auto-configure with Tomcat 6.0

2007-06-30 Thread Bill Barker
"Johnny Kewl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Frank, I see the classes are there in 6.0, but the document does mention > its for 5.x only. > Unfortunately I dont have TC6 setup for this. > > Could someone, please confirm, this (mod_jk.conf-auto) is still a feature

Re: Filters and getLastModified

2007-06-30 Thread Bill Barker
"lightbulb432" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Could somebody explain when in the request process getLastModified is > called > on a servlet? Is it before everything - all servlets, filters, listeners, > anything else? > Of course, to be called at all, you need t

Filters and getLastModified

2007-06-30 Thread lightbulb432
Could somebody explain when in the request process getLastModified is called on a servlet? Is it before everything - all servlets, filters, listeners, anything else? If you have multiple filters, how does this fit into the process - are they all guaranteed to see the process through before the ge

RE: Trouble with java.util.Timer in Tomcat 5.5

2007-06-30 Thread Tim Lucia
You could as a simple test write a trivial web app, where the contextInitialized() creates a trivial Timer, where the run() method simply logs the event, perhaps with an integer count. Run that alongside your failing webapp and see if there is any correlation. Tim > -Original Message- >

Re: Appointment system

2007-06-30 Thread ben short
Take a look at the String Frameworks [1] instead of ejb. [1] http://www.springframework.org/ On 6/30/07, Asare Samuel <[EMAIL PROTECTED]> wrote: Hi all, I am about to code a web applciation(Appointment system). It will require a database, email reminders, and JSP pages. Would you sujest an E

Re: WebdavServlet

2007-06-30 Thread Robert J. Carr
Hey Mark- Thanks for the quick reply, and what you're saying confirms my assumption that the filter solution that is provided isn't going to work for me. However, I claim that the initial bug report is *exactly* the problem I'm having. If the filter solution doesn't address the problem, then wh

Re: CGIServlet

2007-06-30 Thread Robert J. Carr
Thanks for the quick reply, I don't believe I've tried that, but it isn't the complete solution I was looking for. Remember, tomcat (5.5) is shipped with the CGIServlet jar in a package named /server/lib/servlets-cgi.renametojar. Using your solution would remove the servlet setup from the global

Appointment system

2007-06-30 Thread Asare Samuel
Hi all, I am about to code a web applciation(Appointment system). It will require a database, email reminders, and JSP pages. Would you sujest an EJB project or a regular web application as shown in the link below~(set up own connection, sql code etc). I started out inclined towards the ejb ro

RE: order of web app initialization.

2007-06-30 Thread Tim Lucia
> -Original Message- > From: Johnny Kewl [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 30, 2007 7:57 AM > To: Tomcat Users List > Subject: Re: order of web app initialization. > > > These TC designers seem to have though of everything > See > 1 > > The sub-element indicates the ord

Re: order of web app initialization.

2007-06-30 Thread Johnny Kewl
These TC designers seem to have though of everything See 1 The sub-element indicates the order in which each servlet should be loaded. Lower positive values are loaded first. If the value is negative or unspecified, then the container can load the servlet at anytime during startup. otherwi

Re: Dynamic form-login-page?

2007-06-30 Thread Mark Thomas
Jon Wilmoth wrote: > I have run this through the Struts mailing lists and am hoping for a > change/solution. Without digging through the servlet spec myself can I ask > if the Tomcat implementation is the expected behavior (i.e. no processing of > filters on container managed authentication red

Re: WebdavServlet

2007-06-30 Thread Mark Thomas
Robert J. Carr wrote: > I'd like to add the webdav servlet to my own web application. I can > do this and it works, but it treats the root of my webapp as the root > of the dav share. The way the webdav servlet is written, it exposes the whole of the webapp. Mapping it to /edit/* allows the conte

Re: CGIServlet

2007-06-30 Thread Mark Thomas
Robert J. Carr wrote: > To do this, I simply put the servlet definitions into my own web.xml, > and then put the servlets-cgi.jar into my own lib. When doing this, I > get a ClassNotFound exception on CGIServlet. Try just putting the definition in your web.xml and leave the jar where it is. Mark

Re: setting up and configuring Apache TomCat6.0.13 to be used for .JSP developement

2007-06-30 Thread Mark Thomas
Josh Fern wrote: > and the ClassPath to *CLASSPATH=.;C:\Program Files\Apache Software > Foundation\Tomcat 6.0lib\servlet-api.jar;C:\Program Files\Apache Software > Foundation\Tomcat 6.0\lib\jsp-api.jar There is no need to change classpath. The Tomcat startup scripts take care of it. > I startup t

Re: Strange problem with virtual host

2007-06-30 Thread Mark Thomas
Caldarale, Charles R wrote: >> by the way, is there a DTD or schema for server.xml? > > Not that I'm aware of. This is correct and there will never be one since server.xml can contain custom realms etc that may define their own attributes. Mark -

Re: Tomcat authentication custom realm digest="md5" ignored

2007-06-30 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > > I have this setup working on my Windows development computer under > Tomcat 5.5. Everything works fine. I get a hash value from Oracle and > pass it back to Tomcat on request. > > BUT! I can't get it to work in test environment on Solaris under Tomcat > 5.0.28. The m

Re: Using auto-configure with Tomcat 6.0

2007-06-30 Thread Johnny Kewl
Frank, I see the classes are there in 6.0, but the document does mention its for 5.x only. Unfortunately I dont have TC6 setup for this. Could someone, please confirm, this (mod_jk.conf-auto) is still a feature in TC6 Thx - Original Message - From: "Frank McCown" <[EMAIL PROTECTED]>

Re: install

2007-06-30 Thread Mark Thomas
gregory hans wrote: > i have 2 web server in my local computer. one for php(apache2triad) adn > one for jsp(tomcat). i installed tomcat using port 8080. i try to > install my web application into tomcat web server. i install using default > port ftp(21). but when i've done, the .war file i insta

Re: Server Node Id

2007-06-30 Thread Johnny Kewl
Yes, I think so through JNDI, have a look at this stuff... maybe it will help http://localhost:8080/tomcat-docs/config/globalresources.html - Original Message - From: "Ingo Düppe" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, June 28, 2007 1:04 PM Subject: Re: Server N