P
PC Leung
After downloading the register-complete.war from manning/husted web site,
I change it to Struts 1.1 version from Struts 1.0.
In the UserDirectory.java, I change it like this
I develop it under d: drive.
I make use of Tomcat web application manager to deploy to c: drive,
however, it accesses the old resource file (user.properties) in
development d: driver, instead of production c: driver.
I do not hard-code the path or driver letter inside codings.
How can I solve it?
thanks.
I change it to Struts 1.1 version from Struts 1.0.
In the UserDirectory.java, I change it like this
I develop it under d: drive.
I make use of Tomcat web application manager to deploy to c: drive,
however, it accesses the old resource file (user.properties) in
development d: driver, instead of production c: driver.
I do not hard-code the path or driver letter inside codings.
How can I solve it?
thanks.