waitForAck bug ?

2004-09-21 Thread Mario Neè
Hello, when Tomcat tryes to replicate a heavy session it returns the page and starts the replication of the session. During this operation the console shows this error : org.apache.catalina.cluster.tcp.SocketSender waitForAck WARNING: Wasn't able to read acknowledgement from

Re: Tomcat vs BEA Weblogic?

2004-09-21 Thread Remy Maucherat
On Mon, 20 Sep 2004 16:23:23 -0700 (PDT), Chuck Carson [EMAIL PROTECTED] wrote: --- Dennis Dai [EMAIL PROTECTED] wrote: Im just relaying what this guy told me. Obviously jboss would not disappear, just whatever 'entity' this was in Georgia I believe is where they were located. We tried

Sybase

2004-09-21 Thread Marek Wójtowicz
Hello, Do you know if there is A howto Linux+Tomcat+Apache httpd+ Sybase in the net? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: shutdown problems tomcat 5.0.28

2004-09-21 Thread SSchattenberg
Thanks for the advice. I have tried a number of new things with no success. 1. I removed the JNDI configuration file for my application. 2. I verified that port 8005 is listed in the server.xml file. I also did netstat -a | grep 8005 and verified that the port is open and listening when

Compile jk2 error on Redhat Enterprise 3

2004-09-21 Thread pratak
I try to compile jk2 for apache httpd-2.0.46-25.ent. configuration is run ok but I found error when I compile it. What happen on it? list=' server/apache2'; \ for i in $list; do \ echo Making $target in $i; \ if test $i != .; then \ (cd $i make) || exit 1; \ fi; \

Re: Tomcat vs BEA Weblogic?

2004-09-21 Thread calandraca
If you are only using the jsp/servlet container I think Tomcat is a good choice: good performance, well documented and plenty of people using it (I think in many cases is the best support). If you have reasons to get a commercial container you could use a cheaper solution like ServletExec from

ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Harry Hartley
I am trying to use the sample to deploy the test application from my local machine to my remote server. I have done all builds and deployments successfully, and everything works fine (yippy!). I have modified the build.xml to use the url and password for the manager app on my remote server.

[OT] Handling JDBC transactions

2004-09-21 Thread Antony Paul
Hi all, What are the ways to handle transactions in Tomcat ?. No EJB here. I use Tomcat standalone. I am using JDBC calls to manage DB. I had used Connection.commit() and party in previous projects. But this have 2 draw backs 1. Need to pass Connection to methods which is coming under the

Re: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Antony Paul
Which version of Tomcat you are using ? rgds Antony Paul - Original Message - From: Harry Hartley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:18 PM Subject: ant build remote java.net.MalformedURLException (newbie Q) I am trying to use the sample to

tomcat silent installation

2004-09-21 Thread Sun House
Hi All. This issue was raised before but no official answer has been given. 1. Does Tomcat 5 has an official silent installation? 2. I use the /S /D option. is this ok or a hack? 3. Are there any other options? 4. Please reply, this is an urgent and very important issue to me and others

RE: [Possibly Off Topic - sorry] Class Loading question

2004-09-21 Thread Shapira, Yoav
Hi, that Axis is bubbling up a call to my module named com.sequoiallc.services.RegisterUser.MortgageCompanyType. I've tried placing the .class file for this module in my WEB-INF/classes If in WEB-INF/classes, the MortgageCompanyType.class would be in

RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Shapira, Yoav
Hi, Make sure the URL conforms to the one in the documentation: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html#Deplo y%20A%20New%20Application%20from%20a%20Local%20Path. Specifically, note things like the ! at the end of the WAR file name of deploying a WAR. Yoav Shapira

Re: Unable to start tomcat server

2004-09-21 Thread Suresh Akula
It was a typo and CATALINA_HOME is actually set to C:\Tomcat. I actually installed tomcat onto folder named C:\softwares\tomcat\jakarta-tomcat-5.0.27 In this folder i have all bin, common and other folders. But while i am setting class path it is taking lot of place so i moved all the folders

RE: Do the jars I use affect webapp reloadability?

2004-09-21 Thread Shapira, Yoav
Hi, Absolutely, the jars you used affect reloadability. Two cases are the classics: - A library you use starts a non-daemon thread, and either doesn't close it or provides some sort of a shutdown method that you're not calling. This thread cannot be closed by Tomcat, so any of its resources

RE: Suggestion: A dedicated TOMCAT forum!

2004-09-21 Thread Suresh Akula
I am using Windows XP professional OS but there is no folder like logs in entire Tomcat folder structure. Please help in resolving the issue. Is there something wrong class while setting classpatch. In my classpath i inculded all the jars which are under C:\Tomcat\common\lib folder. Thanks a

RE: help to deploy to dir other than webapps

2004-09-21 Thread Shapira, Yoav
Hi, Do you know which specific version of 4.1 you're using? There have been relevant bug fixes on that branch for the problem you're describing. Yoav Shapira Millennium Research Informatics -Original Message- From: Wick, Daniel [mailto:[EMAIL PROTECTED] Sent: Monday, September 20,

RE: jdk1.4 Tomcat 4.1

2004-09-21 Thread Shapira, Yoav
Hi, The JMX API has to be on the bootstrap classpath. Where is jmx.jar in your 4.1.29 installation? BTW, if Tomcat 5 is working why waste time on installing 4.1.29? Yoav Shapira Millennium Research Informatics -Original Message- From: Markus Brigl [mailto:[EMAIL PROTECTED] Sent:

Re: Unable to start tomcat server

2004-09-21 Thread Ben Souther
Using JAVA_HOME: C:\Java.. What is the name of your java installation? On Tue, 2004-09-21 at 09:01, Suresh Akula wrote: It was a typo and CATALINA_HOME is actually set to C:\Tomcat. I actually installed tomcat onto folder named C:\softwares\tomcat\jakarta-tomcat-5.0.27 In this

Re: Tomcat 4.1.23

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 10:17:11AM +0600, Sudhrasun Ramalingam wrote: : I've a doubt, What is the root directory for a webapp? : And if the answer is $CATALINA_HOME/webapps/webapp.. : : Then how can the jar file referring $CATALINA_HOME as root for my web : application? 1/ root directory and

RE: Suggestion: A dedicated TOMCAT forum!

2004-09-21 Thread Shapira, Yoav
Hi, Stop hijacking threads, please. Sheesh. As to the Forum suggestion: one was indeed started a long time ago. I don't know if it was an advertising problem or simple inertia that made the Forum not so active. The mailing list has only grown in activity, OTOH. So I'm not sure where to go

RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-21 Thread Shapira, Yoav
Hi, No, these two connectors are not mutually exclusive. Whether they're redundant depends on your requirements. Yoav Shapira Millennium Research Informatics -Original Message- From: Montz, James C. (James Tower) [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 6:43 PM To:

RE: tomcat silent installation

2004-09-21 Thread Shapira, Yoav
Hi, Do you mean only for the Windows installer? Because it's trivial to silently install the .zip distributions: just unzip them ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Sun House [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 8:42 AM To:

Re: Suggestion: A dedicated TOMCAT forum!

2004-09-21 Thread Eric VERGNAUD
le 21/09/04 15:13, Shapira, Yoav à [EMAIL PROTECTED] a écrit : If we have a Forum AND a mailing list, that leads to confusion: two places to post questions, two places to look for answers, etc. Should we drop the mailing list? I wouldn't be so quick to do that ;) Please don't. I hate

RE: Suggestion: A dedicated TOMCAT forum!

2004-09-21 Thread Allistair Crossley
i think you would need a forum that was capable of subscribing to new posts. with the mailing list, everybody is forced (kind of) to read new messages whereas a forum takes more effort to go to and then to find the new messages. on the negative side, it can get on my nerves with all the emails

Help on database and server configuration

2004-09-21 Thread Shanti Priya
Hi!! I have an application war file with me,that has to be installed on local tomcat5.It's developed using jsp/struts and oracle is the database.I basically use remote database and plz help me out in setting the server configurations and all. Thanks Regards, Shanti Priya Sunkara

RE: Tomcat Hanging...

2004-09-21 Thread Shapira, Yoav
Hi, First step in debugging this type of issue: take Apache and the connectors out of the equation. Run tomcat standalone and see if the issue still persists. My guess would be not. You're barking up the wrong tree completely when you think this is a Tomcat limitation. Tomcat instances

Re: Help on database and server configuration

2004-09-21 Thread Ben Souther
Hereyougo... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/index.html On Tue, 2004-09-21 at 09:23, Shanti Priya wrote: Hi!! I have an application war file with me,that has to be installed on local tomcat5.It's developed using jsp/struts and oracle is the database.I

Re: real world deployment with multiple virtual hosts

2004-09-21 Thread QM
On Mon, Sep 20, 2004 at 11:58:08PM -0400, Anthony E. Carlos wrote: : I've configured Tomcat with multiple virtual hosts. However, because of : ever-increasing memory usage, (see : http://jakarta.apache.org/tomcat/faq/deployment.html at the bottom), I : often have to restart Tomcat. Thus a dozen

Re: Suggestion: A dedicated TOMCAT forum!

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 03:18:16PM +0200, Eric VERGNAUD wrote: : le 21/09/04 15:13, Shapira, Yoav ? [EMAIL PROTECTED] a ?crit?: : : If we have a Forum AND a mailing list, that leads to confusion: two : places to post questions, two places to look for answers, etc. Should : we drop the mailing

RE: Help on database and server configuration

2004-09-21 Thread Shanti Priya
Hi ben!! I have gone through that,but it's not that useful for me as i have a bug with my database setups.As already suggested by the other user i set up the classes12.zip in lib also.Please help me out. thanks shanti -Original Message- From: Ben Souther [mailto:[EMAIL

Connecting to Tomcat via AJP from Java

2004-09-21 Thread Florian von Walter
Hi, all, I want to connect to Tomcat via the JK2/AJP connector via a Java program. I have read through the JK2/AJP documentation at http://jakarta.apache.org/ tomcat/connectors-doc/jk2/index.html. This page states that it is possible to use the JK2 interface from Java but there is no hint where

RE: [OT] Handling JDBC transactions

2004-09-21 Thread Shapira, Yoav
Hi, What are the ways to handle transactions in Tomcat ?. No EJB here. I use Tomcat standalone. I am using JDBC calls to manage DB. I had used There are a couple of ways. One is to roll them yourself: add jta.jar (Java Transaction API, downloadable from Sun) and your implementation of

Re: Sybase

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 10:12:38AM +0200, Marek W?jtowicz wrote: : Do you know if there is A howto Linux+Tomcat+Apache httpd+ Sybase in : the net? 1/ please post a *new* message when writing to the list. Replying to an old (unrelated) message confuses thread-aware mailers, which makes your

RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Harry Hartley
Thanks for replying Antony. I am using (both locally and remote): Tomcat - 5.0.28 JDK - 1.4.2_05 Ant - 1.6.2 Harry -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:26 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: ant build

Re: [OT] Handling JDBC transactions

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 04:31:25PM +0530, Antony Paul wrote: : What are the ways to handle transactions in Tomcat ?. No EJB here. I use : Tomcat standalone. I am using JDBC calls to manage DB. I had used : Connection.commit() and party in previous projects. But this have 2 draw : backs : 1.

RE: Help on database and server configuration

2004-09-21 Thread Ben Souther
If you have a specific question, or can't figure out an entry in your log files, feel free to ask. On Tue, 2004-09-21 at 09:33, Shanti Priya wrote: Hi ben!! I have gone through that,but it's not that useful for me as i have a bug with my database setups.As already suggested

Re: Help on database and server configuration

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 07:03:54PM +0530, Shanti Priya wrote: : I have gone through that,but it's not that useful for me as i : have a bug with my database setups.As already suggested by the other user i : set up the classes12.zip in lib also.Please help me out. Then it sounds more

RE: [OT] Handling JDBC transactions

2004-09-21 Thread Shapira, Yoav
Hi, BTW, recent versions of JOTM support lightweight usage inside a webpp, not just as an external Transaction Manager which was implied by my previous post. Yoav Shapira Millennium Research Informatics -Original Message- From: Shapira, Yoav Sent: Tuesday, September 21, 2004 9:30 AM

Re: Unable to start tomcat server

2004-09-21 Thread Suresh Akula
What do you mean by name of the java installation. I installed java in the folder C:\Java and hence using that for JAVA_HOME?? Any thoughts. Please help. I already spent couple of days. Issues looks trivial but am not able to start the server. Your help is highly appreciated. Thanks in advance

RE: Help on database and server configuration

2004-09-21 Thread Caroline Jen
Please find the Tomcat 5.0.27 connection pool configuration procedure in the attachment. --- Ben Souther [EMAIL PROTECTED] wrote: If you have a specific question, or can't figure out an entry in your log files, feel free to ask. On Tue, 2004-09-21 at 09:33, Shanti Priya wrote:

Authenticating users without unique username

2004-09-21 Thread Norris Shelton
We identify our users by site id, username and password. The standard Catalina Realms expect username and password only. This will possibly not find the correct user. Does it increment through the columns looking for another row with the same username and the correct password? Do I need to

JAAS and Tomcat

2004-09-21 Thread Hollerman Geralyn M
Question - I have a webapp that does its own authentication. I use Tomcat as my servlet container. If I want to use JAAS for that application, with it doing authentication (and not Tomcat), I don't need to set Tomcat up for JAAS, do I? -- Lynn Hollerman.

RE: JAAS and Tomcat

2004-09-21 Thread Shapira, Yoav
Hi, No, you don't need to setup Tomcat for JAAS in that case. You can roll it yourself. This is also true for database connection pools and any other resources. You can even run your own little JNDI server inside your webapp if you wanted. The upside for this is that you're more portable more

can't send request over my network ip

2004-09-21 Thread Sebastian Kerekes
I can access Tomcat through 127.0.0.1:8080 but not via 192.168.1.172 (private network). I'm using Tomcat 5.0.27. I haven't changed any of Tomcat's settings. Do I have to change some settings or is this problem not related to Tomcat?

RE: Issue Running Current Forrest Dev under Tomcat 5

2004-09-21 Thread Hare, Michael
Hi, I'g forwarding your comment to the forrest mail-list as I don't have the answer for you directly. However, Tomcat does start and run. I can access my Forrest webapp as well as the Cocoon webapp. I just can't access the Tomcat Manager or the JSP/Servlet Example/Sample pages, or a couple of

RE: can't send request over my network ip

2004-09-21 Thread Andrew Janian
You are using the port when trying from the pricate network also, right? Andrew -Original Message- From: Sebastian Kerekes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 9:17 AM To: Tomcat Users List Subject: can't send request over my network ip I can access Tomcat

Tomcat connection closes after 100 responses

2004-09-21 Thread Bas Alberts
Hi tomcat users! Can anybody answer this question: Every connection with tomcat is closed after exactly 100 request/response-pairs. Why? HTTP/1.1 requests are sent through either a Java socket or a telnet session. It doesn't matter if the requests and responses are small or large. It doesn't

tomcat-4.1.27 doesn't start

2004-09-21 Thread bbisc
Hi everybody, I had installed 'jakarta-tomcat-4.1.27-LE-jdk14'server one year ago and I used the server without having any trouble. For personal reason I have not used the server for last six months. Now when I try to open the server I am getting the following message: Catalina_Home

Tomcat + mysql + axis

2004-09-21 Thread Daniel Snchez Gmez
Hi, I'm newbie of Web service and I want to do a web service wich inserts data into a mysql database I dont't know if I need to configue server.xml and web.xml files? (I work with Tomcat) I've read jndi-datasource-examples-howto.html, but it's a servlet example and I don't know if it

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Shanti Priya
Hi !! In your server.xml file it's set as 100.Check it up. -Original Message- From: Bas Alberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:54 PM To: 'Tomcat Users List' Subject: Tomcat connection closes after 100 responses Hi tomcat users! Can anybody

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Chuck Carson
--- Shanti Priya [EMAIL PROTECTED] wrote: Hi !! In your server.xml file it's set as 100.Check it up. -Original Message- From: Bas Alberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:54 PM To: 'Tomcat Users List' Subject: Tomcat connection closes

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Bas Alberts
Hi! I checked every setting in server.xml containing 100; that didn't work. basa; -Original Message- From: Shanti Priya [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:34 PM To: Tomcat Users List Subject: RE: Tomcat connection closes after 100 responses Hi !!

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Bas Alberts
Hi! The client doesn't say anything about the connection, except requesting HTTP/1.1. The tomcat server doesn't either, until the last (100th) response, which suddenly includes a Connection: Close header (after which the connection is indeed correctly closed) basa; -Original

Re: can't send request over my network ip

2004-09-21 Thread Sebastian Kerekes
Andrew Janian wrote: You are using the port when trying from the pricate network also, right? Andrew Yes, I do. My colleague in the same network can reach Tomcat when using my IP. It's just that I can't access the Tomcat running over my computer via my network IP (and port 8080).

Re: Unable to start tomcat server

2004-09-21 Thread Hassan Schroeder
Suresh Akula wrote: CATALINA_HOME and JAVA_HOME and also included all the jars available in C:\Tomcat\Common\lib folder in the classpath. But when i go to command prompt C:\Tomcat\bin and execute startup.bat a black window comes up and disappears but my server never starts.On the command

Can Tomcat User Locak Socket instead of TCP for Mysql Connections?

2004-09-21 Thread Chuck Carson
I noticed that the URL contrains the port number for mysql, 3306. Is it possible for tomcat to use the local socket directly? (/var/lib/mysql/mysql.sock by default from most Linuxes) Thx, rhugga - To unsubscribe, e-mail:

Re: can't send request over my network ip

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 04:16:55PM +0200, Sebastian Kerekes wrote: : I can access Tomcat through 127.0.0.1:8080 but not via 192.168.1.172 : (private network). I'm using Tomcat 5.0.27. I haven't changed any of : Tomcat's settings. Do I have to change some settings or is this problem : not

Re: Tomcat + mysql + axis

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 04:27:43PM +0200, Daniel S?nchez G?mez wrote: : I'm newbie of Web service and I want to do a web service wich : inserts data into a mysql database : : I dont't know if I need to configue server.xml and web.xml files? (I : work with Tomcat) : : I've read

Re: Can Tomcat User Locak Socket instead of TCP for Mysql Connections?

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 07:46:36AM -0700, Chuck Carson wrote: : I noticed that the URL contrains the port number for mysql, 3306. Is it possible for tomcat to use : the local socket directly? (/var/lib/mysql/mysql.sock by default from most Linuxes) Check the docs for the MySQL JDBC driver, which

Re: Tomcat connection closes after 100 responses

2004-09-21 Thread Remy Maucherat
On Tue, 21 Sep 2004 16:36:34 +0200, Bas Alberts [EMAIL PROTECTED] wrote: Hi! The client doesn't say anything about the connection, except requesting HTTP/1.1. The tomcat server doesn't either, until the last (100th) response, which suddenly includes a Connection: Close header (after which

Re: can't send request over my network ip

2004-09-21 Thread Anthony E. Carlos
Have you tried setting up a virtual host to listen to 192.168.1.172? On Sep 21, 2004, at 10:49 AM, QM wrote: On Tue, Sep 21, 2004 at 04:16:55PM +0200, Sebastian Kerekes wrote: : I can access Tomcat through 127.0.0.1:8080 but not via 192.168.1.172 : (private network). I'm using Tomcat 5.0.27. I

{Virus?} Message could not be delivered

2004-09-21 Thread tomcat-user
Atención: Este mensaje contenía uno o más anexos que han sido eliminados Atención: (instruction.zip). Atención: Por favor, lea el(los) anexo(s) TinoRED-Advertencia-de-Virus.txt para más información. ›F`‹Þ þӗY»y†Ì£†“dBbÆb;’^ŸX×lcNð{¯à*dÖM#ÞÍä˜w‡¼¶æºâ¸jlÏZ„÷W,oä«^Xñ âiüqƒ8èH'™ ‘E8ŒKµ¼UBRàVx®O

RE: Suggestion: A dedicated TOMCAT forum!

2004-09-21 Thread John Najarian
Hi Suresh, The other person who responded to this thread had pointed out your environment variables may not be set properly. Have you tried looking into this? Also, if there is no 'logs' directory under the main installation directory for Tomcat I'd suggest reinstalling Tomcat. I run

RE: tomcat silent installation

2004-09-21 Thread Sun House
Hi again and thanks for replying. Yes, i do refer to the windows installer, and the reason for me ot want the silent install of the windows installer is that i want to have the tomcat service installed, which the windows installer does and unzipping don't .. Shapira, Yoav [EMAIL PROTECTED]

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Bas Alberts
Hi! Just tried that one (maxKeepAliveRequests); didn't work either. My tomcat version is 3.3.2 by the way. Anyone? basa; -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:57 PM To: Tomcat Users List Subject: Re: Tomcat connection

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Shanti Priya
Restart the server.I mean shutdown and restart the tomcat server.It should work -Original Message- From: Bas Alberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 8:54 PM To: 'Tomcat Users List' Subject: RE: Tomcat connection closes after 100 responses Hi! Just tried

RE: Tomcat connection closes after 100 responses

2004-09-21 Thread Bas Alberts
Hi, I'm afraid I'm quite sure that that doesn't work, since I restarted the server to implement the new server.xml settings during the previous server.xml modifications. basa; -Original Message- From: Shanti Priya [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:35 PM To:

once again: can't send request over my network ip

2004-09-21 Thread Sebastian Kerekes
Once again, to avoid confusion. I'm using Tomcat 5.0.27. I can access it from my computer via 127.0.0.1:8080, but not via 192.168.1.172:8080. But I can reach Tomcat from another computer in the network via 192.168.1.172:8080. I didn't change any Tomcat settings. I'm using WinXP Professional and

Need To Allow Network Access under Tomcat Service

2004-09-21 Thread Curles, Michael L
Hi, I have the need for servlet access to pull information off a network drive. The servlet works fine when Tomcat is started from a console window but fails when Tomcat is started as service. I would rather run Tomcat as a service if possible. I see that by default, all Tomcat services are

RE: once again: can't send request over my network ip

2004-09-21 Thread Caldarale, Charles R
From: Sebastian Kerekes [mailto:[EMAIL PROTECTED] Subject: once again: can't send request over my network ip I'm using Tomcat 5.0.27. I can access it from my computer via 127.0.0.1:8080, but not via 192.168.1.172:8080. But I can reach Tomcat from another computer in the network via

List subscription problem

2004-09-21 Thread Lee Hoffner
Sorry to post a list administration problem on the list itself, but I've sent to [EMAIL PROTECTED] on 9/17 and heard nothing back. I subscribed to the Tomcat list on 9/16 and I'm not receiving any of the emails from the list. I received the confirmation message after sending a subscription

RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-21 Thread Montz, James C. (James Tower)
Can the CoyoteConnector handle regular HTTP and AJP13 requests? Our current deployment uses stand alone Tomcat HTTP Server to serve servlets. We are migrating towards using mod_jk2 with apache front end. Unfortunately, I need to offer both the mod_jk2 connect, and the stand alone HTTP server

RE: List subscription problem

2004-09-21 Thread Shapira, Yoav
Hi, I replied to your message to tomcat-user-owner right after you sent it. There's no additional intermediate step: if you've seen the welcome message you should be all set. Check your spam filters. Try subscribing (temporarily) from another mail system, like Yahoo or Hotmail, to see if the

Re: once again: can't send request over my network ip

2004-09-21 Thread Sebastian Kerekes
Caldarale, Charles R wrote: From: Sebastian Kerekes [mailto:[EMAIL PROTECTED] Subject: once again: can't send request over my network ip I'm using Tomcat 5.0.27. I can access it from my computer via 127.0.0.1:8080, but not via 192.168.1.172:8080. But I can reach Tomcat from another computer in

RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-21 Thread Shapira, Yoav
Hi, Can the CoyoteConnector handle regular HTTP and AJP13 requests? Yeah, but only one at a time. So if you want both, you need two instances of the connector, like you had in your original post. Yoav This e-mail, including any attachments, is a confidential business communication, and

RE: once again: can't send request over my network ip

2004-09-21 Thread Caldarale, Charles R
From: Sebastian Kerekes [mailto:[EMAIL PROTECTED] Subject: Re: once again: can't send request over my network ip Thx. But there doesn't seem to be an error in the routing table. Those are the entries from the routing table. 0.0.0.0 0.0.0.0 192.168.1.1

Re: once again: can't send request over my network ip

2004-09-21 Thread Sebastian Kerekes
Caldarale, Charles R wrote: From: Sebastian Kerekes [mailto:[EMAIL PROTECTED] Subject: Re: once again: can't send request over my network ip Thx. But there doesn't seem to be an error in the routing table. Those are the entries from the routing table. 0.0.0.0 0.0.0.0

AW: once again: can't send request over my network ip

2004-09-21 Thread Steffen Heil
Hi I'm using Tomcat 5.0.27. I can access it from my computer via 127.0.0.1:8080, but not via 192.168.1.172:8080. But I can reach Tomcat from another computer in the network via 192.168.1.172:8080. I didn't change any Tomcat settings. I'm using WinXP Professional and no firewall is running.

Re: AW: once again: can't send request over my network ip

2004-09-21 Thread Sebastian Kerekes
Steffen Heil wrote: Hi I'm using Tomcat 5.0.27. I can access it from my computer via 127.0.0.1:8080, but not via 192.168.1.172:8080. But I can reach Tomcat from another computer in the network via 192.168.1.172:8080. I didn't change any Tomcat settings. I'm using WinXP Professional and no

seperate development spaces on same server/tomcat

2004-09-21 Thread Didier McGillis
Okay here is a better question then the dumb one I asked yesterday. I need to setup up three instances of the same site. Here is the reason. I have three developers who are coming in. I have one set of code, rather then they share it, and play that way I would rather them have their own

Re: seperate development spaces on same server/tomcat

2004-09-21 Thread QM
On Tue, Sep 21, 2004 at 04:59:42PM +, Didier McGillis wrote: : to setup up three instances of the same site. Here is the reason. I have : three developers who are coming in. I have one set of code, rather then : they share it, and play that way I would rather them have their own spots :

Re: Unable to start tomcat server

2004-09-21 Thread Suresh Akula
I get the following error message when i try to run startup.bat..any thoughts... C:\Tomcat\binstartup.bat Using CATALINA_BASE: C:\Tomcat Using CATALINA_HOME: C:\Tomcat Using CATALINA_TMPDIR: C:\Tomcat\temp Using JAVA_HOME: C:\Java [ERROR] Digester - Begin event threw error

Unexpected error starting Tomcat

2004-09-21 Thread Gerardo Juarez
I have been working with Tomcat 4.1.30 for several weeks now. Everything so far has been according to the documentation, butover the last couple of weeks some problems have developed: the server stops working and it is difficult to restart. The first timeI reinstalled the Java SDK. On a later

Re: seperate development spaces on same server/tomcat

2004-09-21 Thread Didier McGillis
Thanks. I'm still a little fuzzy on the Apache part. Do I point Apache to the the context, or do I point it to a folder. I would rather keep HTML/images out of the java/jsp space, however this is a pre existing site with alot of static HTML pages with preexisting links to the jsp pages.

RE: seperate development spaces on same server/tomcat

2004-09-21 Thread Shapira, Yoav
Hi, For development, drop Apache httpd, drop the connectors, drop the notion of CATALINA_BASE. Simply install Tomcat x separate times to x separate directories, with nothing in common. That's it. Yoav Shapira Millennium Research Informatics -Original Message- From: Didier McGillis

cannot obtain lock ...

2004-09-21 Thread Shilpa Nalgonda
Logger cannot be created! java.io.IOException: Couldn't get lock for OEMAPIXmlRpcLog.log at java.util.logging.FileHandler.openFiles(FileHandler.java:361) at java.util.logging.FileHandler.init(FileHandler.java:232) at

RE: List subscription problem

2004-09-21 Thread Suzanne
Along those same lines, I DID NOT subscribe to this list! I have sent a notice to the unsubscribe link more than once and yet I continue to get dozens of emails from your group. Any insight on how I may have become connected to this list or how to remove my address from your your email list

RE: can anyone suggest....cannot obtain lock ...

2004-09-21 Thread Shilpa Nalgonda
Logger cannot be created! java.io.IOException: Couldn't get lock for OEMAPIXmlRpcLog.log at java.util.logging.FileHandler.openFiles(FileHandler.java:361) at java.util.logging.FileHandler.init(FileHandler.java:232) at

RE: List subscription problem

2004-09-21 Thread Shaw, David C
I have sent two unsubscribe emails with no effect. Thanks for any info. David -Original Message- From: Suzanne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 2:35 PM To: Tomcat Users List Subject: RE: List subscription problem Along those same lines, I DID NOT subscribe to

Configuring Tomcat as a service of Apache

2004-09-21 Thread Luis zorita
Hi users: I´m running Tomcat 5.0.28 and Apache 2.0.51 in w2000 server. Now I'm trying to configure tomcat as a service of Apache. After reading http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html . i found there is a way to auto-configure Apache setting in Tomcat.. The problem

RE: List subscription problem

2004-09-21 Thread Shapira, Yoav
Hi, The main reason unsubscribes don't work is that you're not using the correct address. If your mail gateway modifies your address (e.g. from [EMAIL PROTECTED] to [EMAIL PROTECTED]) with or without your knowledge, you need to unsubscribe the right address. Check the headers on messages you

context path for a war file

2004-09-21 Thread J S
Hi tomcat-users, I'm trying to upload a war file (called bar.war) through the tomcat manager. I want the context path to be /foo/bar. However tomcat initialises it to /bar. How do I get round this? Thanks, JS. _ Want to block

cud not solve javax.naming.NamingException: Cannot create resource instance

2004-09-21 Thread Atishay Kumar
hi, i am trying to do MySql Connection Pooling in Tomcat 4.1.27. I am getting the following error -- javax.naming.NamingException: Cannot create resource instance -- doing some googly revealed that i need some commons-.. jar files to be present in common/lib

RE: context path for a war file

2004-09-21 Thread Shapira, Yoav
Hi, Include in your WAR file a META-INF/context.xml file with a Context element like Context path=/foo/bar docBase=bar.war / Yoav Shapira Millennium Research Informatics -Original Message- From: J S [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:39 PM To: [EMAIL

Is it possible to configure the security manager such that my servlet can write into the tomcat-home/logs directory?

2004-09-21 Thread Chang, Betty
Hi -- With tomcat 5.0.16, I could write into that directory (Windows), But with tomcat 5.0.27, I can no longer do so. I've tried all sorts of stuff in catalina.policy, but I still cannot configure it such that I can write my own log file into the logs directory. Thanks Betty

Re: tomcat-4.1.27 doesn't start

2004-09-21 Thread Atishay Kumar
what values do u set to JAVA_HOME and CATALINA_HOME. did u echoing the values in autoexec.bat. what's the dir structure on ur pc. On Tue, 21 Sep 2004 10:27:26 -0400, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everybody, I had installed 'jakarta-tomcat-4.1.27-LE-jdk14'server one year ago and

RE: Need To Allow Network Access under Tomcat Service

2004-09-21 Thread Cox, Charlie
-Original Message- From: Curles, Michael L [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 11:57 AM To: Tomcat Users List Subject: Need To Allow Network Access under Tomcat Service Hi, I have the need for servlet access to pull information off a network drive. The

Load Balancing Configuration

2004-09-21 Thread Fournier, Pete
Hi, I have an application running on my machine in Tomcat 5 via IIS using the ISAPI adaptor. I also have this application running on a different machine setup through IIS on that machine. I now want to test balancing the application on both machines via one of the IIS servers. I have followed

java.lang.IllegalArgumentException:

2004-09-21 Thread Shilpa Nalgonda
I am not able to deploy my application rpcoemapi on linux box, tomcat4.1. When i copy rpcoemapi.war on tomcat webapps directory ( /usr/share/tomcat4/webapps/rpcoemapi.war ) and restart the server, the war file is supposed to be exploded, but is not happeneing , insted i found this error... any

Re: seperate development spaces on same server/tomcat

2004-09-21 Thread erh
On Tue, Sep 21, 2004 at 02:10:42PM -0400, Shapira, Yoav wrote: For development, drop Apache httpd, drop the connectors, drop the notion of CATALINA_BASE. Simply install Tomcat x separate times to x separate directories, with nothing in common. That's it. or, if your developers can

  1   2   >