Re: Tomcat sporadically hangs(long)

2008-06-01 Thread Mark Thomas
Lars Bo Hansen wrote: Hi, We've been having this issue with tomcat that sporadically hangs once in a while (startet happening just after an apache was put up front, so I'm not quite sure if this is the correct list) Have you tried taking a thread dump whilst this is happening? If you take tw

Re: cannot resolve symbol in included jsp page.

2008-06-01 Thread Youssef Mohammed
posting a stacktrace would be helpful. On Mon, Jun 2, 2008 at 9:24 AM, sur_1805 <[EMAIL PROTECTED]> wrote: > > This whole application works fine with tomcat 4.x version but didnot work > with tomcat 5.x and above. > i got an error, when i run the jsp given below , cannot resolve some symbol > in

cannot resolve symbol in included jsp page.

2008-06-01 Thread sur_1805
This whole application works fine with tomcat 4.x version but didnot work with tomcat 5.x and above. i got an error, when i run the jsp given below , cannot resolve some symbol in jsp pages ,yet these variable are decalred in AdvCommonVars.jsp . Since i use <%@ include file ="AdvCommonVars.jsp" %>

RE: "Exception handling Container property change"

2008-06-01 Thread /U
Hello. This exception stack trace is very distracting to the folks who watch for problems in the log. Could you pl tell me if writing my own Custom VirtualWebappClassLoader requires me to intrument the classloader woth a specific MBean? Thanks, /U /U wrote: > > Thanks! It looks like this is

RE: Virtual Hosting with Auto Deploy

2008-06-01 Thread Vin Miller
Chuck, I think you are right that it is a permission problem. Each appBase is a separate hosting account having a different directory owner. I'm concerned that I'll weaken security if I grant group write access. In this case, I can probably deal with running apps from the war, or manually expanding

Re: STEPS TO RUN SERVLETS IN TOMCAT 6.0

2008-06-01 Thread Juha Laiho
Kiran, chapter three of Apache Tomcat 6.0 documentation is named "First Webapp". It does walk you through to creating and your first webapp. Please read it, and if you get stuck with something regarding that document, then come back and desctibe the part of the document with which you're having