a compromised tomcat server

2006-06-10 Thread hv @ Fashion Content
I had an incident on my server the other day where someone had succesfully broken into the server to execute a port scanner. The port scanner was running under the tomcat process so I assume the breakin was done by getting through the Tomcat manager app. At first I feared that I had made a

Re: a compromised tomcat server

2006-06-10 Thread David Smith
It's possible (anything is possible), but not likely with a default install. I would look at all the services running on that server. If you focus on your tomcat server to the detriment of other services, you will miss critical forensic evidence. The tomcat user account may have just had

Re: a compromised tomcat server

2006-06-10 Thread hv @ Fashion Content
installed. David Smith [EMAIL PROTECTED] skrev i en meddelelse news:[EMAIL PROTECTED] It's possible (anything is possible), but not likely with a default install. I would look at all the services running on that server. If you focus on your tomcat server to the detriment of other services, you

Re: a compromised tomcat server

2006-06-10 Thread David Smith
that... but I dont see any new web-apps being installed. David Smith [EMAIL PROTECTED] skrev i en meddelelse news:[EMAIL PROTECTED] It's possible (anything is possible), but not likely with a default install. I would look at all the services running on that server. If you focus on your tomcat server

Is Tomcat Server for free?

2006-05-23 Thread SayedA . Rahman
Hi There, I have written a solution application and plan to sell it. The server may be on customers computer or mine depending on customers choice. 1 Do I need to pay you for installing Tomcat server on my customers computer, is there any version of it that is for free? 2 Do I need to buy your

Re: Is Tomcat Server for free?

2006-05-23 Thread Filip Hanik - Dev Lists
There, I have written a solution application and plan to sell it. The server may be on customers computer or mine depending on customers choice. 1 Do I need to pay you for installing Tomcat server on my customers computer, is there any version of it that is for free? 2 Do I need to buy your server if I

RE: Is Tomcat Server for free?

2006-05-23 Thread Peter Crowther
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 1 Do I need to pay you for installing Tomcat server on my customers computer, is there any version of it that is for free? The short answer: In my opinion, no, you do not need to pay; all versions are free for installation and use. I am

Re: Is Tomcat Server for free?

2006-05-23 Thread SayedA . Rahman
Subject Re: Is Tomcat Server for free? Please respond to Tomcat Users

JDBC Pool - one instance per web application or one instance per Tomcat server (Tomcat 5.5)

2006-05-22 Thread Edmon Begoli
We define the JDBC connection settings in the context.xml file under TOMCAT_ROOT/conf We run four applications on this server. My question is: Does each application gets one instance of a pool or is the pool shared accross all the applications? This question applies to Tomcat 5.5 with the

Re: JDBC Pool - one instance per web application or one instance per Tomcat server (Tomcat 5.5)

2006-05-22 Thread Filip Hanik - Dev Lists
depends on how you define it, you can define a global pool in GlobalResources (server.xml) or define the entire pool in your context Filip Edmon Begoli wrote: We define the JDBC connection settings in the context.xml file under TOMCAT_ROOT/conf We run four applications on this server. My

How to pass basic auth credentials from one tomcat server to another - SSO

2006-03-28 Thread Vivek Mohan
be on different machines. Question: How can I enable the user to give his username/password only in the entry server and not again for any other tomcat server? Is there a way to pass on the credentials to the webapp url being accessed? Thanks, Vivek. -- I told the doctor I broke my leg in two places

Can not look at the Tomcat server from another stations.

2006-03-06 Thread gomez_igo
Hi all users. I have the next problem. I have installed and configured the Tomcat server, and have start it, so when I type the direction http://server:8080/ on the explorer, it shows me the initial page (index.jsp). When I try the same thing, where server is my IP address, from another station

Re: Can not look at the Tomcat server from another stations.

2006-03-06 Thread David Delbecq
then either remove it either configure it appropriately. regards, [EMAIL PROTECTED] a écrit : Hi all users. I have the next problem. I have installed and configured the Tomcat server, and have start it, so when I type the direction http://server:8080/ on the explorer, it shows me the initial

Re: Maximum concurrent connection to Tomcat server

2005-11-06 Thread Don Hill
Li Ma wrote: We are deploying a web-based project to Tomcat 5.5. We are doing some load testing now. But the load testing failed after concurrent connection reaches about 80 to 100. I think it is not a big number at all.Our server(a linux box) where Tomcat is running has 1G memory and set

Re: Maximum concurrent connection to Tomcat server

2005-11-06 Thread Don Hill
Luis Torres wrote: Hi there, What do you have on maxThreads and what error do you get when tomcat fails to respond? Just a thought... if you have 1GB of memory maybe is not a good idea to let tomcat use that same number since your OS and other processes need memory also. I don't know what

Maximum concurrent connection to Tomcat server

2005-11-05 Thread Li Ma
We are deploying a web-based project to Tomcat 5.5. We are doing some load testing now. But the load testing failed after concurrent connection reaches about 80 to 100. I think it is not a big number at all.Our server(a linux box) where Tomcat is running has 1G memory and set maxheap of Tomcat to

<    3   4   5   6   7   8