Re: NamingException

2008-01-03 Thread AbelMacAdam
to create DBCP. I hope this help you. Mariano -Mensaje original- De: AbelMacAdam [mailto:[EMAIL PROTECTED] Enviado el: miercoles, 02 de enero de 2008 14:05 Para: users@tomcat.apache.org Asunto: NamingException I have a piece of code that should get me a dataSource (from an example I'm

NamingException

2008-01-02 Thread AbelMacAdam
I have a piece of code that should get me a dataSource (from an example I'm playing with from a Struts book): [code] try { logger.info(DAOBase.getConnection: == InitialContext ==); context = new InitialContext(); logger.info(DAOBase.getConnection: ==

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-27 Thread AbelMacAdam
a true JavaBean with a no argument constructor? --David AbelMacAdam wrote: Hi David, I tried what you suggested (quote: Just out of curiousity, are you trying to run your webapp from within Eclipse? If so, try it without Eclipse -- deploy it to your installed tomcat and see

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-26 Thread AbelMacAdam
Message - From: AbelMacAdam [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, December 24, 2007 6:58 AM Subject: NoClassDefFoundError: TagExtraInfo missing? Hi, I'm trying to bootstrap my knowledge on Struts. As I tried an example I got the following error

NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread AbelMacAdam
Hi, I'm trying to bootstrap my knowledge on Struts. As I tried an example I got the following error: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagExtraInfo Searching on this error I got the impression I needed j2ee.jar. I downloaded and installed the Java EE 5 SDK from Sun. In

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread AbelMacAdam
- - Original Message - From: AbelMacAdam [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, December 24, 2007 6:58 AM Subject: NoClassDefFoundError: TagExtraInfo missing? Hi, I'm trying to bootstrap my knowledge on Struts. As I tried an example I got the following error

ActionErrors.validate()

2007-12-20 Thread AbelMacAdam
Hi all, I just started reading a book about Struts, and are now learning about Error Handling. To validate the input of the user in the forum, you need to write your own implementation of org.apache.struts.action.ActionErrors. The class ActionErrors has its own method validate. This method I can

Configuring mod_jk?

2007-12-18 Thread AbelMacAdam
Hi, Yesterday I tried to integrate Tomcat (6.0.14) in my Apache (2.2.6). I saw a document about how to do it, but had not have the time to test it (really). But the appache_error.log states: [Tue Dec 18 08:54:35 2007] [warn] No JkLogFile defined in httpd.conf. Using default

Re: Configuring mod_jk?

2007-12-18 Thread AbelMacAdam
Hi Rainer, Rainer Jung-3 wrote: My httpd.conf contains the following entries: LoadModule jk_module modules/mod_jk.so AddModulemod_jk.c JkWorkersFileC:/Program Files/Apache Software Foundation/Tomcat 6.0/conf/workers.properties JkLogFileC:/wamp/logs/mod_jk.log

Re: apache and tomcat

2007-12-18 Thread AbelMacAdam
Richard Dunne wrote: Can someone please explain the fundamental difference between Httpd and Tomcat? I installed Tomcat 6, but it doesn't seem to be liking PHP a whole lot. Do I need to un-install Tomcat 6 and install Apache 2 on its own? Just a bit confused as I am trying to get Apache

Re: apache and tomcat

2007-12-18 Thread AbelMacAdam
Richard Dunne wrote: Thanks. I have installed Apache 2 httpd server on port 80 as recommened by installation, but I cannot start server as it sems to be in use. I have Tomcat on port 8080. Any idea how to get around this? Richard. Tomcat and Apache do not bite each other. Your

Re: Configuring mod_jk?

2007-12-18 Thread AbelMacAdam
Rainer Jung-3 wrote: Which version of mod_jk are you using? == 2.2.6 No that's the httpd version. JK version should be 1.2.something. You are right, it is 1.2.25. The default file normally doesn't get used. It's kind of template from which you can regenerate an original config.