Re: Facing “Javax.servlet.servletException: cannot connect to windows server”. error

2009-01-22 Thread prakash shanmugam
Hai martin, I am using Tomcat 5.5.28 in MAC (Tiger) which is running at 9090 port, since 8080 already configured for another server we had changed the port to 9090 in server.xml and MYsql is running at 3306 port. with regards prakash.s On Thu, Jan 22, 2009 at 8:22 AM, Martin Gainty

Re: Facing “Javax.servlet.servletException: cannot connect to windows server”. error

2009-01-22 Thread prakash shanmugam
Dear kees Jan koster, I had visited the link suggested by you, please let me know how to change the java property -Djava.awt.headless=true Is it just enough to type the command prompt? with regards prakash.s On Fri, Jan 23, 2009 at 1:56 AM, Kees Jan Koster kjkos...@gmail.com

Facing “Javax.servlet.servletException: cannot con nect to windows server”. error

2009-01-21 Thread prakash shanmugam
Hai all, I am using jrxml for preparing the reports in excel files. It is working fine in windows but if the same is implemented (server)MAC OS tomcat I am facing Javax.servlet.servletException: cannot connect to windows server – not enough. I am using Tomcat 5.5.28 as server,

Unable to view tomcat admin in Mac

2008-08-05 Thread prakash shanmugam
hai all, i have Mac Leapoard os . How to install admin console for Tomcat 5.5.26. Please tell me where i have to download admin console files. -- with Regards S.Prakash

Unable to view tomcat6.0.16 admin in Mac

2008-08-05 Thread prakash shanmugam
hello mark, sorry, i dont find any relevant pages. right now i am looking for admin page in tomcat 6.0.16. -- with Regards S.Prakash

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-06 Thread prakash shanmugam
hai dan, If I am not wrong, try to close all the connection string and make the user defined variables as null. (Eg) 1) (Statement object)--à st.close(); 2) (String)às=null; Hope it will solve your problem to some extend, even then if your problem is not solved. Then you have to

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-04-10 Thread prakash shanmugam
hi acec, have u got the solution for outof Memory error. On 3/16/07, acec acec [EMAIL PROTECTED] wrote: Hi, Prakash I just tested tomcat example jsp page, there is not any object to assign null. Thanks. Arden --- prakash shanmugam [EMAIL PROTECTED] wrote: hi i personally fell disabling

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-04-09 Thread prakash shanmugam
MESSAGE- Hash: SHA1 Prakash, prakash shanmugam wrote: One more way to over memory.out.oferror is to run the garbage collector at reasonable intervals. This is bad advice: the garbage collector will run itself at appropriate intervals. Also, there's no way to force garbage collection

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-16 Thread prakash shanmugam
hi aces i am giving this reply with hope that it wont be too childish, if it is useful just enjoy it or else just ignore it finally { try { System.out.println(inside finally);

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-15 Thread prakash shanmugam
hi i personally fell disabling the session in tomcat is not the correct solution to overcome the memory out of error. just try to asign null for unused objects. hope it resolve your issue. bye with regards prakash.s On 3/13/07, acec acec [EMAIL PROTECTED] wrote: Hi, Remy After I added %@

how to set classpath while compiling classes in nested pkg

2006-11-29 Thread prakash shanmugam
hi all, i have one problem in my Java code design now. actually i have user defined packages in the hierarchy com/dia/comp/Elements I have one class MainWnd.java in com/dia/ package is referring Style.java in comp and Tag.java in Elements package. I have included import comp.Style and import

Re: regarding server side includes in shtml

2006-11-15 Thread prakash shanmugam
[EMAIL PROTECTED] wrote: prakash shanmugam wrote: In my project I need to use Server Side Includes. I just want to know the details how to make that server side includes to work properly which is constructed as . Shtml file . I am using tomcat5 . I have done the following things. 1

regarding server side includes in shtml

2006-11-13 Thread prakash shanmugam
In my project I need to use Server Side Includes. I just want to know the details how to make that server side includes to work properly which is constructed as . Shtml file . I am using tomcat5 . I have done the following things. 1) included servlet tags in html file wherever

Re: connection pooling in Linux using Tomcat 5.0.x and MYSQL

2006-09-27 Thread prakash shanmugam
or a context.xml file placed in the META-INF directory of a .war file unless you really want the resource available to all web applications in tomcat. On the admin webapp problems: I don't use it, so I can't help. Maybe someone else could comment? --David prakash shanmugam wrote: hai david, thank

connection pooling in Linux using Tomcat 5.0.x and MYSQL

2006-09-26 Thread prakash shanmugam
hai all, can u do one help ... i need details about how to configure Connection Pooling in Tomcat with MySQL in Linux platform... i have done in windows platform..its working well.. i followed the same concepts in linux server also.. but it is not working... can u u hepl me in this regard.. it

Re: connection pooling in Linux using Tomcat 5.0.x and MYSQL

2006-09-26 Thread prakash shanmugam
=... ... / /context /host /engine ... if you use other data source like hibernate's ... see their manual good luck On 9/26/06, prakash shanmugam [EMAIL PROTECTED] wrote: hai all, can u do one help ... i need details about how to configure Connection Pooling in Tomcat with MySQL

Re: connection pooling in Linux using Tomcat 5.0.x and MYSQL

2006-09-26 Thread prakash shanmugam
-datasource-examples-howto.html What version of tomcat are you working with? --David prakash shanmugam wrote: hai Li, ur gussing is correct, i am using JNDI DS, here by i had pasted the code which is appended in the *server.xml. * *server.xml* Context className

tomcat Connection pooling

2006-09-17 Thread prakash shanmugam
hi, i am using tomcat4 with MySql5 for web application development.. i am trying to implement connection pooling in Tomcat... can anybody give me some links or documents or pdfs by means of which i can learn details about connection pooling in tomcat... thanks in advance.. prakash

how to over come toomanyconnection error when communicatingMYSQL

2006-08-11 Thread prakash shanmugam
hai all, i have one major issue in my project.. My project is developed using jsp,servlets in Tomcat5 with MySql as database.. i am using type1 driver My project is now used by end users in intranet.. When multiple users are accessing at the same time ,its throwing too many connections exception

how to over come toomanyconnection error when communicatingMYSQL

2006-08-11 Thread prakash shanmugam
hai all, i have one major issue in my project.. My project is developed using jsp,servlets in Tomcat5 with MySql as database.. i am using type1 driver My project is now used by end users in intranet.. When multiple users are accessing at the same time ,its throwing too many connections exception