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 Caldarale, Charles R
> From: Dani [mailto:[EMAIL PROTECTED] > Subject: Re: My webapp is oddly asking for user and password > > Can I deploy hello.html without a .war file? Yes, I just verified (again) that 5.5.20 with the default config will deploy a webapp that has only a single .html file in its direc

Re: My webapp is oddly asking for user and password

2006-12-18 Thread David Delbecq
Best way to know if you webapp is correctly deployed is to access the manager webapp: http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html Dani a écrit : > On 12/18/06, David Delbecq delbd-at-oma.be |tomcat| > <3unkjagvg90t...> wrote: >> Better try this. >> >> create a rms.war fi

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: Better try this. create a rms.war file with only one hello.html file inside. Put this .war inside your webapps directory, tomcat should outputs messages in catalina.out (or standard output) telling you it l

RE: My webapp is oddly asking for user and password

2006-12-18 Thread Caldarale, Charles R
> From: David Delbecq [mailto:[EMAIL PROTECTED] > Subject: Re: My webapp is oddly asking for user and password > One thing for sure, creating a folder under webapps/ directory is not > enough to create a webapp That's no longer true - a directory is all you need with the cu

Re: My webapp is oddly asking for user and password

2006-12-18 Thread David Delbecq
Better try this. create a rms.war file with only one hello.html file inside. Put this .war inside your webapps directory, tomcat should outputs messages in catalina.out (or standard output) telling you it loads rms.war. Then try to access http://localhost:/rms/hello.html and tell us if it still r

Re: My webapp is oddly asking for user and password

2006-12-18 Thread David Delbecq
een. > > 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

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
: My webapp is oddly asking for user and password 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 or any other port like: http://localhost:8899/rms No, because I changed it to the default HTT

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
agem original- >> De: 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:\t

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: How did you deploy your simple webapp? I followed these instructions: http://www.coreservlets.com/Apache-Tomcat-Tutorial/ Actually I made a new directory C:\apache-tomcat-5.5.20\webapps\RMS and put a hello

RES: My webapp is oddly asking for user and password

2006-12-18 Thread Siomara
. -Mensagem original- De: Dani [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 18 de dezembro de 2006 10:20 Para: users@tomcat.apache.org Assunto: Re: My webapp is oddly asking for user and password On 12/18/06, Siomara-at-planalto.gov.br |tomcat| wrote: > don´t you have to include

Re: My webapp is oddly asking for user and password

2006-12-18 Thread David Delbecq
lt HTTP port 80. But thanks. Do you run tomcat with administration privileges?? > >> -Mensagem original- >> De: Dani [mailto:gka4cj702...] >> Enviada em: domingo, 17 de dezembro de 2006 17:43 >> Para: users@tomcat.apache.org >> Assunto: My weba

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

RES: My webapp is oddly asking for user and password

2006-12-18 Thread Siomara
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 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 m

Re: My webapp is oddly asking for user and password

2006-12-18 Thread David Delbecq
Tries with tomcat 5.5.7, i put in webapps/ directory a theTest.war file with only one html file inside. Works perfectly, here is output in console: INFO: Deploying web application archive theTest.war Dec 18, 2006 1:04:46 PM org.apache.catalina.startup.ContextConfig applicationWebConfig INFO: Missi

Re: My webapp is oddly asking for user and password

2006-12-18 Thread Dani
My out-of-the-box Tomcat is asking for user/password when I try to connect to a hello world HTML in a new webapp. On 12/17/06, olivier nouguier olivier.nouguier-at-. |tomcat| wrote: http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html I don't have a web.xml in my project yet. And

Re: My webapp is oddly asking for user and password

2006-12-17 Thread olivier nouguier
hi http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html and http://java.sun.com/products/servlet/download.html On 12/17/06, Dani <[EMAIL PROTECTED]> wrote: 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. Eve

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.