I suppose that you intalled Tomcat at c:\tomcat. I am not using Jbuilder4 but I got Tomcat running with Visual Cafe. I had to add all the Tomcat libraries to my project, set the main class to org.apache.tomcat.startup.Tomcat and put in the program arguments "-home c:\tomcat". I based in this email to configure the Visual Cafe (it explains the configuration for Jbuilder4), but the name of the class is with wrong case and "-Dtomcat.home=/tomcat_home" didn't work with me (try -home). http://archives.java.sun.com/cgi-bin/wa?A2=ind0011&L=servlet-interest&D=0&P= 55344 If you want to see the options type in the program arguments -help or just look at c:\tomcat\scr\org\apache\tomcat\startup\Tomcat.java, in the method printUsage() (near the end). I hope that helps. Leila -----Ursprungliche Nachricht----- Von: chew [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 22. Dezember 2000 10:15 An: [EMAIL PROTECTED] Betreff: IDE Hi, Anybody of you have tested using tomcat3.2.1 in Jbuilder4 foundation. I have followed the article "Apache Tomcat Servlet JavaServer Pages Development with JBuilder Foundation" written by Debbie Carson amnd Ken Chan. Under running tomcat section, I got a message "unable to start runtime due to imcomplete configuration".Any one know what configuratuion needed. I have only enter the "-Dtomcat.home=C:/tomcat" in the VM parameter.Thanks in advance for your help.

Reply via email to