Hi i just upgraded to Tomcat 4.1.12 for Tomcat 4.0.4 in w2k. Not i have to problems (worked before):
- On the new version i can't get the Manager Application running. In the documentation i rad about two ways to install the Manager Application but none of them worked (deploying the manager.xml or installing the manager app in server.xml). Unlike the old tomcat version 4.0.4 in the new version the manager dir is not under webapps but under a new dir called servler/webapps. Any Suggestions? - Unlike in the Tomcat 4.0.4 version 4.1.12 doesn't output the System.out.println() command to console for all calls of that methode that are in init() methode of the servlet (but in the tomcat logfile the System.out.prinln commands are logged). As soon as the servlet is initialized the System.out.println() is printed to the console again. I read about that tag to redirect the System.out und System.err to the log file and i deactivated that for my servlet but this didn't help. Any suggestions? Thanks for your help. Josh
