Re: How to change the timezone for Tomcat?

2005-01-20 Thread Wendy Smoak
port TZ; echo $TZ; java Foo MST Thu Jan 20 12:54:36 MST 2005 <- correct # TZ=GDT; export TZ; echo $TZ; java Foo GDT Thu Jan 20 19:54:56 GMT 2005 <- correct there, not here! (Java 1.5 on HP-UX 11.00) Tim, thanks for taking the time to help with this. -- Wendy Smoak -

Re: 403 Forbidden

2005-01-20 Thread Wendy Smoak
ge description The server encountered an internal error () that prevented it from fulfilling this request exception javax.servlet.ServletException: No data found in the HOLD file under key ... Is anyone successfully using ? What are we doing wrong? -- Wendy Smoak ---

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Wendy Smoak
ary, I don't risk breaking existing apps by replacing the common version, nor confusing the class loader by having both the old and new versions on the classpath. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Edit session timeout

2005-01-30 Thread Wendy Smoak
I haven't moved to 5 yet...) -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Realm + PDF + Internet Explorer

2005-02-03 Thread Wendy Smoak
reports. I don't know if this is the same problem, but at least one version of IE wouldn't display non-HTML content after a form POST over SSL. Here's a workaround: http://wiki.wendysmoak.com/cgi-bin/wiki.pl?NonsecureContent -- Wendy Smoak ---

Re: Updating running WARs?

2005-02-04 Thread Wendy Smoak
atedly yesterday, and after about the sixth time, Tomcat died with an OutOfMemory error. Has anyone else had this happen? I chalked it up to the JVM on HP-UX being weird again, but decided to avoid doing that on the production server in th

Re: HTMLArea and SpellCheck plugin

2005-02-11 Thread Wendy Smoak
I don't know if anyone has mentioned it already, but JSpell HTML (http://www.jspell.com) is really good. Not free, though... -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: moving all classes to shared

2005-02-21 Thread Wendy Smoak
struts.apache.org/userGuide/configuration.html -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Trying to understand exceptions and

2005-02-25 Thread Wendy Smoak
there, either. I _can_ get a good error page if I configure it for the 'root cause' DAOException, I'm just confused as to why I can't trap the ServletException. Thank you, Wendy Smoak http://wiki.wendysmoak.com/cgi-bin/wik

Re: Trying to understand exceptions and

2005-02-25 Thread Wendy Smoak
eption types. Thanks, that's a great idea. :) I didn't think of using both and . Actually most of my 'regular' exceptions are configured in struts-config.xml, but I've been unsuccessful in catching the really horribly bad ones,

Re: instructions for setting up jaas over db in tomcat

2005-08-29 Thread Wendy Smoak
k.net/cgi-bin/wiki.pl?TomcatJspExamples You'll have to figure out what to put in jaas.conf and find a LoginModule for LDAP, but other than that the pieces should fit together the same way. -- Wendy Smoak - To u

Re: Java Server Faces

2005-08-30 Thread Wendy Smoak
cation and there's an active community developing and using it: http://myfaces.apache.org/mailinglists.html -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: installing admin webapp

2005-08-30 Thread Wendy Smoak
the "right place" so it will overlay properly.) -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: installing admin webapp

2005-08-30 Thread Wendy Smoak
t 5.5. Attach your suggested README file to the ticket. Meanwhile, the answer is now part of the list archives, so the next person who happens along should be able to find it. -- Wendy Smoak - To unsubscribe, e-mail: [E

Re: Users Can See root files

2005-08-31 Thread Wendy Smoak
the links in the list gives the usual '404', and turning off listings as advised by an earlier post in this thread fixed the problem. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5 classloader log4j vs JCL issue

2005-08-31 Thread Wendy Smoak
d do. I have a third-party app that insists on all kinds of special configuration. I maintain the "project" as an expanded directory structure that overlays a Tomcat install. -- Wendy Smoak - To unsubscribe,

Re: JAAS - public Credentials and ip address

2005-09-01 Thread Wendy Smoak
cs say that JAASRealm only recognizes 'NameCallback' and 'PasswordCallback' at present. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JAASRealm -- Wendy Smoak - To unsubscribe, e-mail: [EM

Re: Installing JavaServer Faces

2005-09-02 Thread Wendy Smoak
f so, then I believe the equivalent would be placing the JSF api and implementation .jar files in 'shared/lib' as discussed here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/class-loader-howto.html Having never done it, I'm not certain that's the right answer... I p

Re: Resizing JPEG Images

2005-09-19 Thread Wendy Smoak
es as it accpets them. Take a look at Marco Schmidt's site: http://schmidt.devlib.org/java/save-jpeg-thumbnail.html http://schmidt.devlib.org/java/save-screenshot.html -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROT

<    1   2   3