- This topic has 4 replies, 3 voices, and was last updated 20 years, 8 months ago by Brad Peterson.
-
AuthorPosts
-
Brad PetersonMemberI have Tomcat 5 setup in MyEclipse. It starts fine, but I cannot get any information (console output) within Eclipse, so I can’t get startup info, errors, etc. Where should I be looking for the Tomcat output? Do I need to configure something else, either (My)Eclipse or Tomcat?
Thanks,
Brad
Scott AndersonParticipantBrad,
The Tomcat output should show up in the console if you’ve got Tomcat configured in its default mode. Of course, if you’ve customized its logging, I really don’t know where it would be.
Riyad KallaMemberBrad,
Can you see my last post from the original thread here: https://www.genuitec.com/forums/topic/sytem-out-println-closed/I’m still curious if this could be a setup issue as you and the original poster are the only two to ever report not being able to see output. I wonder if you guys are inadvertantly using another plugin to start/stop Tomcat…
Are you in a position to do a clean test install of Eclipse and MyEclipse just to see if the Tomcat launching behaves as expected?
Brad PetersonMemberI am launching Tomcat from the Run/Stop Servers dropdown menu in Eclipse. The only plug-ins I have installed are MyEclipse and XMLBuddy. I am running Eclipse 3.0M7 and MyEclipse 3.7. My OS is Windows XP and the JDK is 1.4.2_03. For Tomcat, I unzipped the dist and haven’t touched anything other than add a couple of jars to the shared/lib folder. I do get the following exception quite a bit (seen when looking at Configuration Details in the About window) :
!ENTRY org.eclipse.jdt.core 4 4 Mar 17, 2004 12:37:36.155
!MESSAGE Exception occurred in classpath container initializer: org.eclipse.jdt.internal.launching.JREContainerInitializer@3945e2Not sure if that has anything to do with it. I also converted a Java project to my Web project instead of starting with a web project, if that has anything to do with it. I cannot start fresh at the moment, but I may be able to at a later date.
Brad PetersonMemberEverything seems to be working normally for me now. I added the java/bin directory to my path for another reason and had rebooted my machine. Not sure which one did the trick, but starting Tomcat now brings up the debugging perspective with the console output. Go figure.
Brad
-
AuthorPosts