The error message suggests that Report Caster servlet DSTRCServlet is unable to connect to the Distribution Server. One of the simplest reason is that Distribution Server is stopped, if it is not the case, there are many other possibilities.
What is my suggestion:
- Stop the web server (Apache & Tomcat)
- Stop the Distribution Server
- Remove dserver.xmls from your Report Caster cfg directory.
- Make sure there are not any *.war files within your %catalina_home%\webapps directory.
- Check your server.xml file on Tomcat, to be sure your 'rcaster' context points to the rcaster-52 directory not to the *.war file.
- Look at the RC web.xml file, and compare agent-node and agent-port parameters of the DSTRCServlet, with the appropriate entries in the dserver.ini file (RC cfg directory).
- Start the Distribution Server.
- I suppose your Tomcat configuration is the default one, so you can run Tomcat as the standalone web server (without Apache, I do not think there is any problem with your Apache-Tomcat configuration, but it is always good to eliminate any "interfaces" while solving a problem).
- Try to logon with the same URL, but on the 8080 port.
See the errors
Post the content of:
- your Tomcat server.xml
- RCaster web application web.xml
- Distribution Server dserver.ini file.
Regards
Grzegorz