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, wrote: > I have been browsing the s

Re: Status of the current IIS ISAPI Redirector for Tomcat

2014-02-15 Thread Angel Java Lopez
ue of await: 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 wrote: > Konstantin, > > > > On Fri, Jan 24, 2014 at 2:06 PM, Konstantin Preißer >wrote: > > > Hi all, >

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 On

Re: Working of Tomcat with MS Access

2011-04-15 Thread Angel Java Lopez
Rahul: Stop tomcat as a service. Go to //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 wrote: > running 'tomcat as standalone java program'? can u explain for me sir? > > 2011/4/15 Mikolaj Rydzewski > > > RAHUL

Re: Working of Tomcat with MS Access

2011-04-15 Thread Angel Java Lopez
? Did you solve 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 wrote: > Hello, > I am working on building a jsp website with MS Access as > database. When my login page is loaded on tomcat

Web App consuming Passive Secure Token Service

2009-03-23 Thread Angel Java Lopez
TS token? 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