Tags not being executed on first request...

2008-03-25 Thread Nathan Wilhelmi
Hello - We are using Tomcat 6.0.14, we have some pages that use some nested tags, such as Page A - Tag A - Tab B, it's not reclusive problem. We are using the JSP.tag files for this. The problem is on the first request, Page A - Tag A works fine, however Tag B never appears to be rendered. Now

Re: Tags not being executed on first request...

2008-03-26 Thread Nathan Wilhelmi
delbecq wrote: It's probably that tag A you use has conditional logic that is false upon first request. Making it skip it's content. Difficult to tell more without knowing the taglibs involved and the associated conditions Nathan Wilhelmi a écrit : Hello - We are using Tomcat 6.0.14, we have

TC6 classpath problem...

2008-04-07 Thread Nathan Wilhelmi
Upgrading from TC5.5 to TC6 and having class path problems. We are starting it via JSVC, we used to start it up with the following class path: CLASSPATH=\ $JAVA_HOME/lib/tools.jar:\ $CATALINA_HOME/bin/commons-daemon.jar:\ $CATALINA_HOME/bin/bootstrap.jar However with TC6, it requires

Re: RE: TC6 classpath problem...

2008-04-07 Thread Nathan Wilhelmi
I don't know how to get JSVC to start without it though, every example I can find of JSVC has the minimal classpath variables I listed. It won't start without it, likely as it bypasses the tomcat scripts you mentioned. What I am trying to figure out is why I have to list everything in /lib by

RE: TC6 classpath problem...

2008-04-07 Thread Nathan Wilhelmi
Thanks for the pointer, I changed it to: JSVC_CLASSPATH=\ $CATALINA_HOME/bin/commons-daemon.jar:\ $CATALINA_HOME/bin/bootstrap.jar:\ and passed $JSVC_CLASSPATH as the -cp command. It starts although I am getting some MBean errors, should this be picked up or do I need to extend the JSVC -cp

Configure authentication across an entire host...

2008-07-22 Thread Nathan Wilhelmi
Hello - Is there any way to setup digest or basic authentication to cover an entire host.? Basically I would like to create a blanket authorization setup for a host without having to modify individual applications. So anything deployed in that host would require some simple level of

Tab library question...

2006-10-30 Thread Nathan Wilhelmi
Hello - This may be a bit off topic, and if so any recommend pointers to the right place would be great. I really like the reuse aspects of tag libraries, however I don't like doing all the println statements to emit HTML. Feels like there has to be a better way. What I would really like, I

JSVC and procname on Solaris

2006-07-03 Thread Nathan Wilhelmi
Hello - I have jsvc running on solaris with Tomcat 5.5.17. I added the patches so it accepts the procname argument. The process still shows up as jsvc, should this work under Solaris as well or am I doing something wrong? Startup command as follows: $DAEMON_HOME/jsvc \ -user $TOMCAT_USER \

JMX Logging tool recommendations....

2006-07-05 Thread Nathan Wilhelmi
We would like to log some Tomcat metrics that are available via JMX. I would like to find a tool to log specified attributes at certain intervals so we can review them later. Ultimately we would like to characterize the load on some of the Tomcat servers, session counts / requests per minute /

Best practices for deploying applications to the root context...

2006-09-28 Thread Nathan Wilhelmi
Hello - We are using Tomcat 5.5.19. We need to deploy applications to the root context, ideally we would like to deploy them to through the ant deploy tasks. Initially I specified the root context path in the server.xml file, however this has problems. For example I had the ant script deploy