p://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html
>>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
Hi,
Just a note that I could not print the following document:
http://tomcat.apache.org/tomcat-6.0-doc/printer/jndi-datasource-examples-howto.html
The right side of the page was cut of at the right margin of the page. So
IMHO the page was to wide for me.
Abel
Note on environment:
Windows XP
Moz
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: == context.lo
t;
> As far as the last stack you posted (and this is just a guess), is
> app04a.form.OrderForm a true JavaBean with a no argument constructor?
>
> --David
>
> AbelMacAdam wrote:
>> Hi David,
>>
>> I tried what you suggested (quote: "Just out of curiousity, ar
t; the webapp's /WEB-INF/lib directories. If it's in tomcat's /lib, it
> can't exist in the webapp.
>
> Come back with a complete stack trace including any root causes of your
> problem once those are fixed.
>
> --David
>
> Martin Gainty wrote:
.jar in /WEB-INF/lib
> M-
> - Original Message -
> From: "AbelMacAdam" <[EMAIL PROTECTED]>
> To:
> Sent: Monday, December 24, 2007 6:58 AM
> Subject: NoClassDefFoundError: TagExtraInfo missing?
>
>
>>
>> Hi,
>>
>> I'm try
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 Ecl
Hi,
Thanks for the feedback. As far as I know I had it working. But today I
decided to re-install Tomcat. Now I'm wondering if it was done correctly.
The old path to Tomcat (in XP):
C:\Program Files\Apache Software Foundation\Tomcat 6.0
The new path
C:\Tomcat6.0
I decided to re-install because
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
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 con
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. Yo
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 Apa
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/log
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 C:/wamp/bin/apache/apa
14 matches
Mail list logo