TC memory consumption increases when -Xincgc is used?

2002-12-02 Thread Eric Gilbertson
when TC is invoked via a service but there was no confirmation that this was a known problem. Suggestions as to how to start TC via a service without incurring increased memory consumption are appreciated. The operation environment is TC 4.01 with NT 2000/XP with precompiled JSPs. Sincerely, Eric

Re: How to change the package definition from org.apache.jsp to something else ?

2002-08-20 Thread Eric Gilbertson
) and packing the resulting class files into a .war file. This scheme is also server specific, so you want might to consider portability impacts before using it. HTH, Eric Gilbertson At 12:50 AM 8/20/2002 -0400, you wrote: >Hi, >I have noticed that the default package structure in my s

Re: get blank pages when using precompiled JSPs (jspc problem?)

2002-08-20 Thread Eric Gilbertson
ed to run jsp derived servlets. also would have helped if tomcat threw an exception under this case rather than returning a null JspFactory. regards, eric gilbertson At 05:07 PM 8/16/2002 -0700, [EMAIL PROTECTED] wrote: >Hello Tomcaters: > >can anyone tell me why a JSP that works wh

Re: get blank pages when using precompiled JSPs (jspc problem?)

2002-08-19 Thread Eric Gilbertson
below. TIA, Eric Gilbertson [EMAIL PROTECTED] Ant task used to compile

get blank pages when using precompiled JSPs (jspc problem?)

2002-08-16 Thread Eric Gilbertson
ppreciated. sincerely, eric gilbertson [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Get "java.lang.ClassCastException" when extracting an X509Certificate from an HTTP request

2002-05-18 Thread Eric Gilbertson
others can locate the problem quicker. Regards, Eric Gilbertson [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: SSL_CLIENT_CERT in tomcat

2002-03-04 Thread Eric Gilbertson
Lauire: You can get the client cert info from the the HttpServletRequest argument that is passed into your doGet/Post method. See chapter 8 of "More Servlets and Server Pages" for an example. HTH, Eric Gilbertson [EMAIL PROTECTED] At 05:19 PM 3/4/2002 +, Laurie Young wrote: &