• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Integration of Tomcat 5 and JBuilder!

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am now using jakarta-tomcat-5.0.14 to test Servlet 2.4 and JSP 2.0 features. But do anyone know how to integrate Tomcat with JBuilder? I tried to copy the existing server configuration, which is Tomcat 4.1 in JBuilder, and reconfigured it. However, it seems helpless! The server stopped without any error messages, even a single printed information. The following is the copied command line appeared in JBuilder when starting Tomcat 5!
C:\JBuilder9\jdk1.4\bin\javaw -classpath "C:\jakarta-tomcat-5.0.14\bin\bootstrap.jar;C:\JBuilder9\jdk1.4\lib\tools.jar" -Dcatalina.home="C:/jakarta-tomcat-5.0.14" org.apache.catalina.startup.Bootstrap -config "C:\Documents and Settings\yanmin.shi\jbproject\web-test\Tomcat\conf\server8080.xml" start
I really appreciate your help. Thanks in advance.
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
moving this to Apache/Tomcat
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am interested in this as well, only I am trying it with JBuilderX. I will respond if I get it to work (first stop, community.borland.com). I have been using JB9 Foundation with Tomcat 4.1.
I don't quite yet see the advantage of paying full price for JB in order to get Tomcat "integration". It seems to me JB is only running Tomcat as if it is another Java app. But I haven't yet worked with JBX yet, so I may change my mind.
If we can get Tomcat 5.1 working with JBX, we will buy it (we're currently evaluating it).
 
reply
    Bookmark Topic Watch Topic
  • New Topic