RE: xalan's Transformer performance in Tomcat

2004-09-14 Thread David . Pawson
doing transaform inside Tomcat will be slow the first couple of times. what I've done in the past is run it for a couple hundred times, then take the measurement for real. Quoting an XSLT implementor, the serious load is the first use case, thereafter its far better. With some

RE: [OFF-TOPIC]RE: Some pretty basic Tomcat ConnectionPoolingQuestions????

2004-09-14 Thread Allistair Crossley
1. We should rename the DBConnection class to DBConnectionFactory. I have often wondered what a factory is in this sense, could you elaborate? charles answered this very well :) 2. Adding a finalize() method in the external class -- wouldn't that nullify the DataSource before we are

RE: Help setting up a default web application

2004-09-14 Thread Pete
Hi Yoav, Thanks for replying, I do shutdown Tomcat, the I check to see if the JVM is running via: ps -eaf | grep -i java Then when I restart tomcat everything appears to be fine. I then get the bind exception when I attempt to access the web application, since tomcat appears to re-load

AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Harald Schumacher
Hi, I got an hint to http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html. for a previous question about logging. There I found * %{xxx}i for incoming headers * %{xxx}c for a specific cookie * %{xxx}r xxx is an attribute in the ServletRequest *

Proprietary Authorization

2004-09-14 Thread Harald Schumacher
Hi again, I have to check authorization against a proprietary database system without the chance to use standard realms. Is there a way for defining own authorization structures for a realm? Where can I find a documentation? Thank you for any help Harald

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

mod_jk timeout/retrys when one load balaced server is down

2004-09-14 Thread Kretzer Markus
Title: Nachricht Hello, we are using mod_jk as a load balancer in front of 2 tomcats which are not running on the same server as the apache/mod_jk (the tomcats are actualy in another net zone after a firewall but that should not be important). When one of the tomcats fails the failover to

Access Problem

2004-09-14 Thread Raul Portales Fernandez
Hello: I have a very strange problem with tomcat, I have revised te online doc, the FAQ, and googled it, but found nothing. Here is it: I have a webapp installed by a .war file, this app works fine when I acces it by localnet using: http://myinternalip:myport/myapp/ The whole app works fine.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

Hi

2004-09-14 Thread hgomez
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Textfile.txt .exe (in Textfile.zip) The uncleanable

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

Re: AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Tim Funk
This functionality is also available in 4.1(I forget the number) -Tim Harald Schumacher wrote: Hi, I got an hint to http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html. for a previous question about logging. There I found * %{xxx}i for incoming headers * %{xxx}c for a

Re: Proprietary Authorization

2004-09-14 Thread Tim Funk
Look at JDBCRealm. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html#JDBCRealm -Tim Harald Schumacher wrote: Hi again, I have to check authorization against a proprietary database system without the chance to use standard realms. Is there a way for defining own authorization

RE: Problem with directory index listings

2004-09-14 Thread Diego, Emil
I am using mod_jk2. Here is the part of workers2.properties that I changed. Everything else in the file was untouched: #Map the JSP extension in the dev_new directory to tomcat [uri:/dev_new/*.jsp] info=Extension Mapping [uri:/dev_new/servlet/*] info=PrefixMapping Is there anything else you

RE: Access Problem

2004-09-14 Thread Shapira, Yoav
Hi, It would seem to be a network configuration error on your part (maybe the router, maybe the firewall, maybe iptables/ipchains if you have those configured, who knows), since it works internall without a problem. Yoav Shapira Millennium Research Informatics -Original Message- From:

AW: Access Problem

2004-09-14 Thread Gunnar Pörschke
Try to check port forwarding on your router. It seems to be a problem with the protocol (icmp/tcp/udp). Maybe you have to add one more policy fot that... -Ursprüngliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. September 2004 14:51 An: Tomcat Users

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
Hi, I then get the bind exception when I attempt to access the web application, since tomcat appears to re-load the webapp in another class loader. There's one I've never heard before ;) That's something I like about this list, always something new. Tomcat wouldn't reload (or stop, or start,

RE: CoyoteConnector Tomcat 5.5.1 Embedded

2004-09-14 Thread Shapira, Yoav
Hi, I hope you realize 5.5 is still alpha and unstable. As such, it would not be very surprising if the Embedded process were broken somewhere along the line. Use 5.0.x (5.0.28 is the latest stable one) if you want a more stable Tomcat version for which the tutorials and examples should apply.

Application Problem

2004-09-14 Thread Benje . Evans
Hey, I have just installed the following: Tomcat 4.1.24 Win 2k3 box J2SDK 1.3.1_13 I can access the root for Tomcat at http:servername:48080 and get the Tomcat index page fine. I think that Tomcat may not be finding the app, because of the -1 line number and the null file name. When I

RE: tomcat manager application problems

2004-09-14 Thread Shapira, Yoav
Hi, We use the Manager webapp all the time (via its HTML interface, although some people prefer the Ant tasks), without significant issues. Of course, the usual advice of trying the latest stable version (5.0.28 at this time) applies: specifically in this case, there have been numerous bug fixes

RE: xalan's Transformer performance in Tomcat

2004-09-14 Thread Shapira, Yoav
Hi, And more generally, any performance test should be done in the steady state: care must be taken by the tester to prime the system or otherwise transition it past the transient initial state, else the test is invalid. Yoav Shapira Millennium Research Informatics -Original Message-

RE: Application Problem

2004-09-14 Thread Shapira, Yoav
Hi, Tomcat is not finding the class, as this message indicates: D:\Tomcat\work\Standalone\localhost\_\harweb\harweb\Home_JSP_jsp.java:7 : cannot resolve symbol [javac] symbol : class UserContext [javac] location: package harweb [javac] import harweb.UserContext; [javac]

RE: Help setting up a default web application

2004-09-14 Thread Pete
Hi Yoav, I basically use a listener to start a series of singleton classes, one of which is a Server Socket and another is class that performs some native calls, the second time the listener is loaded then I get the UnsatisifiedLinkError, (which I can resolve by placing the jar file for

Re: CoyoteConnector Tomcat 5.5.1 Embedded

2004-09-14 Thread Remy Maucherat
On Tue, 14 Sep 2004 08:55:45 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, I hope you realize 5.5 is still alpha and unstable. As such, it would not be very surprising if the Embedded process were broken somewhere along the line. Use 5.0.x (5.0.28 is the latest stable one) if you want

RE: Application Problem

2004-09-14 Thread Benje . Evans
Yoav, The UserContext.class file is located in \Tomcat\webapps\ROOT\harweb\WEB-INF\classes\harweb Benje Shapira, Yoav [EMAIL PROTECTED] 09/14/2004 08:01 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: Application Problem

RE: Application Problem

2004-09-14 Thread Shapira, Yoav
Hi, The UserContext.class file is located in \Tomcat\webapps\ROOT\harweb\WEB-INF\classes\harweb That's the problem. Don't make subdirectories under webapps/ROOT. Use a separate webapp for harweb, place it under webapps, e.g. /tomcat/webapps/harweb. Yoav This e-mail, including any

Re: xalan's Transformer performance in Tomcat

2004-09-14 Thread Remy Maucherat
On Mon, 13 Sep 2004 06:51:17 -0700 (PDT), Michal Sg [EMAIL PROTECTED] wrote: Hi, I use Tomcat 4.0.3 on win2k. I have the following code: - Transformer transformer = TransformerFactory.newInstance().newTemplates(new StreamSource(xslFileName)).newTransformer();

IE6 and download problem using tomcat java servlet

2004-09-14 Thread Terry Orechia
I am having a problem downloading a jpeg file from a tomcat java servlet to Internet Explorer 6.0. I have changed the file extension to zzz to force the download prompt. If I restart tomcat(version 4.1.x), the download works fine the first time. The correct filename video.zzz appears on

Re: IE6 and download problem using tomcat java servlet

2004-09-14 Thread Jon Wingfield
IE feels the need to cache the content before saving it to the desired location. You probably have some headers in the response designed to stop caching. You could comment in the RequestDumperValve to confirm this. Add to your code: response.setHeader(Pragma, public); We saw similar problems

Re: AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Harald Schumacher
Tim, could you give me a hint where to find a documentation? On jakarta.apache.org the 4.1 documentation does not mention this lines I copied in my first mail. Using the definition from 5.x did not work for my (maybe I made some mistakes?) but I would like to see how a correct example looks like.

Re: AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html %{host}i -- Get the host %{cowbell}c -- Get the first cookie called cowbell %{cowbell}r -- Return the value of ServletRequest.getAttribute(cowbell).toString();

pageContext.getSession()

2004-09-14 Thread Pablo Carretero Sánchez
Hi all, I'm migrating an application from Weblogic 5.1 to Tomcat 5. can I use pageContext.getSession() in tomHi all, I'm migrating an application from Weblogic 5.1 to Tomcat 5. can I use pageContext.getSession() in tomcat 5??cat 5?? I'm using it and the Session returned is null- Best regards

Re: pageContext.getSession()

2004-09-14 Thread QM
On Tue, Sep 14, 2004 at 02:24:03PM +0200, Pablo Carretero S?nchez wrote: : I'm migrating an application from Weblogic 5.1 to Tomcat 5. can I use : pageContext.getSession() in tomcat 5??cat 5?? Isn't this call in the servlet spec? ;) Yes, it should work. What's the relevant code? I'd suspect

Re: pageContext.getSession()

2004-09-14 Thread Tim Funk
Sure you can use it. If there is no session - then null is returned. The equiv of: request.getSession(false). My guess is weblogic is creating a session when pageContext.getSession() is called. -Tim Pablo Carretero Sánchez wrote: Hi all, I'm migrating an application from Weblogic 5.1 to Tomcat

Re: pageContext.getSession()

2004-09-14 Thread Pablo Carretero Sánchez
Hi, Yes I'm calling this from a JSP. But i don't understand you. How can I setup the session in the jsp. QM ([EMAIL PROTECTED]) escribió: On Tue, Sep 14, 2004 at 02:24:03PM +0200, Pablo Carretero S?nchez wrote: : I'm migrating an application from Weblogic 5.1 to Tomcat 5. can I use :

RE: IE6 and download problem using tomcat java servlet

2004-09-14 Thread Brantley Hobbs
I am having a problem downloading a jpeg file from a tomcat java servlet to Internet Explorer 6.0. I have changed the file extension to zzz to force the download prompt. If I restart tomcat(version 4.1.x), the While this is a working solution, it's not ideal. To do this seamlessly, you

RE: IE6 and download problem using tomcat java servlet

2004-09-14 Thread Brantley Hobbs
I should also have pointed out that at that point, you can keep your .jpeg extension or whatever. The browser could care less what the file name is. It simply looks at the MIME type. B. -Original Message- From: Brantley Hobbs Sent: Tuesday, September 14, 2004 10:44 AM To: Tomcat

Help setting up a default web application

2004-09-14 Thread Pete
Hi Yoav, I was just wondering what is the preferred method for using singleton classes. Would it be better if I made them available to all context's (by putting them in a jar file in the shared/lib directory) and thus avoid the errors that I have been seeing (this would require a bit of

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
Hi, There's no preferred way to use a singleton: like all other design patterns, it depends on your requirements. The difference between putting the singleton class in the shared or common directory and putting it in the WEB-INF/lib directory of each webapp is very significant. There is one

RE: Help setting up a default web application

2004-09-14 Thread Shapira, Yoav
Hi, Tomcat would deploy a webapp twice if it's explicitly declared (e.g. via Context tag in server.xml) and also automatic application deployment is turned on (e.g. by setting autoDeploy=true for the relevant Host in server.xml). Since automatic application deployment is enabled by default, this

How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Jorge Sopena
Hi everybody, I'm having a problem with the maximun connections in Tomcat. In theory, the number of connections accepted by Tomcat is determined by the Connector elements in the server.xml configuration file. The maxProcessors attribute sets the total number of threads that can run

RE: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Shapira, Yoav
Hi, For starters, use a standard benchmarking or profiling program so that others believe and can reproduce your results. Programs like JMeter, ab, grinder, wget, are freely available and widely used for these sorts of tests. I don't know if Windows (you didn't mention what version you use) can

RE: Issue Running Current Forrest Dev under Tomcat 5

2004-09-14 Thread Hare, Michael
Maybe something in the the issue tracking document will help http://issues.cocoondev.org//browse/FOR-277?page=comments#action_11511 I posted the configuration file I use to identify Forrest to Tomcat. It does have a section on logging. However, I have this same problem if I just put the war

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Peter Lin
just out of curiousit, you're running Tomcat on windows server right? in the even you're using windows professional, it is limited to 10 inbound connections, which is easy to overlook and forget. I've easily gone over 1000req/sec for static files. For real pages that hit the database, that's

RE: Issue Running Current Forrest Dev under Tomcat 5

2004-09-14 Thread Shapira, Yoav
Hi, I don't think it's only the configuration file. If Forrest packages a different version of the commons-logging impl (not just the API jar), this error could occur. Yoav Shapira Millennium Research Informatics -Original Message- From: Hare, Michael [mailto:[EMAIL PROTECTED] Sent:

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Jorge Sopena
Thanks Yoav, I'll test my program with some of the programs you suggested and I'll send the results. I'm working in Pentium IV 2.4 with 512MB with W2000. I've done tests when the 300 thread were created. Moreover, Tomcat shows a message when you try to create a new thread for a new request and

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Jorge Sopena
Hi Peter, Yes, I'm running Tomcat on a windows server, but I'm not in a production environment yet. What do you mean with inbounds connections? I could test that sending requests every 20ms there were around 200 sockets in the system (with netstat command) My problem is when the requests reach

Re: AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Harald Schumacher
Thanks for this link, but I checked http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html#Access%20Log%20Valve which does not show any of this additional features. So does this mean that I only can use it in the API or is there a chance to define a pattern in the regular

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Peter Lin
windows server shouldn't have any limit, though you can tune the settings to allow for a higher number of concurrent connections. So are you testing with a static html file or a simple image file like png/gif/jpg. if it's a real page, one thing I often do is measure the time it takes to process

Re: AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Tim Funk
It means that valve.html is not up to date in the 4.1 docs. [When in doubt - use the source.] -Tim Harald Schumacher wrote: Thanks for this link, but I checked http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html#Access%20Log%20Valve which does not show any of this additional

AW: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread SH Solutions
Hi in the even you're using windows professional, it is limited to 10 inbound connections, which is easy to overlook and forget. NO. The limit of 10 inbound connections apply to _windows shares only_. It's a limitation to prevent usage of professional as server. However, the tcp/ip stack of

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Mladen Turk
Jorge Sopena wrote: Yes, I'm running Tomcat on a windows server, but I'm not in a production environment yet. What do you mean with inbounds connections? I could test that sending requests every 20ms there were around 200 sockets in the system (with netstat command) Not sure what tool you are

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Peter Lin
so does this mean Intel should donate some hardware to Apache for suggesting users buy more hardware :) sorry, couldn't resist. if you provide more information about what the page does (without revealing sensitive info), you'll get more detailed response. Otherwise, we're just shooting darts

RE: porting to tomcat 5

2004-09-14 Thread Justin Kennedy
Hi, I'm new to this mailing list, so I'm thinking I didn't ask this question properly or did something wrong because I never had a response. Maybe I posted too much code? Thanks, -Justin -Original Message- From: Justin Kennedy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Mladen Turk
Peter Lin wrote: so does this mean Intel should donate some hardware to Apache for suggesting users buy more hardware :) You are wrong. We have a sneak deal with Sun. Each month a new SunFire is at my doorsteps. Look, on my laptop (2.2GHz P4/1GB) the /servlets-examples/HelloWorldExample is cca 1.7

RE: porting to tomcat 5

2004-09-14 Thread Shapira, Yoav
Hi, No, your question is fine. Perhaps no one knows or all the people who know the answer don't have time today. That happens occasionally... Yoav Shapira Millennium Research Informatics -Original Message- From: Justin Kennedy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14,

Re: AW: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Kelly Denehy
On Tue, 14 Sep 2004 19:00:06 +0200, SH Solutions [EMAIL PROTECTED] wrote: Hi in the even you're using windows professional, it is limited to 10 inbound connections, which is easy to overlook and forget. NO. The limit of 10 inbound connections apply to _windows shares only_. It's a

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Peter Lin
man how do I get in on that deal. I could use more servers at home to play with. joking aside, my experience is consistent with Mladen's. my recommendation as usual is to measure the performance of a given page and know exactly how long it takes to process the page, get data and so on. once you

Re: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread Mladen Turk
Peter Lin wrote: joking aside, my experience is consistent with Mladen's. my recommendation as usual is to measure the performance of a given page and know exactly how long it takes to process the page, get data and so on. once you have that, you should be able to predict the performance fairly

RE: Application Problem

2004-09-14 Thread Benje . Evans
Yoav, Thanks for the information! I had to move some libraries and such as well. Thanks again, Benje

question about non-responding commands in tomcat 5.5.1 manager application

2004-09-14 Thread Ginger Cheng
Hello, Tomcat Gurus, I have installed tomcat 5.5.1 under linux redhat 9, with j2sdk-1.4.2_05 and the compat package to make it compatable. Everything works fine until I came to the point of using tomcat manager. THe command button (start, stop..) didn't respond at all. I checked

RE: question about non-responding commands in tomcat 5.5.1 manager application

2004-09-14 Thread Shapira, Yoav
Hi, I think I inadvertently broke the HTML manager (Ant should still work fine) in 5.5.1 when I added the JavaScript confirmation prompts to the start/stop/deploy/undeploy commands. I added these prompts to address existing Bugzilla requests, but the single quotes are being removed somewhere

problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-14 Thread Patricia Swarbrick
I'm attempting to configure two tomcat instances, one set up on the normal ports and the other is connected to server port 8015, connector port 8088 and 8019 the problem is I can't load any .jsp pages for the second port. I get an http 400 error. I've checked the directory permissions,

Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread John Gentilin
I have a fairly plain Tomcat install with one Web Application installed under RedHat 9.0. After about 24 - 48 hours, the whole Tomcat server stops responding and there are no errors in Catalina.out. It seems to of allocated VM ~ the size of physical memory, but none of the file report any VM

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
Are you using mod_jk? http://jakarta.apache.org/tomcat/connectors-doc/jk2/faq.html This *might* apply: Under heavy load, I've got many threads in Tomcat even if my Apache Web Server handle much of the load Under heavy load, Apache WebServer create many childs to handle the load, which will

RE: problem configuring 2 tomcat instances apache 2.0.48 tomcat 5.0.19

2004-09-14 Thread Shapira, Yoav
Hi, Have you modified the shutdown port for the 2nd instance so it doesn't clash with the 1st instance (default port 8005)? Yoav Shapira Millennium Research Informatics -Original Message- From: Patricia Swarbrick [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 4:05 PM To:

Tomcat Connection Pool Configuration Problem (Cannot Establish the Connection)

2004-09-14 Thread Caroline Jen
Sorry about my previous posting. Now, I have got better trace of my JDBC connection problem. I am using the Tomcat 5.0.27, j2sdk1.4.2, Oracle 10i, Windows XP. The error message is: == root cause org.dhsinfo.content.exceptions.PageDAOSysException:

RE: tomcat manager application problems

2004-09-14 Thread Noah Davis
Thanks for your response. I upgraded tomcat to 5.0.28 and got the manager app working using Ant, which is what I really wanted anyhow. I still had some issues using the HTML version. I uploaded a WAR file successfully, but when I ran the application, I got a 404 error, and this error appeared in

Server Alias

2004-09-14 Thread Dionisio Ruiz de Zárate
Hello for configurin one alias in apache i use the serverAlias there is any form for configure several ServerAlias for one domain in tomcat 4? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread John Gentilin
The funny thing is there is no load on this server, maybe 100 hits/day go to the web application and maybe 10K hits/day to the Web server by itself. Another piece of the puzzle is that when Tomcat stops handling requests; I try to stop Tomcat with catalins.sh, it reports a success the first

RE: Help, Tomcat 4.1.30, Linux Stops responding after 24-48 hours

2004-09-14 Thread Tran, John
Right, you don't need a lot of load to see this problem arise over time. Because the connections aren't cleaning themselves up, they're compiling over time. Do a 'netstat -an|grep your ajp13 port #|wc -l', and see if it only increases over time. If it is not going down, than it most likely is

NullPointerException loading JavaServer Faces web application

2004-09-14 Thread Garret Wilson
In Tomcat 5.5.0 I have a simple application using the JavaServer Faces 1.1 reference implementation. ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; web-app display-nameWeb

dll already loaded in another classloader

2004-09-14 Thread Nathan O'Neal
Hi All, My application loads a native library using System.load(). When I run Tomcat 5 through Eclipse, everything works fine on IE and Firefox. But, when I run Tomcat normally I get this Exception with Firefox only: java.lang.UnsatisfiedLinkError: Native Library

Re: porting to tomcat 5

2004-09-14 Thread Big Chiz
although i didnt understand what the trans:storeValue tag, for pure jstl i would have in my code something like this c:choose c:when test=${param.mode == 'SearchContacts'} c:set var=tmpEmail value=accountSearchPersonal / /c:when c:otherwise /c:otherwise c:set var=tmpEmail

RE: How many connections can be made to Tomcat on Windows?

2004-09-14 Thread John Najarian
No, it doesn't mean that(although it was funny). What it means is to run Unix/Linux. Winblows sux! -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 10:10 AM To: Tomcat Users List Subject: Re: How many connections can be made to Tomcat on

Re: Tomcat Connection Pool Configuration Problem (Cannot Establish the Connection)

2004-09-14 Thread Peng Tuck Kwok
On Tue, 14 Sep 2004 13:56:48 -0700 (PDT), Caroline Jen [EMAIL PROTECTED] wrote: When I configured the Tomcat 5.0.27, I did put the driver and URL in the C:\jakarta-tomcat-5.0.27\conf\server.xml file (The That's great, but did you actually put the driver in a location that tomcat could find it

Confused

2004-09-14 Thread Thomas E. Dukes
Hello, I have only been running tomcat for 3 days now but I am confused about something. Today, I change the appBase from webapps to /var/www/html for the default virtual host in server.xml. I restarted tomcat. I then installed jive forums in /var/www/html/forums but was not able to get it to

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

HSBC BANK A.S.

2004-09-14 Thread Information
Degerli Musterimiz, Bu E-Posta adresine gonderilen mesajlar Bankamiz ilgili birimlerine ulasmamaktadir. Bu nedenle, tum memnuniyet, oneri ve sikayetlerinizi en kisa surede cevaplayabilmemiz icin asagdaki kanallardan birini tercih ederek iletmenizi rica ederiz. Saygilarimizla HSBC Bank A.S.

  1   2   >