Tomcat: one user per application

2013-06-10 Thread Mihamina Rakotomandimby
Hi all, I have one Tomcat instance, wich has several applications (containers) On my installation, when Tomcat is running, only "java" process owned by "tomcat" is listed. When the "java" process gets 100% CPU, I would like to be able to differenciate which application is it about. One solu

Re: Why an email list, and not a forum?

2010-09-24 Thread Mihamina Rakotomandimby
> m.h.g.emme...@dnb.nl : >I agree. A forum would be more practical. Please argue. I dont find how a PHPBB-like will be more practical. But you will probably tech me :-) -- Architecte Informatique chez Blueline/Gulfsat: Administration Systeme, Recherche & Developpement

Re: compiling tomcat6020 from source on modern amd64-bit linux

2009-12-19 Thread Mihamina Rakotomandimby
>> On Sunday 13 December 2009 01:35:54 pm Pid Ster wrote: >>> Out of curiosity, why are you compiling Tomcat? >> is copulation just for making babies? > Oh. What wit. > I was intrigued to know if you had some unannounced but interesting > reason. I understand why he reppported his compilation b

Re: Why we need two servers (httpd and tomcat)

2009-04-27 Thread Mihamina Rakotomandimby (R12y)
z Vectoris Phone: +261 33 11 207 36 System: xUbuntu 8.10 with almost all from package install http://www.google.com/search?q=mihamina+rakotomandimby - To unsubscribe, e-mail: user

Re: not using the port number in the address???

2009-02-25 Thread Mihamina Rakotomandimby (R12y)
ith Tomcat should know that... that's the basis. Dont misunderstand me, I dont say he's dumb: I just wonder how could someone be in that situation (messing with web server setup and not knowing such basical theory). -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+r

Re: not using the port number in the address???

2009-02-25 Thread Mihamina Rakotomandimby (R12y)
nicumarius wrote: what should I do to not use port number when writting the address of a page on the Apache server? Make your web server listen to port #80. It's the default HTTP port. -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby System: xUbuntu

Re: Recommendation # webapps

2009-02-13 Thread Mihamina Rakotomandimby (R12y)
, then "one Tomcat for all" would be my answer. -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby System: xUbuntu 8.10 with almost all from package install - To unsubscribe, e-m

Re: hi

2009-02-04 Thread Mihamina Rakotomandimby (R12y)
Kusuma Pabba wrote: unsubscribe me from this list Do it yourself ;-) -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: tomcat only query localhost database

2009-02-03 Thread Mihamina Rakotomandimby (R12y)
avoid reading Catalina/localhost/webappName.xml Any hints? I begin to cry :-) -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For addit

Re: tomcat only query localhost database

2009-02-03 Thread Mihamina Rakotomandimby (R12y)
Mihamina Rakotomandimby (R12y) wrote: Mihamina Rakotomandimby (R12y) wrote: DriverManager.getConnection("jdbc:mysql://localhost/baseName", "login", "password"); There, I see s

Re: tomcat only query localhost database

2009-02-03 Thread Mihamina Rakotomandimby (R12y)
Mihamina Rakotomandimby (R12y) wrote: DriverManager.getConnection("jdbc:mysql://localhost/baseName", "login", "password"); There, I see some hardcoded localhost. Might it be the

Re: tomcat only query localhost database

2009-02-03 Thread Mihamina Rakotomandimby (R12y)
Mihamina Rakotomandimby (R12y) wrote: DriverManager.getConnection("jdbc:mysql://localhost/baseName", "login", "password"); There, I see some hardcoded localhost. Might it be th

Re: tomcat only query localhost database

2009-02-03 Thread Mihamina Rakotomandimby (R12y)
"login", "password"); con.setAutoCommit(false); return con; } } -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby public static Connection getConnection()

Re: tomcat only query localhost database

2009-02-02 Thread Mihamina Rakotomandimby (R12y)
Mihamina Rakotomandimby wrote: Any help? I suspect there is a system-wide configuration that tells not to consider the webapp-specific configuration, but I dont find where... -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby

tomcat only query localhost database

2009-02-02 Thread Mihamina Rakotomandimby
Hi, A developper gave me a .war webapp. When deploying it, it creates an xml file: /etc/tomcat6/Catalina/localhost/webappName.xml which is a copy of the one in /var/lib/tomcat6/webapps/webappName/META-INF/context.xml Then context.xml file contains the JDBC/MySQL host,login,pass where host is NOT

Re: unwar and unjar an application

2009-01-28 Thread Mihamina Rakotomandimby (R12y)
nd finding its answer via your favorite search engine. The last section of my post was to explain the goal, so that people could understand my request. Obviously I did not expect some indication about that. -- Chef de projet chez Vectoris http://www.google.com/se

unwar and unjar an application

2009-01-28 Thread Mihamina Rakotomandimby (R12y)
t the code under SVN - edit it with Emacs/JDE That's why I need to get it all clear. Thank you for any advice. -- Chef de projet chez Vectoris http://www.google.com/search?q=mihamina+rakotomandimby - To unsubscribe, e-mail:

Re: public IPadresse is non-local

2009-01-28 Thread Mihamina Rakotomandimby (R12y)
Mihamina Rakotomandimby (R12y) wrote: I have a test box on my LAN. The internet connexion is shared by a router (linksys box) Reading one of the last posts of this: http://www.generation-nt.com/reponses/rmi-probleme-de-creation-d-un-serveur-sous-linux-ubuntu-entraide-59447.html?page=3#reponse

Re: public IPadresse is non-local

2009-01-28 Thread Mihamina Rakotomandimby (R12y)
Mihamina Rakotomandimby (R12y) wrote: Hi, I have a test box on my LAN. The internet connexion is shared by a router (linksys box) Reading one of the last posts of this: http://www.generation-nt.com/reponses/rmi-probleme-de-creation-d-un-serveur-sous-linux-ubuntu-entraide-59447.html?page=3

public IPadresse is non-local

2009-01-28 Thread Mihamina Rakotomandimby (R12y)
6. I already hacked /etc/default/tomcat6 [...] JAVA_OPTS="-Djava.awt.headless=true -Xmx512M \ -Djava.rmi.server.hostname=" TOMCAT6_SECURITY=no [...] No more way? -- Chef de projet chez Vectoris http://www.google.com/se

tomcat 6, ubuntu, mysql connection

2009-01-26 Thread Mihamina Rakotomandimby (R12y)
le.com/search?q=mihamina+rakotomandimby - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org