> -----Original Message----- > From: josh [mailto:the.josh@;gmx.net] > Sent: Wednesday, November 13, 2002 7:28 AM > To: [EMAIL PROTECTED] > Subject: Tomcat 4.1.12 - Manager App Configuration & Output to Console > on W2K? > > > 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?
Not sure what you mean here. There is no installation of the manager app, it's there by default, at least it was there in the binary of 4.1.12 I just installed on a Solaris box. All I did was add a role named "manager" to tomcat-users.xml and add a user with that role to the same file. At that point, the manager is available at: http://localhost:8080/manager/html/list > > - 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 John -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
