Strange problem with tomcat 5.5.9

2005-07-14 Thread Paulo Neves
Hi all, I've a strange problem with my tomcat. When I have a network problem with my router my tomcat that is install in another machine reload webapps (balancer, manager, admin ) except my webapp. If i run tomcat manager and see webapps list, manager said that webapp is running but is no

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
achine. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange problem - stuck like anything On my local m/c I had installed Tomcat and it was running pr

Strange Problem on SSL with tomcat

2004-12-21 Thread Ben Chan
Hi all, I have a strange problem when I configure the tomcat running SSL. I have created the keystore file in / following the steps in documentation. And also uncomment the tag inside server.xml. I tried to start the tomcat, the SSL work fine in my old tomcat 4.1.18. But it cannot work in tomcat

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange problem - stuck like anything On my local m/c I had installed Tomcat and it was running properly. I

RE: Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread John Najarian
This sounds like you have a process or user locking things. I would restart the entire machine. Then try everything again. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 5:56 PM To: [EMAIL PROTECTED] Subject: Tomcat server - Strange

Tomcat server - Strange problem - stuck like anything

2004-12-21 Thread Manisha Sathe
On my local m/c I had installed Tomcat and it was running properly. I tested servlet-examples / jsp-example. Yesterday I tried to create new application inside Tomcat (trying to put the directory structure - web.xml, also tried to put inside server.xml (later removed as seems not required)

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 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

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 Parsons Technical Services
D]> Sent: Friday, December 10, 2004 6:00 PM Subject: Strange problem Hi all, 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 i

Strange problem

2004-12-10 Thread Yang Xiao
Hi all, 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 a

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

2004-11-18 Thread vignesh
PROTECTED]> > > > To > [EMAIL PROTECTED] > cc > > Subject > Strange Problem!: Connection time out while using URLConnection connect > method > > > > > > > Hi All, > > I am posting this again. Please help. > > Thanks. >

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

2004-11-18 Thread vignesh
]> wrote: > > Hi All, > > > > I am posting this again. Please help. > > > > Thanks. > > > > --Forwarded message -- > > References: <[EMAIL PROTECTED]> > > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] >

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

2004-11-18 Thread birendar . waldiya
t; <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Strange Problem!: Connection time out while using URLConnection connect method Hi All, I am posting this again. Please help. Thanks. --Forwarded message -- References: <[EMAIL PROTECTED]> From: [EMAIL

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

2004-11-18 Thread Sailing Cai
s again. Please help. > > Thanks. > > --Forwarded message -- > References: <[EMAIL PROTECTED]> > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Strange Problem!: Connection time out while using URLConnection > connect method > Date

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

2004-11-18 Thread vignesh
Hi All, I am posting this again. Please help. Thanks. --Forwarded message -- References: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strange Problem!: Connection time out while using URLConnection connect method Date: Wed, 17 Nov 2004 09

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

2004-11-17 Thread vignesh
Hi All, I am facing a very strange problem. When I run tomcat4.1.27 in command prompt, I am able to connect and call a servlet deployed in it from another java program running on another machine using using URLConnection connect method. But when I run tomcat server from windows services, the

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

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

Strange problem with Apache2/Tomcat4 part II

2004-07-30 Thread Harold Pritchett
OK, i gave up on the mod_jk version 1.2 connector. I downloaded the version 2 connector and built it with: ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-tomcat-41=/usr/local/tomcat \ --with-java-home=/usr/lib/java \ --with-jni Installed jkjni.so and mod_jk2.so in /usr/local/a

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: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-30 Thread Ernesto Echeverría
[uri:/examples/*] Etc? José Ernesto Echeverría [EMAIL PROTECTED] Tel. (503)8859011 -Original Message- From: Harold Pritchett [mailto:[EMAIL PROTECTED] Sent: Jueves, 29 de Julio de 2004 06:56 p.m. To: Tomcat Users List Subject: Re: [tomcat] Strange problem with Apache2/Tomcat4 Er

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 tr

Re: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-29 Thread Harold Pritchett
Ernesto Echeverría wrote: I'm having problems with mod_jk myself. Haven't gone thru all your steps, however I'd try to establish whether the problem is related to mod_jk or incorrect settings of tomcat. Have you tried accessing the same pages with the tomcat default port 8080 instead of going thru

RE: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-29 Thread Ernesto Echeverría
José Ernesto Echeverría [EMAIL PROTECTED] Tel. (503)8859011 -Original Message- From: Harold Pritchett [mailto:[EMAIL PROTECTED] Sent: Jueves, 29 de Julio de 2004 06:27 p.m. To: Tomcat Users List Subject: [tomcat] Strange problem with Apache2/Tomcat4 Help! I'm trying to inst

Strange problem with Apache2/Tomcat4

2004-07-29 Thread Harold Pritchett
Help! I'm trying to install Apache HTTPD and Jakarta Tomcat and get them to play nice together. I've done this before with different releases of the software, so I can't figure out what I'm doing wrong. First, the releases of the software I'm using: SuSE Linux Standard Server 8, done as a "basic"

RE: Very strange problem with logging

2004-03-17 Thread Shapira, Yoav
17, 2004 7:38 AM >To: Tomcat-User ([EMAIL PROTECTED]) >Subject: Very strange problem with logging > >Hi, this may sound impossible, but I just can't figure out *why* it's >happening: > >I use AXIS to host a web service on Tomcat 5.0.18. I run tomcat as a >servi

Very strange problem with logging

2004-03-17 Thread Andi Reinbrech
Hi, this may sound impossible, but I just can't figure out *why* it's happening: I use AXIS to host a web service on Tomcat 5.0.18. I run tomcat as a service on a win2ks box. Now, when -StdOutputFile is enabled to a valid filename in ./logs, the app works fine (oviously I wanted to use the stdo

Strange Problem

2004-01-28 Thread Arnab Chakravarty
All: I have this strange problem with my application. When I click back button on a particulary jsp page, I get back to the Login Page. This is some idiotic problem but it is hapenning. But, point here to be noted is: When links are clicked on the page which does some HTTP handover (a URL is

Strange Problem - II

2004-01-28 Thread Arnab Chakravarty
All: One more thing, back button is clicked on the old page where the URL is generated by making the RMI call and not on the new rendered page generated at another's vendor location. Hope the problem is correctly understool :). Thanks, Arnab C

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 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 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 &

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 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 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 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 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 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 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
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 I've try to move a JSP/Servlet Application from Tomcat 3.2.4 to 4.1.24. In my .jsp files I'm using a class for ge

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

Strange Problem with Tomcat 4.1.24

2003-06-13 Thread Roland Kaeser
Hello I've try to move a JSP/Servlet Application from Tomcat 3.2.4 to 4.1.24. In my .jsp files I'm using a class for getting the content out of a MySQL Database. All of the needed Classes are in the CLASSPATH. The Sun JRE 1.4.1 is the same as before. But now, i get the following Output when i

Re: A strange problem

2003-03-14 Thread Paul Yunusov
On Friday 14 March 2003 01:55 pm, V Y wrote: > Dear All: > I come across a very strange error and appreciate any help/tips. > > My env: >I am using Jakarta Tomcat 4.1.12 (on Linux) and 4.1.18 (on Solaris). >I have installed MySQL JDBC connector and I have written >some JSP code to input

A strange problem

2003-03-14 Thread V Y
Dear All: I come across a very strange error and appreciate any help/tips. My env: I am using Jakarta Tomcat 4.1.12 (on Linux) and 4.1.18 (on Solaris). I have installed MySQL JDBC connector and I have written some JSP code to input/retrieve data from my MySQL database. The MySQL DB is run

strange problem with starting up servlets on tomcat

2003-03-05 Thread matt dilley
Hi guys, I have a strange problem that only seems to happen with tomcat v.4.1.12, and due to the strange behaviour of this, I can't quite describe the full clues to the reasons behind it - can anyone tell me if you are also experiencing the same or similar problems? Description: I h

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

2002-11-08 Thread Turner, John
.com] > Sent: Thursday, November 07, 2002 6:57 PM > To: 'Tomcat Users List' > Subject: Strange Problem (Apache Dump coming on to Web browser) > > > > Hi, > I am using Apache-1.3.20 and Tomcat-3.2.* with mod_jk. > > My problem is when ever I requ

Strange Problem (Apache Dump coming on to Web browser)

2002-11-07 Thread Srinivas Kusunam
Hi, I am using Apache-1.3.20 and Tomcat-3.2.* with mod_jk. My problem is when ever I request a JSP file I am getting following dump on the top of the regular page from Apache (Of course it is not causing any problems but as u know it looks odd to the user). I tried my level best to f

strange problem for midi file

2002-10-11 Thread unplug
I am using apache1.3+tomcat3.3.1+mod_jk.so under redhat 7.3. I put a midi file (a.mid) in the web server for web user and mobile user to download. I face the strange problem for that case. When I put the midi file in location under apache, both users can download it without problems. When I

Tomcat - Apache - AJP 13 strange Problem with SSL

2002-09-09 Thread Brandon Cruz
Hi, We are using Tomcat 3.2.4 connected to Apache 1.3.x. We have been using Apache to handle SSL, but want to use some JSP's in the secure section, so we need to forward those requests to Tomcat. We have set up a secure context in Tomcat for the virtual host. Whenever someone accesses a url wit

Tomcat 4.0.3 and IIS Strange Problem

2002-07-31 Thread abhishek srivastava
Hello All, I am using Tomcat 4.0.3 integrated with IIS. I am very happily working with a HTML brower for so long without any problem. Now If I use a PDA simulator browser (Microsoft Pocket PC SDK 2002) then tomcat throws the following error. java.lang.NumberFormatException at org.apa

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 tomcat version 3.3a

2002-03-06 Thread Tomcat Programmer
ssages unless there is > an error > or the debug level for JspInterceptor is set > 0. > > Cheers, > Larry > > > > -Original Message- > > From: Tomcat Programmer > [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 06, 2002 12:36 PM >

RE: strange problem with tomcat version 3.3a

2002-03-06 Thread Larry Isaacs
> 0. Cheers, Larry > -Original Message- > From: Tomcat Programmer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 12:36 PM > To: [EMAIL PROTECTED] > Subject: strange problem with tomcat version 3.3a > > > I apologize if I sent this twice.. I don&#

strange problem with tomcat version 3.3a

2002-03-06 Thread Tomcat Programmer
I apologize if I sent this twice.. I don't think it went through the first time! I have been using tomcat for several releases, and have just upgraded my server to version 3.3a and I have noticed a change in the behavior of the logging mechanism. With Tomcat 3.3a, nothing gets written to the J

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 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,

Strange problem with mod_jk (desperate for help)

2001-12-12 Thread Brandon Cruz
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, but I am getting a 404 error when trying to access a *.jsp page. 1)I have this exact same configuration with Tomcat 3.2.

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 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 Craig R. McClanahan
t;lib" directory. Craig McClanahan On Wed, 21 Nov 2001, KL OOI wrote: > Date: Wed, 21 Nov 2001 16:26:06 +0800 > From: KL OOI <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > KL OOI <[EMAIL PROTECTED]> > To: TOMCAT-USER <[E

RE: Strange problem on Tomcat 3.3

2001-11-21 Thread Ming Xinghui-w12393
ssage- From: KL OOI [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 4:26 PM To: TOMCAT-USER Subject: Strange problem on Tomcat 3.3 Hi all, I have put my JAR file in the SYSTEM CLASSPATH, but Tomcat still unable to find the CLASS. (Windows 2000 + JDK 1.3) Do anyone encounter this before

Strange problem on Tomcat 3.3

2001-11-21 Thread KL OOI
Hi all, I have put my JAR file in the SYSTEM CLASSPATH, but Tomcat still unable to find the CLASS. (Windows 2000 + JDK 1.3) Do anyone encounter this before? Any solution for this? Because I need to include my MS SQL JDBC and Poolman JAR. Thanks. Regards, KL OOI

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

2001-11-03 Thread Sriram Narayanan
happening in your case. Sriram 03/11/2001 3:14:23 PM, sudhir agrawal <[EMAIL PROTECTED]> wrote: >Hi all, > >I am facing a very strange problem with tomcat 3.2.1 > i have integrated it with Apache 1.3.12 > >whenever i made a request to load a jsp file from >browser .browser o

Strange problem in Tomcat 3.2.1

2001-11-03 Thread sudhir agrawal
Hi all, I am facing a very strange problem with tomcat 3.2.1 i have integrated it with Apache 1.3.12 whenever i made a request to load a jsp file from browser .browser open a popup window to download the file. What my be the problem.My browser Mime Type is configured to accept jsp file. I

RE: jakarta-tomcat-3.2.3.. strange problem..

2001-09-25 Thread Larry Isaacs
ptember 25, 2001 6:12 AM > To: [EMAIL PROTECTED] > Subject: jakarta-tomcat-3.2.3.. strange problem.. > > > > > Hii all, > I got the latest tomcat 3.2.3 and i am running it on windows > 98 using jdk > 1.3 > > I got a file called abcd.htm , and i get a 404

jakarta-tomcat-3.2.3.. strange problem..

2001-09-25 Thread Saurabh Shukla
Hii all, I got the latest tomcat 3.2.3 and i am running it on windows 98 using jdk 1.3 I got a file called abcd.htm , and i get a 404 error when i try to access it. http://localhost/abcd.htm When i rename the file to abcd.jsp , tomcat is able to find that file, if i rename it to any thing else

Strange problem with cocoon under Tomcat

2001-08-24 Thread Enric Staromiejski
We're running Tomcat+Apache OK. When invoking a jsp page for example thru port 80 (i.e., without having to invoke port 8080), , apache gives control to Tomcat and Tomcat serves the page correctly, but once Cocoon installed, we still accede to the jsps correctly served by Tomcat but the only way of

Strange problem- Servlet getting called twice unnecessarily- Please help

2001-08-14 Thread Pankaj Chhaparwal
Hi, I have a servlet whose doPost() method is getting called twice even thought the servlet is called only once from a particular jsp. This behavior is highly inconsistent. Also there is a statement request.getSession(true) in the doGet method. For the same request, do the problem of the doGet

Strange problem with Catalina, Apache and mod_webapp

2001-06-11 Thread Dan Hansen
All, I have a Tomcat / Apache / mod_webapp that "mostly" works. I'm running the following: Suse Linux 2.4 kernel IBM JDK 1.3 Jakarta-Tomcat 4b5 Apache 1.13.19 (as default installed by Suse Yast2) http://localhost:8080 returns the tomcat homepage http://localhost returns the apache homepage Al

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

strange problem - tomcat locking up server

2001-05-11 Thread Erik Boles
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 we attempt ot stop tomcat, i

Strange problem with classloader

2001-04-23 Thread Scott Anderson
Hi all, I'm using the Catalina distributed with Turbine. However, I don't believe this is a Turbine problem. This afternoon I shut Catalina down, went to lunch, and when I started Catalina back up all of my servlets generated the following error: javax.servlet.ServletException: Wrapper cannot f

Strange problem with images with Tomcat 4 b1

2001-04-11 Thread dhay
Hi everyone. I have just moved to Tomcat 4, beta1, from 3.2.1 to obtain reloading of my class files. I am running into strange activity with my images, however. When I first view a page, I do not see any. BUT, if I click on a link and then hit the back button, the images are there! Have I m