Re: Disabling RNG initialization

2011-10-14 Thread Scott Van Wart
We use this during testing: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/FastNonSecureRandom.java?view=annotate Once you have built this and added it to the lib directory, you need to configure the Manager to use it (in conf/context.xml). Excellent, I'll give tha

Disabling RNG initialization

2011-10-14 Thread Scott Van Wart
I tend to start/stop Tomcat a fair amount during the day through Eclipse for my development. I don't use SSL or sessions. Here's what I've been getting during startup: INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [17,053] milliseconds. Usually

Re: SimpleTagSupport invalid bodycontent JSP

2006-09-15 Thread Scott Van Wart
Pid wrote: try "scriptless" That worked wonderfully, thank you so much. Incidentally, is there an updated DTD (or XSL) for the TLD, or are you thinking WTF with the TLAs like I am? :) - Scott - To start a new topic, e-ma

SimpleTagSupport invalid bodycontent JSP

2006-09-15 Thread Scott Van Wart
This has been bugging me for a few days, so bear with me, I thought I'd try the list. I'm using SimpleTagSupport (I find it much easier than the JSP 1.2 interfaces). In my TLD I put "JSP" as the , and Tomcat gives me an error (invalid body-content type (JSP).). The only other options are