Check list
From Plex-XML
There are different areas that you should check if your application won't act as expected:
Contents |
Your Tomcat server ...
- Check if your Tomcat is up and running
- Check if your using the correct port
- Check if there are any useful hints in the log files
See Tomcat Configuration for more infos.
Your application log and XML files...
While your application runs in debug mode it produces some XML and log files which are very help full if you are in doubt about the XML that is generated or about the performance of your application.
There are two Tutorial sections regarding this questions:
Your HTML-Response...
If you get any useful response you could analyze it very comfortable with 'Firebug' or the 'IE Developer Toolbar'. See Preparing your environment for more informations about these tools.
Additional help...
- See our Debug page
- Contact us for help all about software GmbH :-)

