You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ralph Einfeldt <ra...@uptime-isc.de> on 2002/07/05 12:04:51 UTC

AW: Problem with jdk1.3 nad jdk1.4

suns jdk1.3 and 1.4 have issues with the try/catch handling
that is generated by tomcat for the tags. 

Workarounds:
- Stay with 1.2.2
- Upgrade to the latest tomcat 4.1 release
- Upgrade to the latest tomcat 4.0 release and use Jasper2
  from tomcat 4.1
- Use a jdk from a different vendor.

> -----Ursprüngliche Nachricht-----
> Von: shanmugampl [mailto:shanmugampl@india.adventnet.com]
> Gesendet: Freitag, 5. Juli 2002 12:09
> An: tomcat-user@jakarta.apache.org
> Betreff: Problem with jdk1.3 nad jdk1.4
> 
> When i started developing i used Tomcat 3.2.4 and jdk1.2.2 . The time 
> taken for page loading was nearly 600 - 800 ms. Later i moved 
> to jdk1.3. 
> While using jdk1.3, i found out that the same page takes more than a 
> second to load(Sometime it goes till 3sec). Also if i increase the 
> number of custom tags by 5 times, it takes me nearly 20 sec 
> to load the page.
>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


webapp_module => apache problem when starting

Posted by Gunter D'Hondt <gu...@sofico.be>.
I configured Apache 2.0.39 correctly and Tomcat 4.0.4 (Win NT4)
Now I'm changing the httpd.conf of Apache with
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c

and I've placed the mod_webapp.so in the \modules directory and also the
libapr.dll in the same directory but when starting Apache I get the
following:

C:\PROGRA~1\Apache Group\Apache2\bin>apache
Syntax error on line 173 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_webapp.so into
server: The specified module could not be found.


Am I placing the dll in the wrong directory or what?

Greetings,
Gunter.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: AW: Problem with jdk1.3 nad jdk1.4

Posted by shanmugampl <sh...@india.adventnet.com>.
Thanks a lot. Can you give me an url where this problem is stated 
clearly, so that i can understand the root cause of it in a better way.

Ralph Einfeldt wrote:

>suns jdk1.3 and 1.4 have issues with the try/catch handling
>that is generated by tomcat for the tags. 
>
>Workarounds:
>- Stay with 1.2.2
>- Upgrade to the latest tomcat 4.1 release
>- Upgrade to the latest tomcat 4.0 release and use Jasper2
>  from tomcat 4.1
>- Use a jdk from a different vendor.
>
>  
>
>>-----Ursprüngliche Nachricht-----
>>Von: shanmugampl [mailto:shanmugampl@india.adventnet.com]
>>Gesendet: Freitag, 5. Juli 2002 12:09
>>An: tomcat-user@jakarta.apache.org
>>Betreff: Problem with jdk1.3 nad jdk1.4
>>
>>When i started developing i used Tomcat 3.2.4 and jdk1.2.2 . The time 
>>taken for page loading was nearly 600 - 800 ms. Later i moved 
>>to jdk1.3. 
>>While using jdk1.3, i found out that the same page takes more than a 
>>second to load(Sometime it goes till 3sec). Also if i increase the 
>>number of custom tags by 5 times, it takes me nearly 20 sec 
>>to load the page.
>>
>>    
>>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>  
>