RE: R: properties files

2003-02-26 Thread Jose Moreira
thanks :) i noticed that the servlet context isnt available also ... but if i put the properties file inside the WEB-INF/lib, what's it's path ? -Mensagem original- De: Erik Price [mailto:[EMAIL PROTECTED] Enviada: terca-feira, 25 de Fevereiro de 2003 20:12 Para: Tomcat Users List

RE: my first servlet

2003-02-13 Thread Jose Moreira
PROTECTED] -Original Message- From: Jose Moreira [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 3:00 AM To: Tomcat Users List Subject: my first servlet hello, i created my first servlet called db2xml but when i try to access it i get : http://localhost:8081/servlet

my first servlet

2003-02-12 Thread Jose Moreira
hello, i created my first servlet called db2xml but when i try to access it i get : http://localhost:8081/servlet/db2xml Apache Tomcat/4.0.4 - HTTP Status 503 - Servlet db2xml is currently unavailable type Status report message Servlet db2xml is currently unavailable description The

RE: Sample App

2003-02-07 Thread Jose Moreira
Hello, i believe im doing it but when i compile i get no .java in WEB-INF/... build.xml excerpt: ... property name=app.name value=myapp/ property name=app.path value=/${app.name}/ property name=app.version value=0.1-dev/ property name=build.homevalue=${basedir}/build/