Re: Why isn't the doGet and doPost methods declared as abstract ?

2015-01-11 Thread Angel Java Lopez
Hi! My first guess: in that way, you can write a Servlet WITHOUT write ALL the abstract methods. The concrete methods of HTTPServlet implements the DEFAULT and EXPECTED behavior. Angel Java Lopez @ajlopez On Sun, Jan 11, 2015 at 4:52 AM, sreya...@gmail.com wrote: I have been browsing

Re: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Angel Java Lopez
: it blocked the current thread. I guess it is better to use a callback Angel Java Lopez @ajlopez On Fri, Feb 14, 2014 at 9:26 PM, Bilal S bilal.so...@gmail.com wrote: Konstantin, On Fri, Jan 24, 2014 at 2:06 PM, Konstantin Preißer kpreis...@apache.org wrote: Hi all, for my Java Servlet web

Re: Error Message on Apache

2012-12-18 Thread Angel Java Lopez
Ummm... your code fail on connecting to the database. First things to check: - your connection string is the right one? (Hibernate? Spring? other configuration?) - write a simple console program that connects using that connection string, to discard security, network, database server problems

Re: Working of Tomcat with MS Access

2011-04-15 Thread Angel Java Lopez
the problem? How? Angel Java Lopez http://www.ajlopez.com http://twitter.com/ajlopez On Fri, Apr 15, 2011 at 7:04 AM, RAHUL RAJ omrahulraj...@gmail.com wrote: Hello, I am working on building a jsp website with MS Access as database. When my login page is loaded on tomcat (localhost:8080

Re: Working of Tomcat with MS Access

2011-04-15 Thread Angel Java Lopez
Rahul: Stop tomcat as a service. Go to /tomcatdir/bin Run startup.bat Try your app again. Only to discard user account/access problems. On Fri, Apr 15, 2011 at 3:13 PM, RAHUL RAJ omrahulraj...@gmail.com wrote: running 'tomcat as standalone java program'? can u explain for me sir? 2011/4/15

Web App consuming Passive Secure Token Service

2009-03-23 Thread Angel Java Lopez
? If there is no example in Tomcat, any other option? JBoss? JBoss Identity on Tomcat? Angel Java Lopez http://www.ajlopez.com http://twitter.com/ajlopez