Thanks for using vsConsole! If you like it, please spread the word... more users will mean more encouragement to develop it further.
I'm not sure I understand what the problem is here - when saving an agent config, it does a redirect to agentConfig/index - are you saying you get an error? How have you configured apache - i.e. what is the url for the vsConsole home page, and if you don't want saving an agent config to go to
http://localhost:8080/vsconsole/agentConfig/index where do you want it to go to?
I assume you are running apache on port 80 - so perhaps there is a bug in the redirect, or a misconfiguration in your mod_proxy settings - can you send through your mod_proxy config?
If the problem is the ':8080' you might want to check your tomcat settings - if you haven't told it that the proxyPort is '80' then when vsConsole tries to redirect it will build the wrong redirect url - one that won't work considering apache is in front of tomcat.
<Service name="Catalina">
<Connector port="9282" proxyPort="80" proxyName="host1.com"/>
See this link for more on Tomcat with apache:
http://www.javathinking.com/2007/10/tomcat-with-apache2-virtual-hosts_20.htmlLet me know how you get on. If this information doesn't help, send me you apache and tomcat config and I'll try to reproduce it and find a working config. If it does help, let me know also!
And please spread the word...
Thanks