RE: Struts 1.1b1, JDK1.4 and commons-logging

2002-04-05 Thread Lawlor, Frank
> I've encountered problems with Struts1.1b1 and the logging > module - getting > a NPE in ActionServlet.init() in Jdk14Logger. > I've more investigation to do, but nothing in the mail > archives or bugzilla. Actually there are a number of posts on this and I've got at least one bug in bugzilla

Problem with commons-logging and -security in struts

2002-03-29 Thread Lawlor, Frank
When I run tomcat with security (-security) the console puts out the message "logClassName=null" and struts throws an error trying to load my application (see below). The struts and commons-* jars are in my WEB-INF\lib directory and are granted java.security.AllPermission in catalina.policy. Wh

RE: Struts/Tomcat problem

2002-03-25 Thread Lawlor, Frank
> > message Servlet ActionServlet is currently unavailable > > description The requested service (Servlet ActionServlet is currently > unavailable) is not currently available > > Does anyone have any clues to why this happens? Most often for me this is because there was a problem during the in

logClassName problem under JDK 1.4 (nightly build)

2002-03-21 Thread Lawlor, Frank
I'm using a struts nightly build (1/2/02) and it uses the commons-*.jar files. Before upgrading to JDK 1.4 the console would say something like: logClassName=NoOpLog Now it says logClassName=org.apache.commons.logging.impl.Jdk14Logger and in the localhost_log I get: org.apache.commons.loggin

Where are the commons-*.jar files?

2002-03-21 Thread Lawlor, Frank
The nightly builds used to have the commons-*.jar files but the currently availble ones don't seem to have them. The readme says they are in the lib dir of the distribution but I can't find them in any of the distributions. Where can I find the latest ones? Frank Lawlor Athens Group, Inc. (512)

Where do the commons-*.jars go?

2002-03-20 Thread Lawlor, Frank
I've been pulling down some of the nighly struts builds which require use of the common-*.jars. I'm running on tomcat 4.0.2. I just put the commons jars in the WEB-INF\lib directory of my web app and this seems to work fine until I run with security. Then I get null pointers trying to access t

html:options bug?

2002-03-11 Thread Lawlor, Frank
The Struts Options tag seems to have problems accessing collections that are in some other object (e.g., your form). The following dotted notation should work (I thought) (roleList is an ArrayList): or alternatively: But both of these result in an error that

Why does html:form generate this for action=

2002-01-12 Thread Lawlor, Frank
in my JSP I have but I noted that the generated page was The part that is strange is the "/LOGIN" portion of the action. Autoweb2 is my application. I noticed that this would always match the last servlet-mapping statment in my web.xml file, e.g. strutsaction /LOGIN/*