regexp

2003-04-02 Thread José Moreira
hello i want to create a regexp expression to filter file types... example... only allow '.class' and '.jpeg' etc excluding '.class' and '.nbttribs' and '.java~' and finally '*$(numeric).* numeric beiing a number 1 to 9 can anyone help? thank you

Classpath resources

2003-03-28 Thread José Moreira
Hello im trying to load xml resources from classpath, related to the Ibatis.com db layer ... the file ''com/ibatis/db/sqlmapconfig.xml''is loaded using ResourceAsStream ... the 'com/ibatis/db/Users.xml' xml file is referenced by sqlmapconfig.xml : sql-map

Admin

2003-03-19 Thread José Moreira
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2 54) why? ---*-- José Moreira Técnico de Informática | IT Technician Vila Nova de Gaia, Portugal E-Mail: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ: 136936120 IRC: ethernal (irc.ptnet.org

Properties file [SOLVED?]

2003-02-26 Thread José Moreira
to this cheers good work ---*-- José Moreira Técnico de Informática | IT Technician Vila Nova de Gaia, Portugal E-Mail: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ: 136936120 IRC: ethernal (irc.ptnet.org

RE: Properties file [SOLVED?]

2003-02-26 Thread José Moreira
(config.properties).getPath() . toString() ang got N:/webapps/Java/Project/WEB-INF/classes/config.properties i hope the is no downside to this cheers good work ---*-- José Moreira Técnico de Informática | IT Technician Vila Nova de Gaia, Portugal E

Properties [DONE]

2003-02-26 Thread José Moreira
= properties.getProperty(database); ---*-- José Moreira Técnico de Informática | IT Technician Vila Nova de Gaia, Portugal E-Mail: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ: 136936120 IRC: ethernal (irc.ptnet.org

properties files

2003-02-25 Thread José Moreira
? ---*-- José Moreira Técnico de Informática | IT Technician Vila Nova de Gaia, Portugal E-Mail: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ: 136936120 IRC: ethernal (irc.ptnet.org

RE: properties files

2003-02-25 Thread José Moreira
the getResourceAsStream(..) method of the ServletContext of your webapp : properties.load(getServletContext().getResourceAsStream(filePath)) Arnaud -Message d'origine- De : José Moreira [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 février 2003 13:36 À : Tomcat Users List Objet : properties files

RE: properties files

2003-02-25 Thread José Moreira
to reload the application.. hope that helps Simo -Messaggio originale- Da: José Moreira [mailto:[EMAIL PROTECTED] Inviato: martedì 25 febbraio 2003 15.25 A: Tomcat Users List; [EMAIL PROTECTED] Oggetto: RE: properties files thank you for the attention, im developing a bean

Ant InstallTask

2003-02-14 Thread José Moreira
of your Ant installation. - Create a build.properties file in your application's top-level source directory (or your user login home directory) that defines appropriate values for the manager.password, manager.url, and manager.username properties described above. -- José Moreira

ANT

2003-02-13 Thread José Moreira
ANT_HOME = C:\Java\jakarta-ant-1.5.1 copied catalina-ant.jar to ANT_HOME\lib when i try to build from netbeans i get: -- build.xml [146] taskdef class org.apache.catalina.ant.InstallTask cannot be found -- ---*-- José Moreira Técnico de Informática

Sample App

2003-02-06 Thread José Moreira
Im building a simple test with the jsp sample app just by adding a custom bean and a test.jsp but i get : 2003-02-06 19:26:25 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception javax.servlet.ServletException: src/mypackage/feijao at

STRUTS

2003-01-22 Thread José Moreira
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:530) at java.lang.Thread.run(Thread.java:536) ---*-- José Moreira Técnico de Informática | IT Technician Vila Nova de Gaia, Portugal E-Mail: [EMAIL PROTECTED] MSN: [EMAIL

Feliz Natal .:. Happy Christmas

2002-12-20 Thread José Moreira
José Moreira TEGOPI S.A. http://www.tegopi.pt *--- Feliz natal e excelente Ano Novo Merry Christmas and a joly New Year attachment: winmail.dat-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: mod_jk

2002-11-29 Thread José Moreira
hello how did u install the mod_jk.dll? i copied it to the modules dir and added LoadModule jk_moduke modules/mod_jk.dll ang got module not found -Mensagem original- De: Andrewjj20 [mailto:[EMAIL PROTECTED]] Enviada: quinta-feira, 28 de Novembro de 2002 23:17 Para: tomcat Assunto:

MOD_JK

2002-11-22 Thread José Moreira
hello im trying to use mod_jk in apache 2 for winXP Pro... i placed mod_jk.dll in the {apache}/modules then configured it : LoadModule jk_module modules/mod_jk.dll but apache gave this error starting cant find module : d:/Javawork/Apache/modules/mod_jk.dll ??? thank you attachment:

Re: MOD_JK

2002-11-22 Thread José Moreira
yes its the server root im trying mod_jk2.dll now not even log files are created in apoache with the error mlh wrote: José Moreira wrote: hello im trying to use mod_jk in apache 2 for winXP Pro... i placed mod_jk.dll in the {apache}/modules then configured it : LoadModule jk_module