Critical Problem Tomcat 7

2012-01-18 Thread Lau Eng Huat
Hi Guys, I have a strange problem. I have deleted a servlet from the project in netbeans but the uncompile source code still says the file exist. I have deleted the WEB-INF\classes and did a clean and build. Still the problems exists. Does anybody knows how to solved this problem ??? Jan 19, 2012

Sending email ( Tomcat 7 )

2012-01-17 Thread Lau Eng Huat
Hi guys, I need to send emails using tomcat servlet. I have the following questions to ask 1. How to install javaMail ? Is this the best option ? 2. I'm running Tomcat 7 on a local host. Can I sent email to my gmail account ? How can I achieved this ? Thanks in advanced

Merging multiple XML File in Tomcat

2011-12-30 Thread Lau Eng Huat
Hi guys, Is it possible to merge multiple xml file into a single xml file in tomcat. The web.xml file & server.xml is getting large and I want it to be more organized. Is this possible ?

Database Connection Neteban DataSource

2011-12-28 Thread Lau Eng Huat
Hi tomcat experts, I'm having this problem with the mysql connection in tomcat using netbeans. I'm always having a exclamation mark on the Blue World Globe in netbeans project tabs. Everytime I try to resolve the data source problem using "New Connection Wizard" in netbeans, the database textfield

Re: [OT] truststore and keystore SSL

2011-12-20 Thread Lau Eng Huat
:06 -0500, Christopher Schultz wrote: > > On 12/17/11 2:34 AM, Lau Eng Huat wrote: > > > The question that I have now is how to get it to work with apache > > > httpclient components. > > > > Have you tried the apache-commons mailing list? > > > > Actual

truststore and keystore SSL

2011-12-16 Thread Lau Eng Huat
Hi Guys, After I have followed the instructions from http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certificates-tomcat I managed to 1. install the certificates in Tomcat using APR 2. managed to get the web browsers to accept the certificates The question that I have now i

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Lau Eng Huat
Thank You, God Bless You a Thousand Fold !!! On Fri, Dec 2, 2011 at 11:43 PM, David kerber wrote: > On 12/2/2011 10:39 AM, Lau Eng Huat wrote: > >> I'm still stuck after correcting the recommendation made by Daniel. >> >> > SSLEngine="on" /> &g

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Lau Eng Huat
localhoat under netbeans. On Fri, Dec 2, 2011 at 9:57 PM, Daniel Mikusa wrote: > On Fri, 2011-12-02 at 01:12 -0800, Lau Eng Huat wrote: > > Hi everybody, > > > > I'm stuck on this SSL over a month. I hope somebody can help me here. I'm > > getting a Warni

Re: SSL Tomcat 6 & 7

2011-12-02 Thread Lau Eng Huat
ot;http-apr-8084"] Dec 2, 2011 5:04:48 PM org.apache.coyote.AbstractProtocolHandler start INFO: Starting ProtocolHandler ["http-apr-8443"] Dec 2, 2011 5:04:48 PM org.apache.coyote.AbstractProtocolHandler start INFO: Starting ProtocolHandler ["ajp-apr-8009"] Dec 2, 2011 5:04:48 PM org.apache.catalina

SSL Tomcat 6 & 7

2011-11-13 Thread Lau Eng Huat
Hi everybody, I have followed this example on setting up the SSL on Tomcat Expert http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certificates-tomcat . The question that I have is how do you use Apache Common HttpClient to sent and received information from the servlet. I ha