Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
a and Olivier. On 12/18/06, Caldarale, Charles R Chuck.Caldarale-at-unisys.com |tomcat| <7bmojacqti0t...> wrote: > From: Dani [mailto:gka4cj702...] > Subject: Re: My webapp is oddly asking for user and password > > Can I deploy hello.html without a .war file

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
uiring authentification. How can I know if this is true? Can I deploy hello.html without a .war file? Dani a écrit : > On 12/18/06, David Delbecq delbd-at-oma.be |tomcat| > <3unkjagvg90t...> wrote: >> How did you deploy your simple webapp? > > I follo

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
screen. I have MySQL installed. I thought that maybe the problem was the same you had with Oracle. Anything else I should try? -Mensagem original- De: Dani [mailto:gka4cj702...] Enviada em: segunda-feira, 18 de dezembro de 2006 10:20 Para: users@tomcat.apache.org Assunto: Re

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
On 12/18/06, David Delbecq delbd-at-oma.be |tomcat| <3unkjagvg90t...> wrote: Dani a écrit : > On 12/18/06, Siomara-at-planalto.gov.br |tomcat| > wrote: >> don´t you have to include the port tomcat is listening? >> >> http://localhost:8080/rms o

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
put a hello.jsp and a hello.html there. Then I started Tomcat and tried to access http://localhost/RMS/hello.html . Then it asked for user/passord. Did I do anything wrong? TIA. Dani a écrit : > My out-of-the-box Tomcat is asking for user/password when I try to > connect to a hello world H

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
: Dani [mailto:gka4cj702...] Enviada em: domingo, 17 de dezembro de 2006 17:43 Para: users@tomcat.apache.org Assunto: My webapp is oddly asking for user and password Hi. I have my webapp in c:\tomcat\webapps\rms\ and when I access http://localhost/rms/ Tomcat asks me for a user and a

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
d? On 12/17/06, Dani wrote: > I have my webapp in c:\tomcat\webapps\rms\ and when I access > http://localhost/rms/ Tomcat asks me for a user and a password. Even > if I try a hello world HTML file. Why? > > I guess it's something I have to fix in web.xml or serve

Re: JSP's not recompiling

2006-12-18 Thread Dani
Maybe this is not the problem, but, did you turn on Servlet reloading? http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Servlet-Reloading Hope this helps. On 12/18/06, Johnson, David d.johnson-at-cranfield.ac.uk |tomcat| < hh49jagu9t0t...> wrote: We're having some issues with J

My webapp is oddly asking for user and password

2006-12-17 Thread Dani
Hi. I have my webapp in c:\tomcat\webapps\rms\ and when I access http://localhost/rms/ Tomcat asks me for a user and a password. Even if I try a hello world HTML file. Why? I guess it's something I have to fix in web.xml or server.xml. What should I modify? TIA.