Re: Strange Problem

2004-01-28 Thread pavan . k
this is not the list to post this question... pls avoid cross posting Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in t

Re: Strange problem

2004-12-10 Thread Laconia Data Systems
; Sent: Friday, December 10, 2004 6:24 PM Subject: Re: Strange problem > Yang, > > Give us some history. Is this a new build? Did it work before? With another > app? Are the default components working? Can you get to static content? > > Doug > > > - Original Message

Re: Strange problem

2004-12-10 Thread Mark Eggers
> I'm running Tomcat 5.0.30 on FC2 with SUN 1.4.1_02 > jdk I'm having this strange problem, I can not access > any jsp or servlet pages using a browser, it seems > to be timing out, but telnet to the port tomcat is > listening then type GET ... works. I can see the > directory structure and reg

RE: Strange problem

2004-12-13 Thread Shapira, Yoav
Hi, >> I'm running Tomcat 5.0.30 on FC2 with SUN 1.4.1_02 Try JDK 1.4.2. >2. If I recall correctly, you'll need a copy of >tools.jar in $CATALINA_HOME/common/lib No. Yoav Shapira http://www.yoavshapira.com This e-mail, including any attachments, is a confidential business communication,

Re: Strange problem

2004-12-10 Thread Parsons Technical Services
Yang, Give us some history. Is this a new build? Did it work before? With another app? Are the default components working? Can you get to static content? Doug - Original Message - From: "Yang Xiao" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, December 10,

RE: Strange problem on Tomcat 3.3

2001-11-21 Thread Ming Xinghui-w12393
I have met such problem before. I try to put the jar file under the directory $TOMCAT_HOME/webapps/reports/WEB-INF/classes. But Tomcat still reports classnotfound. I have to unzip the jar file under $TOMCAT_HOME/webapps/reports/WEB-INF/classes. Then all is OK. Please remember to shutdown t

Re: Strange problem on Tomcat 3.3

2001-11-21 Thread Craig R. McClanahan
You should read the docs that are included with the release. Both 3.3 and 4.0 versions of Tomcat totally ignore the CLASSPATH environment variable you might have specified (because it causes nothing but grief). If you want your classes to be visible to all webapps, put your JAR file in the "lib"

Re: Strange problem on Tomcat 3.3

2001-11-21 Thread KL OOI
, KL OOI - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "KL OOI" <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 4:40 PM Subject: Re: Strange problem on Tomcat 3.3 >

RE: Strange problem on Tomcat 3.3

2001-11-21 Thread Larry Isaacs
mber 21, 2001 3:51 AM > To: 'Tomcat Users List' > Subject: RE: Strange problem on Tomcat 3.3 > > > I have met such problem before. > > > debug="0" privileged="true"/> > > I try to put the jar file under the directory > $

RE: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Shapira, Yoav
Howdy, Do you import the Israel class appropriately in your JSP? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Roland Kaeser [mailto:[EMAIL PROTECTED] >Sent: Friday, June 13, 2003 12:03 PM >To: [EMAIL PROTECTED] >Subject: Strange Problem with Tomcat 4.1.24 > >Hello

Re: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Roland Kaeser
No, why should i do it? I was working fine before widthout that. The Command in the JSP File is: <%= IsraelMySQL.getContent("home") %> Roland Shapira, Yoav wrote: Howdy, Do you import the Israel class appropriately in your JSP? Yoav Shapira Millennium ChemInformatics -Original Message-

RE: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Filip Hanik
you should always do it :) and starting "now" all your classes must be in a package. Filip > -Original Message- > From: Roland Kaeser [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2003 9:09 AM > To: Tomcat Users List > Subject: Re: Strange Problem with Tomc

Re: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Roland Kaeser
Filip Hanik wrote: you should always do it :) and starting "now" all your classes must be in a package. Filip -Original Message- From: Roland Kaeser [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 9:09 AM To: Tomcat Users List Subject: Re: Strange Problem with Tomcat 4.1.24 N

RE: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Shapira, Yoav
nium ChemInformatics >-Original Message- >From: Roland Kaeser [mailto:[EMAIL PROTECTED] >Sent: Friday, June 13, 2003 12:09 PM >To: Tomcat Users List >Subject: Re: Strange Problem with Tomcat 4.1.24 > >No, why should i do it? I was working fine before width

RE: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Shapira, Yoav
Howdy, >Really? I whole applications contains more than 10'000 lines of code >(java code). This will take me more then 4 days to changes everything. Not if you know any perl or other efficient text processing languages. Or have access to an IDE which will repackage classes for you: this is a one

RE: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Filip Hanik
6 AM > To: Tomcat Users List > Subject: Re: Strange Problem with Tomcat 4.1.24 > > > Hey > > Really? I whole applications contains more than 10'000 lines of code > (java code). This will take me more then 4 days to changes everything. > Is there no other way to do that. It

Re: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Roland Kaeser
Hello I'm currently using eclipse but there are around 25 classes which depending to each other. This main classes are the framework and there are severeral Applications which was written with this framework. Isn't there a possibility to downgrade the handling of the jsp files? Roland Shapir

RE: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Shapira, Yoav
Howdy, >I'm currently using eclipse but there are around 25 classes which >depending to each other. This main classes are the framework and there >are severeral Applications which was written with this framework. >Isn't there a possibility to downgrade the handling of the jsp files? Eclipse will

Re: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread shyam
Do you have the java_home variable set to ur java directory. if not that might be the problem. - Original Message - From: "Roland Kaeser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 12:02 PM Subject: Strange Problem with Tomcat 4.1.24 > Hello > > I've try to m

Re: Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Roland Kaeser
HeyHo I've tried it with the refactor Command. It was very easy!! I've never thinked that this will work that fine and fast. The Application is working now on Tomcat 4. Thanks a lot, i can now make the final deployment on the live machine. Roland Shapira, Yoav wrote: Howdy, I'm currently usi

RE: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Cox, Charlie
Have you enabled the in server.xml for port 8009? > -Original Message- > From: Harold Pritchett [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 29, 2004 8:27 PM > To: Tomcat Users List > Subject: Strange problem with Apache2/Tomcat4 > > Help! > > I'm trying to install Apache HTTPD and

Re: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Harold Pritchett
Cox, Charlie wrote: Have you enabled the in server.xml for port 8009? I think so... I'm using the mod_jk connector version 1.2.5 and NOT version 2. Here's my workers.properties and server.xml files... workers.properties worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker

Re: strange problem - tomcat locking up server

2001-05-11 Thread Oki DZ
Erik Boles wrote: > > We are running Linux 7.1 on an intel box with MySQL 3.23.37 and Tomcat > 1.17.2.1. It seems like every morning the box is somewhat locked up. We > can telnet in, but cannot get any web pages to display, if we restart httpd > we can now see pages, but no .jsp pages work, if

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Larry Isaacs
For performance reasons, Tomcat 3.3 uses the JspInterceptor module instead of Jasper's JspServlet to translate and compile JSP files. Since it was the JspServlet that was providing most of the log output for the INFORMATION level, you don't see any "jasper" log output when using JspInterceptor. I

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Tomcat Programmer
Larry, Thanks very much for your help! This is invaluable information. Do you know if it would be possible to make Tomcat 3.3a use JspServlet instead of JspInterceptor? I am using the Tomcat 3.2.1 engine now for our applications and the preformance is acceptable, so I am assuming that if I coul

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Larry Isaacs
mcat 3.3 installation. Cheers, Larry > -Original Message- > From: Tomcat Programmer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 2:37 PM > To: Tomcat Users List > Subject: RE: strange problem with tomcat version 3.3a > > > Larry, > > Thanks ve

Re: Strange problem with mod_jk (desperate for help)

2001-12-12 Thread Renato
If you are using a different version, you should definitely try to recompile, specially if glibc version is diferent. > > I have installed mod_jk to connect Apache to Tomcat. This was a > module obtained from jakarta's web site. Apache and Tomcat will both start > up with no problem,

RE: Strange problem with mod_jk (desperate for help)

2001-12-12 Thread Brandon Cruz
OK, that's what I was afraid you would say...I was hoping that if Apache started, that meant I had a good mod_jk. Brandon -Original Message- From: Renato [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 2:47 PM To: Tomcat Users List Subject: Re: Strange problem with m

Re: Strange problem with Apache2/Tomcat4 part II

2004-07-30 Thread Mark Eggers
I think that this has been discussed on the list before. You might want to check the archives. If I remember correctly, this happens on a Redhat 9 system where the SSL libraries have been installed via RPMs. Before running your configure commmand, setting an environment variable via the followin

Re: Strange problem with Apache2/Tomcat4 part II

2004-08-02 Thread Harold Pritchett
Harold Pritchett wrote: OK, i gave up on the mod_jk version 1.2 connector. I downloaded the version 2 connector and built it with: Thnaks to everyone here, I got it to work. I ended up downloading the mod_JK2 source, built it (after editing the makefile to add in all the missing libs) and install

Tomcat's not running Re: Strange problem in Tomcat 3.2.1

2001-11-03 Thread Sriram Narayanan
Loks like Tomcat's not processing the JSPs , and Apache's just lifting the JSP's and service them to you. A simple check to see it tomcat's been activated is to check the Tomcat logs. Also, there's no need to configure anything on the browser side when viewing JSPs. Jsps are processed on the s

RE: Strange Problem (Apache Dump coming on to Web browser)

2002-11-08 Thread Turner, John
Are you using a recent version of Internet Explorer? I had similar problems with a Tomcat 3.1 instance, and the solution was to change the default cookie handling options in my browser. Some recent versions of IE have tweaked cookie settings that are different from previous versions of the brows

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread Sailing Cai
I think you may check you IP setting. You run tomcat in command prompt ,jvm binging your ip;but in windows service it may binding 127.0.0.1 or localhost. I guess it^_^ On Thu, 18 Nov 2004 09:36:32 GMT, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > > I am posting this again. Please he

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread birendar . waldiya
Is this somthing related to external Ip and Internal ip if you are behind the firewall... Birendar Singh Waldiya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com [EMAIL PROTECTED] 11/18/2004 03:06 PM Please respond to "Tomcat Users List" <[EMAIL PROTEC

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
Hi, Thanks. Thinking that could be the problem, I had already tried binding it with the specific IP address of the machine by setting the address attribute for HTTP connector in server.xml but that too didn't work. -- Original Message -- On 18 Nov 2004, 06:06:06 PM, Sailing Ca

Re: Strange Problem!: Connection time out while using URLConnection connect method

2004-11-18 Thread vignesh
Hi, The I am running tomcat and the client program in the same subnet and so there is no such issue. Thanks. -- Original Message -- On 18 Nov 2004, 06:12:54 PM, [EMAIL PROTECTED] writes: > > Is this somthing related to external Ip and Internal ip > if you are behind the fire