We discovered that: 1) it's really not documented well AT ALL 2) Using the Tomcat 3.1 release is really dangerous and frustrating...so many bugs ! 3) Integrating with Tomcat 3.2 requires a new webserver "glue" library....not well known. 4) Bugs exist in the built-in JBuilder4 browser such that anything other than a null context path in the server8080.xml results in a new SESSION ID being generated for each JSP/Servlet request (we used good old application.log() to find that one !)......so your webapps may execute much differently than in a native IE/NS browser environment....anything associated with a session bean for instance will "disappear"......and you will get a LOT of HTTP 500 and 406 errors. 5) the normal "rules" for the placement of the web.xml and server.xml file are not followed..... if you are not careful, you will discover that JBuilder will GENERATE a server8080.xml file and a web.xml and ignore the one's you've coded. Should I go on or have you had enough pain ?...cause that's what it's been for us. > -----Original Message----- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Ying Sun > Sent: Monday, April 02, 2001 2:15 PM > To: [EMAIL PROTECTED] > Subject: Re: post again for tomcat and jbuilder integration > > > Can anyone solve a problem regarding the connection between > JBuilder and tomcat? > We always have to move the contents of a selfdefined local > directory, i. e. the changed files, into the tomcat environment > after we made changes to them before we can see the changes under > netscape. > How would a professionell development environment in > JBuilder/tomcat/JSP look like? > Thanks in advance for Your help! > > ================================================================== > ========= > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set > JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
