Re: Where to store application settings

2005-03-25 Thread John Brayton
Laurent free.fr> writes: > I have a few settings in my webapp (address of the LDAP server, location > of 2 or 3 files), which are in the source code at the moment. This makes > it difficult to change them (and I have to recompile every time). I like to store settings that a system administrator w

Re: Please HELP with HARD problem: STRUTS-tags VS Proxy, Weblogic loadbalancing, and BASE tag

2004-07-14 Thread John Brayton
> Accessed through the proxy, the RequestUtils.getActionMappingURL() that > (it > appears) does the real work inside those tags produces wrong servername / > port combinations (correct would be the Proxy's name on port 80). You could write a filter to create a ServletRequestWrapper to override rel