What is the difference between TomCat and Geronimo?

2008-04-09 Thread Ben Stover
What is the difference between TomCat and Geronimo? Do they implement the same functionality or is one a super-set of the other? Ben - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: tomcat cache wierd behaviour

2008-04-09 Thread loredana loredana
I still can't understand how winscp has any part in this. I don't copy anything, I only use it to view the files. Tomcat automatically creates the .java and .class files. I could use putty or some other tool and the result would be the same. But it's even wierder. Now I see even the

Re: Tomcat does not start as a service in a brand new installation

2008-04-09 Thread Mark Thomas
BeasC wrote: Is there any connection? Does anyone know of a possible solution to this error? Any help is greatly appreciated! Take a look at: https://issues.apache.org/bugzilla/show_bug.cgi?id=41538 Mark - To start a new

Re: What is the difference between TomCat and Geronimo?

2008-04-09 Thread Mark Thomas
Ben Stover wrote: What is the difference between TomCat and Geronimo? Geronimo is a full J2EE container. Tomcat is a Servlet/JSP container (so Tomcat functionality is a subset of Geronimo's) Mark - To start a new topic,

Re: What is the difference between TomCat and Geronimo?

2008-04-09 Thread Vamsavardhana Reddy
Also Geronimo has a distribution with Tomcat as the web container. ++Vamsi On Wed, Apr 9, 2008 at 12:40 PM, Mark Thomas [EMAIL PROTECTED] wrote: Ben Stover wrote: What is the difference between TomCat and Geronimo? Geronimo is a full J2EE container. Tomcat is a Servlet/JSP container (so

Connection pooling again

2008-04-09 Thread [EMAIL PROTECTED]
i think i don't get the utility of a connection pooling, since i have this situation: 30 threads try to perform at same time a db access with the call: new Database().doSomething() My Database class is done like that: public class Database { private long start = 0; private

RE: Apache Tomcat role authorisation against AD2003

2008-04-09 Thread Rupert Whitefield
Chris, Thanks for the response. I think you are correct on the role definition (could not find a way of escaping or wildcarding the role which struts 1.1 suggests is possible) - so have worked a little more on the AD realm settings in Tomcat. By trail and error I have found the below to work:

Re: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-09 Thread Francis Galiegue
2008/4/9, Caldarale, Charles R [EMAIL PROTECTED]: [...] I've had no problems with 5.0, 5.5, and 6.0 in using a ROOT.xml file in conf/Catalina/[host] containing a Context element with an absolute docBase attribute pointing to the location of the webapp. You must not use a path attribute,

Fwd: Solution for hosting multiple secure, certified domains at one Tomcat instance

2008-04-09 Thread Stephen Francis
-- Forwarded message -- From: Stephen Francis [EMAIL PROTECTED] Date: 3 Apr 2008 19:53 Subject: Solution for hosting multiple secure, certified domains at one Tomcat instance To: [EMAIL PROTECTED] Is this worth posting in your FAQ? The solution works, but the technical language

Re: Servlet Concurrency problem

2008-04-09 Thread David Smith
I'm guessing these requests are from the same browser. The browser limits the number of connections it makes to the server to 2. If you really need more, google for hacks to the browser to allow more. --David davilovick wrote: Hi, we are trying to develop a servlet, but ive encountered

Re: tomcat cache wierd behaviour

2008-04-09 Thread loredana loredana
Solved well, i guess you guys were right. problem was winscp which had an option preserve timestamp in the preferences panel. Disabled it and now it seems to show all times corectly. 10x a lot for everybody's help! really thanks! - Original Message From: loredana loredana [EMAIL

Re: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-09 Thread David Smith
As you've set it up below, your webapp, one2team will be deployed twice. Once as ROOT and once as one2team. If I were in your shoes, I would create a folder right next to webapps and name it mywebapps or something. Name isn't all that important. Then move the one2team webapp in that folder

Tomcat does not start

2008-04-09 Thread hakan
The Tomcat 6.0 service does not start. I get the following messages in the log. (The first one is swedish for Can't find the file). I've copied the MSVCR71.DLL to Windows\System32. I'm on Vista 64-bit. [2008-04-09 10:03:04] [174 javajni.c] [error] Det går inte att hitta den angivna modulen.

RE: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-09 Thread Caldarale, Charles R
From: Francis Galiegue [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5.x or 6.x: ROOT limitation removed? Well, this doesn't work for me :( Context docBase=/var/lib/tomcat5/webapps/one2team Logger className=org.apache.catalina.logger.FileLogger prefix=tomcat-logger

RE: Solution for hosting multiple secure, certified domains at one Tomcat instance

2008-04-09 Thread Caldarale, Charles R
From: Stephen Francis [mailto:[EMAIL PROTECTED] Subject: Fwd: Solution for hosting multiple secure, certified domains at one Tomcat instance 3. You then need to map the different IP addresses to different ports for Tomcat to listen on A more straightforward alternative is to use the

RE: Connection pooling again

2008-04-09 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Connection pooling again i think i don't get the utility of a connection pooling, since i have this situation: 30 threads try to perform at same time a db access with the call: Are you running the 30 client requests from a

RE: Mod_JK on OSX server 10.5

2008-04-09 Thread Caldarale, Charles R
From: CommonGround Softworks/Phil McNamara [mailto:[EMAIL PROTECTED] Subject: Mod_JK on OSX server 10.5 The new Tomcat (5.5.7) plays fine on port 8080. Why are you using such an old level? That's nearly three years old. We want to move to using apache 2.2 with mod_jk to hand off

Re: Servlet Concurrency problem

2008-04-09 Thread Mikolaj Rydzewski
David Smith wrote: I'm guessing these requests are from the same browser. The browser limits the number of connections it makes to the server to 2. If you really need more, google for hacks to the browser to allow more. Or use wget, ab, jmeter, etc. -- Mikolaj Rydzewski [EMAIL PROTECTED]

Servlet Concurrency problem

2008-04-09 Thread davilovick
Hi, we are trying to develop a servlet, but ive encountered some problems with the concurrency. The problem is that only 2 HttpRequest is dispatched at the same time. the doPost body is the following: code protected void doGet(HttpServletRequest request, HttpServletResponse response) {

RE: Web Service deployed on Tomcat stops responding after sometime

2008-04-09 Thread Caldarale, Charles R
From: whitesox12 [mailto:[EMAIL PROTECTED] Subject: Web Service deployed on Tomcat stops responding after sometime The issue I am facing is after deploying a service all works fine. As soon as I leave the service idle means I don't make any calls to the Web Service for couple of hours

RE: Connection pooling again

2008-04-09 Thread [EMAIL PROTECTED]
It's not a matter of web connection, the server listen with serverSocket on a port, so i made a test application that connect with 30 threads. What i can't understand is: connection pooling shouldn't perform 'x' concurrent connections? Why instead enqueue it? Is it because i do from same ip

JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication?

2008-04-09 Thread david.melia
Hi, I currently have a web application which is secured using standard J2EE security (i.e. all URL's are secured by a role). For authentication, I am using the standard tomcat JNDI realm (i.e. Realm className=org.apache.catalina.realm.JNDIRealm ...) connecting to an LDAP directory and this

Problems with RMI from Webservice (tomcat4 + axis2 1.3)

2008-04-09 Thread sandeep_khurana
Hi, I have a web service that makes RMI calls to another application that acts like an RMI server. The exception is this ... Caused by: java.security.AccessControlException: access denied (java.io.FilePermission C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\balancer read) at

Re: Apache Tomcat role authorisation against AD2003

2008-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rupert, Rupert Whitefield wrote: | Thanks for the response. I think you are correct on the role definition | (could not find a way of escaping or wildcarding the role which struts | 1.1 suggests is possible) - so have worked a little more on the AD

Cant Find servlets-cgi.jar

2008-04-09 Thread Troy Bull
Greetings I am trying to enable cgi on my tomcat 6 installation. I followed the instructions but it says to find and rename a jar called servlets-cgi.jar. !-- IMPORTANT: To use the CGI servlet, you also need to rename the -- !--

Re: Connection pooling again

2008-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daad, [EMAIL PROTECTED] wrote: | i think i don't get the utility of a connection pooling, since i have this situation: 30 threads try to perform at same time a db access with the call: | | new Database().doSomething() Are you sure you're using your

RE: Cant Find servlets-cgi.jar

2008-04-09 Thread Caldarale, Charles R
From: Troy Bull [mailto:[EMAIL PROTECTED] Subject: Cant Find servlets-cgi.jar I followed the instructions but it says to find and rename a jar called servlets-cgi.jar. To reuse a quote from the past: That statement is no longer operative. The CGI servlet is now included in catalina.jar,

Re: Cant Find servlets-cgi.jar

2008-04-09 Thread Rusty Wright
Try doing a google search with servlets-cgi jar site:apache.org I don't see anything for Tomcat 6 in the results, only previous versions. Troy Bull wrote: Greetings I am trying to enable cgi on my tomcat 6 installation. I followed the instructions but it says to find and rename a jar

RE: Web Service deployed on Tomcat stops responding after sometime

2008-04-09 Thread whitesox12
I am using Oracle 10g Database. Caldarale, Charles R wrote: From: whitesox12 [mailto:[EMAIL PROTECTED] Subject: Web Service deployed on Tomcat stops responding after sometime The issue I am facing is after deploying a service all works fine. As soon as I leave the service idle means

Why use SOAP in Java

2008-04-09 Thread Sam Wun
Hi, I am wondering why use SOAP with Java? Since SOAP is based on RPC, I think the best question may be asked, why use RPC for client-server application? Thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: Why use SOAP in Java

2008-04-09 Thread Kristian Rink
Am Wed, 9 Apr 2008 07:21:29 -0700 (PDT) schrieb Sam Wun [EMAIL PROTECTED]: I am wondering why use SOAP with Java? Since SOAP is based on RPC, I think the best question may be asked, why use RPC for client-server application? Well... let's put it another way: Why not use SOAP and/or RPC for

Re: Connection pooling again

2008-04-09 Thread Mikolaj Rydzewski
[EMAIL PROTECTED] wrote: i think i don't get the utility of a connection pooling, since i have this situation: 30 threads try to perform at same time a db access with the call: new Database().doSomething() JNDI lookups are expensive. You should get DataSource object from JNDI first, and

Control M char in java path when starting tomcat

2008-04-09 Thread GARG, Vikrant, GBM
Hi, I am trying to set up tomcat 5.5.25 on a Solaris 10 machine. However, when I run the startup.sh script from the apache-tomcat-5.5.25/bin location, and check catalina.out file under /logs folder, I see the following error message: Error: no `server^M' JVM at

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Caldarale, Charles R
From: GARG, Vikrant, GBM [mailto:[EMAIL PROTECTED] Subject: Control M char in java path when starting tomcat I have checked through the various tomcat script and xml files, and I cant find a reason for the ^M char to get included in the java path. Most likely because you edited it with

Re: class file has wrong version

2008-04-09 Thread Eric B
Hi, Len. Thanks for the tip; this has been somewhat of a noodle buster for me, thus far. I confirmed that the Server actually has a 1.4 and a 1.6 JDK, but there's nothing for 1.3. I managed to fix the problem, however, with a little bit of tweaking. I reinstalled Tomcat on the Server, and

RE: Mod_JK on OSX server 10.5

2008-04-09 Thread CommonGround Softworks/Phil McNamara
From: CommonGround Softworks/Phil McNamara [mailto:[EMAIL PROTECTED] Subject: Mod_JK on OSX server 10.5 The new Tomcat (5.5.7) plays fine on port 8080. Why are you using such an old level? That's nearly three years old. We want to move to using apache 2.2 with mod_jk to hand off

Re: Connection pooling again

2008-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mikolaj, Mikolaj Rydzewski wrote: | JNDI lookups are expensive. No, they're not. We're not talking about using a remote JNDI server or AD or anything like that. This is all local and the lookups are very fast. To convince yourself, run this simple

RE: Control M char in java path when starting tomcat

2008-04-09 Thread GARG, Vikrant, GBM
Actually I did not do any edits anywhere. I downloaded the tar.gz for solaris from apache website to my windows pc, then psftp-ed it to the solaris box, gunzipped and untarred it, and then tried to start the tomcat. Vikrant Garg RBS Global Banking Markets Office: +44 20 7085 0566 | Mobile:

Problems with CGi

2008-04-09 Thread Troy Bull
Greetings I followed the instructions to setup cgi support in Tomcat 6. I think i have it configured as per the instructions. I uncommented 2 sections in my web.xml. When I restart tomcat nothing works. No matter what I try to go to (static html, web apps), tomcat just returns a blank page,

Re: Control M char in java path when starting tomcat

2008-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vikrant, GARG, Vikrant, GBM wrote: | Actually I did not do any edits anywhere. I downloaded the tar.gz for | solaris from apache website to my windows pc, then psftp-ed it to | the solaris box, gunzipped and untarred it, and then tried to start |

RE: Mod_JK on OSX server 10.5

2008-04-09 Thread Caldarale, Charles R
From: CommonGround Softworks/Phil McNamara [mailto:[EMAIL PROTECTED] Subject: RE: Mod_JK on OSX server 10.5 In OSX, IIRC, there were the usual issues because the ports less than 1024 are reserved for priviledged services Which is exactly why jsvc (now commonds-daemon) was invented.

RE: Problems with CGi

2008-04-09 Thread Caldarale, Charles R
From: Troy Bull [mailto:[EMAIL PROTECTED] Subject: Problems with CGi When I restart tomcat nothing works. 1) Are you running Tomcat from the scripts or as a service? If the latter, run it from the startup script to get more diagnostic information. 2) Regardless of the answer to #1, what's

Re: Connection pooling again

2008-04-09 Thread [EMAIL PROTECTED]
I missed some messages seems.. So is the enqueuing thing a bad behaviour of pooling or is it just normal? I don't know anymore what to expect from db pooling at this point :( I started a forum thread there http://forum.java.sun.com/thread.jspa?threadID=5274763tstart=0 too, if anybody want to

Re: Problems with CGi

2008-04-09 Thread Troy Bull
On Wed, Apr 9, 2008 at 10:20 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Troy Bull [mailto:[EMAIL PROTECTED] Subject: Problems with CGi When I restart tomcat nothing works. 1) Are you running Tomcat from the scripts or as a service? If the latter, run it from the

Re: Connection pooling again

2008-04-09 Thread Mikolaj Rydzewski
Christopher Schultz wrote: Mikolaj Rydzewski wrote: | You should get DataSource object from JNDI | first, and then pass it to other threads. Every thread should just call | DataSource.getConnection(). That's a bad idea. The reason you store the DataSource in JNDI is so that it is universally

RE: Mod_JK on OSX server 10.5

2008-04-09 Thread CommonGround Softworks/Phil McNamara
From: CommonGround Softworks/Phil McNamara [mailto:[EMAIL PROTECTED] Subject: RE: Mod_JK on OSX server 10.5 In OSX, IIRC, there were the usual issues because the ports less than 1024 are reserved for priviledged services Which is exactly why jsvc (now commonds-daemon) was invented.

Re: Connection pooling again

2008-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daad, [EMAIL PROTECTED] wrote: | I missed some messages seems.. So is the enqueuing thing a bad | behaviour of pooling or is it just normal? I suspect you have a problem with your code, somewhere. Are you creating a new Database object every time?

RE: Connection pooling again

2008-04-09 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: Connection pooling again So is the enqueuing thing a bad behaviour of pooling or is it just normal? Your queueing problem most likely has nothing to do with the pooling capability but rather with your app, your database, or

RE: Problems with CGi

2008-04-09 Thread Caldarale, Charles R
From: Troy Bull [mailto:[EMAIL PROTECTED] Subject: Re: Problems with CGi CGIServlet is privileged and cannot be loaded by this web application Interesting; I suppose that's a side effect of including it in catalina.jar now. How can I tell Tomcat to allow CGI globally You can set

Re: AJP connector question

2008-04-09 Thread darinpope
It's an (un)documented attribute called packetSize for the AJP connector: https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 The packetSize attribute is only good for 5.5.20+ and 6.0.2+. However, I'm having issues with this myself. I've set my max_packet_size in the worker and the

RE: Connection pooling again

2008-04-09 Thread [EMAIL PROTECTED]
Your queueing problem most likely has nothing to do with the pooling capability but rather with your app, your database, or your test driver. 1) If the test driver is browser based (e.g., Java script), you're limited to two connections to a given server. If your test driver is using some

RE: Mod_JK on OSX server 10.5

2008-04-09 Thread Caldarale, Charles R
From: CommonGround Softworks/Phil McNamara [mailto:[EMAIL PROTECTED] Subject: RE: Mod_JK on OSX server 10.5 Thanks. I found this: http://commons-daemon.darwinports.com/ Why not look at the real doc? http://commons.apache.org/daemon/ - Chuck THIS COMMUNICATION MAY CONTAIN

RE: Connection pooling again

2008-04-09 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: Connection pooling again what should i ask to check to the db admin? Start with: does the db limit the number of connections from a given client (which in this case, is the box Tomcat is running on)? How? Should i use

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Nuno Manuel Martins
Hi, If you have the tool installed you can just run unix2dos filename and it will strip the offending chars. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 9 de Abril de 2008 16:06 To: Tomcat Users List Subject: Re: Control M char in java path

RE: Control M char in java path when starting tomcat

2008-04-09 Thread Nuno Manuel Martins
Ooops, my bad, obviously meant dos2unix -Original Message- From: Nuno Manuel Martins Sent: quarta-feira, 9 de Abril de 2008 17:27 To: Tomcat Users List Subject: RE: Control M char in java path when starting tomcat Hi, If you have the tool installed you can just run unix2dos filename and

RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication?

2008-04-09 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication? I believe you can only set one standard error page in the XML file, if I'm not mistaken, at least of the

Tomcat SSL

2008-04-09 Thread Max Sevenfold
Hello, Is it possible to configure Tomcat with Coyote connector to work in IE 7 and Opera ? (I have configured IE 7 or Opera but not both) Thanks, Max - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,

RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication?

2008-04-09 Thread Propes, Barry L
I believe you can only set one standard error page in the XML file, if I'm not mistaken, at least of the specific web app itself. But one thing I did was flag for a specific exception to be caught, and if this matched, ran an out.println series of statements to the browser indicating to the

RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication?

2008-04-09 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:[EMAIL PROTECTED] Subject: RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication? even for my antiquated version, Chuck? 4.1.36? It's been in the servlet spec since at least 2.2, so it should

Re: AJP connector question

2008-04-09 Thread Rainer Jung
darinpope schrieb: It's an (un)documented attribute called packetSize for the AJP connector: https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 The packetSize attribute is only good for 5.5.20+ and 6.0.2+. However, I'm having issues with this myself. I've set my max_packet_size in the

RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication?

2008-04-09 Thread Propes, Barry L
ok, thanks. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 11:47 AM To: Tomcat Users List Subject: RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication? From:

RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form based authentication?

2008-04-09 Thread Propes, Barry L
even for my antiquated version, Chuck? 4.1.36? -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 11:17 AM To: Tomcat Users List Subject: RE: JNDIRealm - how to display login exceptions/error msg within form-error-page when using Form

memory usage of specific webapp with jmx

2008-04-09 Thread sed . nivo
Hi, Can I see the memory usage of the web application deployed in Tomcat with JMX. By now I can connect to Tomcat with jconsole and see the summary memory size. I hope that I can also see the size of the web application without writing Java code. I think so because web application classes are

Re: AJP connector question

2008-04-09 Thread darinpope
Tomcat 5.5.25 mod_jk 1.2.25 -- View this message in context: http://www.nabble.com/AJP-connector-question-tp16587397p16592150.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic,

RE: memory usage of specific webapp with jmx

2008-04-09 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: memory usage of specific webapp with jmx I hope that I can also see the size of the web application without writing Java code. Nope, and probably not even by writing Java code. I think so because web application classes are

RE: Tomcat tool similar to top (Solved!)

2008-04-09 Thread Enrique Arizón
Answering myself, and in case someone else is interested: Looks that newest versions of tomcat mananager provide some info about resource usage in a human readable way. Once setup all that needed is to point to: http://MyServer:8080/manager/status/all And quite detailed info will be providen

Re: Tomcat 5.5.x or 6.x: ROOT limitation removed?

2008-04-09 Thread Francis Galiegue
2008/4/9, Caldarale, Charles R [EMAIL PROTECTED]: [...] Well, this doesn't work for me :( Context docBase=/var/lib/tomcat5/webapps/one2team Logger className=org.apache.catalina.logger.FileLogger prefix=tomcat-logger suffix=.log verbosity=2 timestamp=false/

Re: Connection pooling again

2008-04-09 Thread [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daad, [EMAIL PROTECTED] wrote: | I missed some messages seems.. So is the enqueuing thing a bad | behaviour of pooling or is it just normal? I suspect you have a problem with your code, somewhere. Are you creating a new Database object every

RE: Connection pooling again

2008-04-09 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: Connection pooling again what should i ask to check to the db admin? Start with: does the db limit the number of connections from a given client (which in this case, is the box Tomcat is running on)? Is there a specific

RequestDispatcher throws Exception on server

2008-04-09 Thread Bob Riaz
Hi, Here's my environment: Eclipse Europa Tomcat 6 I'm running a simple app that receives a request, and redirects to the appropriate page depending on the request url. This works fine when I test it on my local machine. But when I run it on the server an exception is thrown at

Re: Why use SOAP in Java

2008-04-09 Thread Mark H. Wood
I wonder if the real question here is not more like: what advantage does one gain in using RPC rather than some other method? I must admit that I sometimes ask myself that question. I must also admit that this whole thread is too general to be topical on the Tomcat list. -- Mark H. Wood, Lead

Harbor 1.0.7 Release

2008-04-09 Thread Johnny Kewl
Maintenance Release Enjoy! --- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

tomcat5.5 error

2008-04-09 Thread Urooj Khan
hi everyone... i have an application which was running perfectly on tomcat 5.0 and now i just deployed it on tomcat 5.5 and i'm getting the following error Apr 9, 2008 3:42:43 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception

RE: RequestDispatcher throws Exception on server

2008-04-09 Thread Caldarale, Charles R
From: Bob Riaz [mailto:[EMAIL PROTECTED] Subject: RequestDispatcher throws Exception on server Here's my environment: Eclipse Europa Tomcat 6 You're not really running Tomcat on your server via Eclipse, are you? Want to give us a hint about the platform and JVM you're using? - Chuck

Re: AJP connector question

2008-04-09 Thread Rainer Jung
darinpope schrieb: It's an (un)documented attribute called packetSize for the AJP connector: https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 The packetSize attribute is only good for 5.5.20+ and 6.0.2+. However, I'm having issues with this myself. I've set my max_packet_size in the

No Tomcat installation instructions provided

2008-04-09 Thread Scot Wilcoxon
The Tomcat 6 download page nicely provides links to Core and Deployer files. But there's no hint what to do with them. I don't know if I need both Core and Deployer. There is no explanation of what these are. Yes, I have some clues from other instructions of what to do with Core. But there

Re: Connection pooling again

2008-04-09 Thread [EMAIL PROTECTED]
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daad, [EMAIL PROTECTED] wrote: | i think i don't get the utility of a connection pooling, since i have this situation: 30 threads try to perform at same time a db access with the call: | | new Database().doSomething() Are you sure you're

Error starting static Resources, With Network drive

2008-04-09 Thread Ashish Kulkarni
Hi I am running tomcat on Windows XP, i have mapped a network drive to this PC running Tomcat. Under \conf\Catalina\localhost i created a xml file for specifying document root This XML file contains following code ?xml version='1.0' encoding='utf-8'? Context crossContext=true path=/myproject

Re: Tomcat SSL

2008-04-09 Thread Max Sevenfold
Thanks Martin, I have 2 connectors one works with IE7 and Opera Do you know how to configure it to support both browsers? The difference is ciphers attribute. This works with IE but not Opera Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https

Re: Error starting static Resources, With Network drive

2008-04-09 Thread Mark Thomas
Ashish Kulkarni wrote: What may be the reason, is it possible to do so or not?# http://wiki.apache.org/tomcat/FAQ/Windows - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Error starting static Resources, With Network drive

2008-04-09 Thread Ashish Kulkarni
Hi I did try docBase as //mydrive/test/myproject/WebRoot where k drive is mapped to //mydrive/test, but i still get the same error Is there a specific way to define UNC path in docbase? Ashish On 4/9/08, Mark Thomas [EMAIL PROTECTED] wrote: Ashish Kulkarni wrote: What may be the reason, is

Re: Connection pooling again

2008-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daad, [EMAIL PROTECTED] wrote: | No, my test is done with threads that connect using sockets. Server | listen with ServerSocket and 30 Threads are started connecting to it. Er... did you write your own server, or are you using Tomcat? I'm sorry...

tomcat not able to connect to postgresql?

2008-04-09 Thread Dan Eriksson
Hi list! I am trying to configure apache + tomcat using mod_jk on different machines with virtual hosts, i.e one frontend running apache (2.2.3-4+etch4), one backend running tomcat 6 (binary apache-tomcat-6.0.16) with postgresql (postgresql-8.1, 8.1.11-0etch1) on debian etch. My virtual host

Re: tomcat not able to connect to postgresql?

2008-04-09 Thread Gabe Wong
Dan Eriksson wrote: Hi list! I am trying to configure apache + tomcat using mod_jk on different machines with virtual hosts, i.e one frontend running apache (2.2.3-4+etch4), one backend running tomcat 6 (binary apache-tomcat-6.0.16) with postgresql (postgresql-8.1, 8.1.11-0etch1) on debian

RE: tomcat not able to connect to postgresql?

2008-04-09 Thread Dan Eriksson
Hi again, I thought I would give some complementing stuff, I am using the following jdbc driver, which is located in tomcat/lib, postgresql-8.3-603.jdbc4.jar I have also tried, postgresql-8.0-313.jdbc3.jar I am using jdk-6u5-linux-i586.bin version of java. To clarify one thing, if I only use

[SOLVED] tomcat not able to connect to postgresql?

2008-04-09 Thread Dan Eriksson
Hi Gabe, Thanks for the fast answer! -Original Message- From: Gabe Wong [mailto:[EMAIL PROTECTED] Sent: Thu 4/10/2008 4:29 AM To: Tomcat Users List Subject: Re: tomcat not able to connect to postgresql? Dan Eriksson wrote: If I try to connect to my vhost now everything looks ok, no

Unable to open the service Tomcat5

2008-04-09 Thread Jim Babatzanis
Hello all. Tomcat 5.5.17 has been installed on our developers Windows workstations. While running as an administrator, there are no problems when logging in. However, when logging in as a standard user, we receive the error box titled “Application System Error” with text “Access is denied.