Hi, everyone! I have found the way to use JBuilder4 Foundation with Tomcat 3.2.1. With a great help of Anand Sankaran's Page: http://www.geocities.com/SiliconValley/Peaks/3649/jbuilderdebug.html . Tomcat now runs in JB4F. But I got 20+ of same warinings. I got them in Japanese. So I translate them: Use of "org.apache.tomcat.core.Context" (or) "org.apache.tomcat.core.ContextManager" are not recommended. Warning number is "368". I'm newbie for Java. I'm not sure why these warnings comes. Does anyone knows why? Or should I ignore these warnings? Any suggestions are welcome. I'm going to make a Servlet on this environment. What I did are: 0:Provided these libraries: JAXP1.0.1 JSSE1.0.2 (version number of these packages are not verified.) (I just used what I already have.) 1:made a new project. 2:Went to "project"->"property". Added needed libraries. I made a group named "Tomcat 3.2.1" for this purpose. It contains: %TOMCAT_HOME%\lib\jasper.jar %TOMCAT_HOME%\lib\parser.jar %TOMCAT_HOME%\lib\servlet.jar %TOMCAT_HOME%\lib\webserver.jar %JAVA_HOME%\lib\ext\jaxp1.0.1\jaxp.jar %JAVA_HOME%\lib\ext\jaxp1.0.1\parser.jar I also made a group named "JSSE1.0.2". It contains: %JAVA_HOME%\lib\ext\jsse1.0.2\lib\jcert.jar %JAVA_HOME%\lib\ext\jsse1.0.2\lib\jnet.jar %JAVA_HOME%\lib\ext\jsse1.0.2\lib\jsse.jar 2: On "Project property" dialog, added following source path: %TOMCAT_HOME%\src 3:Went to "Run" tab. and set main class to "org.apache.tomcat.startup.Tomcat" 4: Added VM argument "-Dtomcat.home=c:/tomcat/jakarta-tomcat-3_2_1" 5: Run by "Run"->"Debug" *************************** Kenichi Mori Engineer Business Solution Div. Open Interface Inc. URL:http://www.oii.co.jp *************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Reply via email to