Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-15 Thread Edmund Urbani
On 09/15/10 08:28, abhishek jain wrote: > Hi, > i have the following in bin/catalina.sh > > JAVA_OPTS="$JAVA_OPTS -server -Xms512M -Xmx1024M -XX:MaxPermSize=1024M > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" > > still i get the permgen error exception everyday, pl. someon

Re: How stable is Tomcat?

2010-08-25 Thread Edmund Urbani
On 08/25/10 16:51, David kerber wrote: > On 8/25/2010 10:44 AM, Christopher Schultz wrote: >>> I know alot depends on the applications architecture but just how >>> good is tomcat? >> >> Really effing good. > > +1 > Tomcat itself is usually the last thing to be worried about when it comes to per

can't get TLS to work, only SSL3

2009-12-16 Thread Edmund Urbani
Hello all, I have Tomcat 6.0.16 running with TLS enabled (at least I thought so) and would have expected it to support both SSL and TLS connections. The curious thing is, that only SSL3 works - with SSL3 disabled in eg. FF3 no connection is possible. The negotiated encryption (with SSL3 enab

Re: Single Sign On

2007-08-22 Thread Edmund Urbani
Andrew Hole wrote: > Single sign on using valve is interesting, but is it possible use him if I > have different application running in different tomcat instances? > > I think that only works with different applications under same tomcat > instance. > > Thank you > You might want to take a look

Re: 4.x series difference

2007-03-20 Thread Edmund Urbani
Propes, Barry L [GCG-NAOT] wrote: Hello users, A while back I had posted about running different versions on a desktop to see if it caused conflicts, created problems and so on. The versions in question are 4.0.1 and 4.1.3. For a lengthy time, I had used 4.0.1 in my dev. environment and 4.1.3

Re: Pointing domain to your application

2006-08-03 Thread Edmund Urbani
Edmund Urbani wrote: > Li wrote: >> On 8/3/06, Gamefaqs Philippines <[EMAIL PROTECTED]> wrote: >>> But wouldn't this be specific to only one application? Also, wouldn't >>> this expose the real url of my site like >>> http://www.xxx.xxx.xxx.x

Re: DNS [OT]

2006-07-31 Thread Edmund Urbani
Juba wrote: > Hello, > > How do I configure my dns to point to the server where my application is > installed in Tomcat? > > thanks > > Juba > That depends on your DNS server and its config files/administration tools. That's about all I can tell you, since I don't know what DNS software you are

Re: JSP 2.0 tag files slowing development/deployment

2006-07-27 Thread Edmund Urbani
Edmund Urbani wrote: > John Cherouvim wrote: >> Hello >> >> I'm building a mid scale web application for use within an intranet. I'm >> using a custom web framework to handle flow, user input, validations, >> persistence with hibernate and views with

Re: JSP 2.0 tag files slowing development/deployment

2006-07-26 Thread Edmund Urbani
John Cherouvim wrote: > Hello > > I'm building a mid scale web application for use within an intranet. I'm > using a custom web framework to handle flow, user input, validations, > persistence with hibernate and views with JSP and JSP 2.0 tag files. I > use tomcat 5.0.28 and in particular this fea

Re: SuPHP alternative for JSP and Tomcat

2006-07-19 Thread Edmund Urbani
Vaclav Kaspar wrote: >> > I want to prevent these example situations > user user1 have in his jsp script something like > FileWriter fw = new FileWriter("/home/USER2/somefile"); > fw.write("blablabla"); > fw.close(); > > or > File f = new File(/home/USER2/); > String[] files =File.list(); > Fi

Re: CVS checkout problem

2006-06-08 Thread Edmund Urbani
[EMAIL PROTECTED] wrote: > Hi, > > I want to use cvs to check out the Tomcat 5.0 source. First I used the > ant with the default build.xml, but I got the following error: > > [cvs] cvs [checkout aborted]: connect to > cvs.apache.org(140.211.166.113):2401 failed: Connection refused > > Then I

Re: failing webapp affects other sites

2006-03-28 Thread Edmund Urbani
feghoul mohamed wrote: hello why using mod_jk2 this version is not yet supported ? it's an older config. the system was originally set up before the "use jk2 or go back to jk" discussion. i might switch to mod_jk, if this helps solve the issue i've experienced. Edmund --

failing webapp affects other sites

2006-03-28 Thread Edmund Urbani
hi! the config: apache httpd 2.0 + mod_jk2 + several tomcat instances the problem: one of the webapps in a tomcat failed. the application continued to accept requests, but they just hanged without a response. after a while the number of hanging request reached the MaxClients number specified

Re: Two DNS Entries Two Sites?

2006-02-06 Thread Edmund Urbani
Scott Purcell wrote: Hello, Running Tomcat 5.5 @ home and running a website which has a DNS entry in it. I made the site the default webapp, and configured it in the server.xml. A week ago, I created another context (in the server.xml) for a dev-site, of my live site, and I am using that for