2003-10-02 13:30:04 UTC
Tomcat shows the following :
javax.servlet.ServletException : \localhost\acl\WEB-INF\Pow2Toolkit.properties (the system cannot find the path specified )
at com.pow2.resources.Pow2ToolkitInit.init(Pow2ToolkitInit.java:111)
As the app cannot initialize properly it later crashes when I pass the login screen with this message :
...java.lang.NullPointerException
at com.pow2.resources.Prefs.getProperty(Prefs.java:177)
What I noticed from the build process was that some variables were not properly initialized, namely $poolman_dbname in the Pow2Toolkit.properties and $acl_log4j_config in the log4j.configuration parameter of the dbforms configuration servlet section in the web.xml file.
Tomcat 4.1.27 (Win98 2nd Ed.), all the libs that came with pow2ACL.
Thanks in advance.
Joao c Braegger