Re: Where does the servlet.log(String) output go?

2002-12-16 Thread Robert J. Lebowitz
I'm no expert, but usually you have specified Loggers in your server.xml configuration file. If you've specified a distinct Logger for a the Context in which your servlet operates, then it should appear in the log file specified there. Rob -- To unsubscribe, e-mail: mailto:[EMAIL

Best method for reloading under Struts 1.1

2002-12-12 Thread Robert J. Lebowitz
I've just started working with Struts, and in order to remain current, I decided to just start with version 1.1, since it has a number of features that I was interested in anyhow. I've found a series of notes in the archive dealing with issue of how one should reload a webapp after making changes

Re: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-12 Thread Robert J. Lebowitz
You might want to employ the reflection API to determine how the attribute is named (upper vs. lowercase, etc.). I believe I saw a note about this somewhere in the Struts documentation. Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL