about authentication

2004-12-27 Thread Arto Pastinen
Hi! Can someone explain how tomcat handles authentication. My problem is, that i must access secure EJB's from my web application, and everything work fine, if i use tomcat's basic or form authentication, but the problem is that i cannot show login page (basic or form), and i will use static

Re: about authentication

2004-12-27 Thread Arto Pastinen
Solution was to fix configuration name.. my stubid mistake.. Happy christmas and new year, Tomcat is best servlet container, keep up good work team! Artsi On Mon, 2004-12-27 at 10:48, Arto Pastinen wrote: Hi! Can someone explain how tomcat handles authentication. My problem is, that i

Re: Bug??

2004-12-27 Thread Arto Pastinen
Hi! Isn't that maven plugins fault? Artsi On Mon, 2004-12-27 at 18:18, Carbone, Adam wrote: I noticed that in several discussions and bugs about locking and how resources got deployed and this was causing them to be locked so they need to be un-deployed manually. The reason I'm asking it

RE: Bug??

2004-12-28 Thread Arto Pastinen
: Carbone, Adam [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 9:11 AM To: 'Tomcat Developers List' Subject: RE: Bug?? No, the plugin is just using the manager deploy function. Happens if I do it through the manager console. -Original Message- From: Arto Pastinen

bug with konqueror?

2004-12-30 Thread Arto Pastinen
Hi! I don't know is this tomcat, konqueror or konqueror/pdf plugin's fault, but i have made resource servlet, which read pdf document from disk and writes it to OutputStream, tomcat keep throwing following stack: 11:36:39,898 INFO [STDOUT] ClientAbortException: java.net.SocketException:

Re: JNDI InitialContext problem

2005-01-12 Thread Arto Pastinen
Define jndi provider url. Artsi On Wed, 2005-01-12 at 12:42, Jyrki Saarinen wrote: Hello, I'm using Java Message Service (JMS) in a webapp. My standalone JMS test programs works as it should, but the same code fails when run under Tomcat. The problem is what new InitialContext() returns.