RE: Upgrading tomcat

2001-07-26 Thread Tia Haenni
Exactly! I know I need to upgrade from 3.2.1. I heard 3.3.2 fixed some security issues. Just when I got things running smoothly with 3.2.1.here we go again! Maybe 3.3 or 4.0 will go smoother. -Original Message- From: Charles Baker [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26,

RE: Query

2001-07-26 Thread Gautam Sinha
Title: Query Since you have posted this to the tomcat-user mailing list, I assume you have a copy of tomcat. The class that you mention (it is not a package) is contained in servlet.jar contained in tomcat_home/lib. Gautam -Original Message- From: Swapan Kumar Chakraborty

Re: Can Tomcat Host EAR Files and update them automatically whenthey are changed ?

2001-07-26 Thread Dmitri Colebatch
Tomcat does support reloading of JSPs. It does not (AFAIK) support reloading of beans and other support classes. However, having said that I see the subject as EAR files, which would be handled by an EJB container (JBoss?). In that situation it would be up to the container I think as to how

Re: Upgrading tomcat

2001-07-26 Thread Craig R. McClanahan
On Thu, 26 Jul 2001, Charles Baker wrote: Another question, do apps developed under the 3.2.x ( jsp 1.1/servlet 2.2 ) work well with Tomcat 4.0 and the newer servlet/jsp specs? The servlet 2.3 and JSP 1.2 specs *require* backwards compatibility, even to the point of requiring 2.3/1.2

Re: Can Tomcat Host EAR Files and update them automatically whenthey are changed ?

2001-07-26 Thread Craig R. McClanahan
On Thu, 26 Jul 2001, Henry Yeh wrote: Since tomcat doesn't support auto-reloading of non-servlet files (e.g. JSP files), I am finding it hard to just have the servlets updated but not the jsp files in the application that I developed. I would always get Classcast exceptions. Anyone has

RE: Upgrading tomcat

2001-07-26 Thread Tia Haenni
Well, then, what am I waiting for? Thanks for the input. Tia -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 6:53 PM To: [EMAIL PROTECTED] Subject: Re: Upgrading tomcat On Thu, 26 Jul 2001, Charles Baker wrote: Another

tomcat try to connect sun's website

2001-07-26 Thread Leigh Wanstead
Version: JBoss 2.2.2 Tomcat 3.2.2 JDK: 1.3.1 I found that Tomcat tried to connect to sun's website. Anyone have any ideas? Thanks in advance. Best Regards Leigh

Re: tomcat try to connect sun's website

2001-07-26 Thread Pier P. Fumagalli
Leigh Wanstead at [EMAIL PROTECTED] wrote: Version: JBoss 2.2.2 Tomcat 3.2.2 JDK: 1.3.1 I found that Tomcat tried to connect to sun's website. Anyone have any ideas? Thanks in advance. What kind of connection? Got any record of anything? Pier

RE: tomcat try to connect sun's website

2001-07-26 Thread Leigh Wanstead
Connection around 2M bytes/second. I found this by Internet broke down, and JBoss seems start up tried to connect sun's website. I reverse back both one version JBoss 2.2.1 Tomcat 3.2.1, and everything work fine, my colleague tried JBoss with Jetty, still fine. So I guess that Tomcat is the

Re: tomcat try to connect sun's website

2001-07-26 Thread Pier P. Fumagalli
Leigh Wanstead at [EMAIL PROTECTED] wrote: Connection around 2M bytes/second. I found this by Internet broke down, and JBoss seems start up tried to connect sun's website. I reverse back both one version JBoss 2.2.1 Tomcat 3.2.1, and everything work fine, my colleague tried JBoss with

Re: tomcat try to connect sun's website

2001-07-26 Thread Dmitri Colebatch
The most likely culprit is a DTD... look at the web.xml files and their DTD references. cheers dim On Fri, 27 Jul 2001, Leigh Wanstead wrote: Version: JBoss 2.2.2 Tomcat 3.2.2 JDK: 1.3.1 I found that Tomcat tried to connect to sun's website. Anyone have any ideas? Thanks in advance.

Re: tomcat try to connect sun's website

2001-07-26 Thread Pier P. Fumagalli
Yeah... That was what I thought too... But I don't quite get why, if the PUBLIC ID of the DTD is known, there is a connection to sun, where the DTD resides (it's SYSTEM ID)... Pier Dmitri Colebatch at [EMAIL PROTECTED] wrote: The most likely culprit is a DTD... look at the web.xml files

jakarta-IIS-how to question

2001-07-26 Thread Charlie French
I've been looking through all the documentation and pretty much have IIS working with tomcat. The ISAPI redirector works, but I'm confused about one thing.. if IIS is sending only .JSP files to tomcat, does tomcat still use the same directories to look for java files? (ie WEB-INF/classes),

Re: tomcat try to connect sun's website

2001-07-26 Thread Dmitri Colebatch
Pier, I'm not quite sure I understand your query. Leigh's first query was asking why Tomcat is trying to connect to Sun. As you say, its because the web.xml DOCTYPE uses a PUBLIC reference (as opposed to a SYSTEM ref). So Tomcat (or more specifically the XML parser) is connecting to Sun to

Forbidden error, you are unable to access /examples from this server: please help, very urgent

2001-07-26 Thread raghu
black holes are, when GOD is dividing by zero - Original Message - From: raghu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 26, 2001 6:45 PM Subject: Re: Forbidden error, you are unable to access /examples from this server: please help, very urgent Hi all, I checked

Re: tomcat try to connect sun's website

2001-07-26 Thread leigh
Thanks for your hint. I checked my web.xml inside war file, and found that token. I changed that to some other not existing address. And JBoss deploy that ear error. I can not simulate internet down. But by this way, I learn something which I should backup. Best Regards Leigh

Patch for Jakarta-Tomcat 3.2.3 - please send me

2001-07-26 Thread Henry Yeh
hi does anyone have this patch ? I can't seem to find this in the archives. Can someone please send it to me ? Thanks ! Henry

Re: tomcat try to connect sun's website

2001-07-26 Thread Gregor Kovaè
Hi! I got the same problem while working with NetBeans. NEtBeans uses XML a lot and also had DTD references to other sites on the Internet. Every time I wanted to start NetBeans up it wanted to connect to some internet site. You are probably using IBM's JDK, right? Just rename or delete

<    1   2