Re: Tomcat6 - access denied exception ONE TIME after each restart, then all ok... Why? & How to make it stop?

2009-10-30 Thread Pete McNeil
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete, On 10/30/2009 7:59 PM, Pete McNeil wrote: Fresh install of Tomcat6 on fresh install of ubuntu. Be specific: exactly which version of Tomcat 6? Using CATALINA_BASE: /usr/share/tomcat6 Using

Tomcat6 - access denied exception ONE TIME after each restart, then all ok... Why? & How to make it stop?

2009-10-30 Thread Pete McNeil
Hi folks, I've hunted for this and seen it asked in the past -- but none of the threads I found led me to the answer. Fresh install of Tomcat6 on fresh install of ubuntu. Commented out the localhost Set my someplace as the default. www.someplace.com

Re: Expecting "jsp:param" - Porting resin jsp pages to tomcat, dreamweaver editable sections / comments

2009-10-27 Thread Pete McNeil
Christopher Schultz wrote: I think the JSP specification has a little multiple-personality disorder when it comes to XML-looking-syntax versus actual XML syntax. It's unfortunate, since it can really confuse people. My $0.03 "be strict in what you produce, be forgiving in what you receiv

Re: Expecting "jsp:param" - Porting resin jsp pages to tomcat, dreamweaver editable sections / comments

2009-10-26 Thread Pete McNeil
Konstantin Kolinko wrote: This looks like a bug in the code that reads the JSP: comments ought to be tolerated and ignored. Would you be willing to: Those are NOT comments. The JSP comments are <%-- --%>. I think that if you switch to XML syntax for JSP pages (using jspx files instead

Re: Expecting "jsp:param" - Porting resin jsp pages to tomcat, dreamweaver editable sections / comments

2009-10-26 Thread Pete McNeil
Christopher Schultz wrote: This does work: This looks like a bug in the code that reads the JSP: comments ought to be tolerated and ignored. Would you be willing to: 1. Log a bug against Tomcat in bugzilla 2. produce a short test case (th

Expecting "jsp:param" - Porting resin jsp pages to tomcat, dreamweaver editable sections / comments

2009-10-24 Thread Pete McNeil
For the benefit of anyone else moving a jsp site from resin to tomcat: If you get this error: org.apache.jasper.JasperException: /products/index.jsp(53,2) Expecting "jsp:param" standard action with "name" and "value" attributes The problem is likely that an editable section is cutting through

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pete McNeil
Pid Ster wrote: On 24 Oct 2009, at 19:29, Pete McNeil wrote: Pid Ster wrote: Any chance, just for kicks, you could put the contents of www.someplace.net into webapps/ROOT? I could, but it would be undesirable and shouldn't be necessary. That's the response I expected,

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pete McNeil
Pid Ster wrote: I meant put /home/someplace/www.someplace.com Into /home/someplace/webapps/ROOT I think I understood correctly. Aside from the cultural issues (folks already know how things work now) I don't want to go this route because: * It's a workaround and doesn't solve the root p

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pete McNeil
Pid Ster wrote: Any chance, just for kicks, you could put the contents of www.someplace.net into webapps/ROOT? I could, but it would be undesirable and shouldn't be necessary. The team is used to working with the existing structure--- Forcing a change in that would lead to other probl

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pete McNeil
Caldarale, Charles R wrote: From: Pete McNeil [mailto:madscient...@microneil.com] Subject: Re: Tomcat6 - porting resin JSP app - does not exist or is not areadable directory The case of path made no difference to the error. Please post your entire server.xml so we can see all the and

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pete McNeil
André Warnier wrote: What else have I missed ? At the risk of stating the obvious, but considering that you're not getting anywhere anyway, and assuming java is right .. - what user-id is Tomcat running as ? - login as root, and do "su - " (the same user-id) - do "ls -l /home/someplace/

Re: Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-24 Thread Pete McNeil
Mark Thomas wrote: Pete McNeil wrote: That should be path="" Case matters. The rest looks OK at first glance. I tried both path and Path -- I'll fix that though - thanks. The case of path made no difference to th

Tomcat6 - porting resin JSP app - does not exist or is not a readable directory

2009-10-23 Thread Pete McNeil
Hi folks and thanks in advance. I know this has been asked before-- I've been searching and reading and haven't found a solution somehow. I have a JSP based site that I've been hosting on resin. I want to port it to a new server running tomcat6. I have a fresh install of tomcat6. My goal is