Problem with Postgresql jdbc connection

2002-06-11 Thread Moi spécial
Hello, I am trying to use a jdbc connection to Postgresql and I have some problems with the security manager (?). Every access to the database gives me an abort of the transaction with a stack trace : --

Handle Catalina.log

2002-03-25 Thread Moi
How to handle Catalina.out[Log file] cause it is growing time by time. Is it possible to use Multilog if so how? -- To unsubscribe: For additional commands: Troubles with the list:

Re: Tomcat shutdown

2002-03-12 Thread Moi
In Lunux kill Tomcat by PID. >kill PID Neo Gigs wrote: > Hi there, > > I had a problem in shutdown tomcat when it says cannot locate ajp12.id in >TOMCAT_HOME\conf directory. Is there any possible way to shutdown? > > Neo > > -- To unsubscribe: For additional

Re: how to explixitly close database connections.

2002-03-11 Thread Moi
In the end of Javaservlet script you should close database using close(),because Javaservlet needs manual closing database connection. Here are the Example: con=DriverManager.getConnection("jdbc:postgresql://..."); ... ... ... ... con.close(); Hari Yellina wrote: > Hi All, > > We ar

Re: Tomcat vs CPU

2002-03-06 Thread Moi
Does anybody clue me in thsi situation? Plus,in below situation ,when I shutdoun Tomcat4,seems after shutting down there are some Java processes still remains. After killing them by >kill PID, Cpu State is becoming normal. Please help,any hints will be welcomed. Moi wrote: > Suddenly,when

Tomcat vs CPU

2002-03-06 Thread Moi
Suddenly,when I saw Current System Resources in Linux with >top command I found out that Tomcat4 eats 96% of CPU.In regular days it eats only 3%. Dear gurus. What can be the reason and how I solve it? -- To unsubscribe: For additional commands:

Thread counts

2002-02-27 Thread Moi
To optimize my Tomcat4,I'd like to minimize number of thread counts ,for example to 10.Because,when I see Linux processes with "ps axuw" it gives very long list. What should I do? -- To unsubscribe: For additional commands: Troubles with

What is the best?

2002-02-26 Thread Moi
I have a following situation. I installed Apache and Tomcat4,but they listen different IPs with same port 80. For example: Apache listens 200.200.200.200:80 Tomcat listens 200.200.200.201:80 It works normally now. But I am confusing that whether it was better to configure Apache with mod_webapp or

Turn Off logs

2002-02-25 Thread Moi
How turn off any logs from Tomcat4? -- To unsubscribe: For additional commands: Troubles with the list:

I don't get no "Satisfaction" by Jagger

2002-02-21 Thread Moi
Dear Gurus, I've already installed Apache+Tomcat4.But in Task it they work separatly.When I saw system processes with #ps auxw Linux shows long list. So is there way to Optimize Tomcat to get full satisfaction? -- To unsubscribe: For additional commands:

Re: Listening Porblem?

2002-02-19 Thread Moi
So I did. And when run Apache, (which listens same port 80,but on the other IP than Tomcat4) after Tomcat4 it's not starting. ??? David Slater wrote: >>Tomcat4 listen only one IP with port 80 and other IPs will serve APACHE. >> >> > > Sounds like IP based Virtual Hosting is what you need to conf

Listening Porblem?

2002-02-19 Thread Moi
Is there way to set up Tomcat to listen only given IP with port 80? For example : My we server has several IDs and I'd like to configure Tomcat4 listen only one IP with port 80 and other IPs will serve APACHE. -- To unsubscribe: For additional commands:

I'll nearly gave up!!!

2002-02-19 Thread Moi
My wanted configure is as follows: Apache listens port 80 (IP : xxx.xxx.xxx.1) Javaservlet listens port 80 (IP : xxx.xxx.xxx.2) The question is : Is it possible to configure Apache,Tomcat4 to run separately on the different IP listening the same port 80 if so how? -- -- To unsubscri

Repost:Port 80

2002-02-19 Thread Moi
I am going to install Tomcat4 as standalone and Apache, but not Apache+Tomcat.I want it them to operate separately. My willing configure is as follows: Apache listens port 80 (IP : xxx.xxx.xxx.1) Javaservlet listens port 80 ( IP : xxx.xxx.xxx.2) The question is : Is it possible to configu

Japanese Coding

2002-02-18 Thread Moi
How to convert Japanese JIS(or EUC-JP) encoded String to SHIFT-JIS? Is there any string coversion class or method in Java? -- To unsubscribe: For additional commands: Troubles with the list:

Same Port 80?

2002-02-18 Thread Moi
I am going to install Tomcat4 as standalone and Apache, but not Apache+Tomcat.I want it them operate separately. My wiliing configure is as follows: Apache listens port 80 (IP : xxx.xxx.xxx.1) Javaservlet listens port 80 ( IP : xxx.xxx.xxx.2) The question is : Is it possible to configure