Re: SSL Not working on tomcat 5.5.29

2010-07-05 Thread kareem_s_m
When I run in NON SSL (port 8080, stuff is written to the log files). When I run under SSL (8443) nothing is written to the same log files. Konstantin Kolinko wrote: > > 2010/7/2 kareem_s_m : >> Also >> nothing is written to the log flies. > > Nothing at all? The logs are completely empty? >

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-05 Thread 赵顺
there must be a default isELIgnored flag for tag files once I used <%@ tag import="org.apache.commons.beanutils.BeanUtils" pageEncoding="UTF-8" description="" isELIgnored="false" %> in my tag files and tomcat 6.0.26 says org.apache.jasper.JasperException: /WEB-INF/tags/jet/grid.tag(2

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-05 Thread rahul
Thanks to all of your comments and help!! The problem is resolved. I was very fortunate that I was testing with FireFox otherwise I would never have come to know about the actual problem (That is Redirecting to port 8080). The Internet Explorer was not at all showing that the request is going to

jstl 1.1.0 x:forEach recompilation problem - Is it solved in jstl 1.2?

2010-07-05 Thread emerson
Hi I remember a while ago I had to downgrade the jstl version because of the way that x:forEach tag is implemented, which recompiles the xpath at every iteration, slowing down the xml processing. The bug is open since 2004: https://issues.apache.org/bugzilla/show_bug.cgi?id=27717 Does anyone kno

Re: embedded tomcat, "work" folder wipe out issue

2010-07-05 Thread Federico Fissore
Konstantin Kolinko, il 05/07/2010 16:59, ha scritto: 2010/7/2 Federico Fissore: hello all first mail to the list: please forward me to any RTFM you may think useful BUT some times I got a "JasperException: Unable to load class for JSP", with the root cause being "ClassNotFoundException: or

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread Ihor Chumak
Had You tried to made c header by javah -jni ./your_packages/your_class.class ? It gives header for You with properly named method to be written in c.. On Mon, Jul 5, 2010 at 4:11 PM, Konstantin Kolinko wrote: > 2010/7/2 dennis ch : > > Do I miss anything here? Any input is appreciated! > > > >

Re: embedded tomcat, "work" folder wipe out issue

2010-07-05 Thread Konstantin Kolinko
2010/7/2 Federico Fissore : > hello all > > first mail to the list: please forward me to any RTFM you may think useful > > > BUT some times I got a "JasperException: Unable to > load class for JSP", with the root cause being "ClassNotFoundException: > org.apache.jsp.WEB_002dINF.jsp.systemCheck_jsp

Re: EL expressions do not work in tag file (tomcat 6.26)

2010-07-05 Thread Konstantin Kolinko
2010/7/3 赵顺 : > my web.xml > > -- > http://java.sun.com/xml/ns/j2ee"; >    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; >    version="2.4"> (...) >     >           >      

Re: SSL Not working on tomcat 5.5.29

2010-07-05 Thread Konstantin Kolinko
2010/7/2 kareem_s_m : > Also > nothing is written to the log flies. Nothing at all? The logs are completely empty? Maybe you are still running 5.5.28, or writing to 5.5.28 logs, if the service was installed incorrectly? > > Under tomcat 5.5.28, the site renders fine with SSL and non SSL. > How

Re: Tomcat current thread count

2010-07-05 Thread Ozgur Ozdemircili
Was just a double check. Thanks for all the help Chuck. Özgür Özdemircili http://www.acikkod.org Code so clean you could eat off it On Mon, Jul 5, 2010 at 3:59 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com] > > S

RE: Tomcat current thread count

2010-07-05 Thread Caldarale, Charles R
> From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com] > Subject: Re: Tomcat current thread count > > Is there any way I can clear the current thread count without > restarting tomcat? Clearing the thread *count* does nothing - you have to actually terminate the excess threads. > The pr

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread Konstantin Kolinko
2010/7/2 dennis ch : > Do I miss anything here?  Any input is appreciated! > IIRC, native libraries can be loaded only once, but webapplication classloader is disposed and recreated each time the web application is stopped/reloaded. Thus the class that loads your library must be in ${catalina.base

Re: what is document root in Tomcat

2010-07-05 Thread André Warnier
Tapas Mishra wrote: On Mon, Jul 5, 2010 at 5:35 PM, Pid wrote: What does it say in the installation documents for Sakai? Does it tell you where to install the files? That is the problem on this page http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7) section 3

Re: what is document root in Tomcat

2010-07-05 Thread Pid
On 5 July 2010 13:49, Tapas Mishra wrote: > On Mon, Jul 5, 2010 at 5:35 PM, Pid wrote: > >> What does it say in the installation documents for Sakai?  Does it >> tell you where to install the files? > That is the problem on this page > http://confluence.sakaiproject.org/display/DOC/Install+Guide+

Re: what is document root in Tomcat

2010-07-05 Thread Tapas Mishra
On Mon, Jul 5, 2010 at 5:35 PM, Pid wrote: > What does it say in the installation documents for Sakai?  Does it > tell you where to install the files? That is the problem on this page http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7) section 3.0 It says "If you w

Re: Question on ClientAbortException

2010-07-05 Thread Ronald Klop
Op vrijdag, 2 juli 2010 21:49 schreef Leo Donahue - PLANDEVX : http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/connector/ClientAbortException.html What does this mean exactly? A user makes a request for a resource and closes the browser before they get the response? ..

Re: what is document root in Tomcat

2010-07-05 Thread Pid
On 5 July 2010 12:56, Tapas Mishra wrote: > I am not clear with Document Root for Tomcat which is some thing in > Apache only I have worked with. > I have an application named sakai > http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7) > I downloaded it > svn co htt

what is document root in Tomcat

2010-07-05 Thread Tapas Mishra
I am not clear with Document Root for Tomcat which is some thing in Apache only I have worked with. I have an application named sakai http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7) I downloaded it svn co https://source.sakaiproject.org/svn/sakai/tags/sakai-2.7.0

Re: Tomcat current thread count

2010-07-05 Thread Ozgur Ozdemircili
Hi Charles, Is there any way I can clear the current thread count without restarting tomcat? The programmer is unable to accept the problem so it seems I will have to find a way to clear current thread number. Thank you. Özgür Özdemircili http://www.acikkod.org Code so clean you could eat off i

Re: Tomcat 5.5 creates 0 byte files

2010-07-05 Thread Murat Birben
You all right about ESXi issue, df -k shows only the virtual machines storage and that error is occured because of the max number of files allowed by OS. I will try out the things Andre, Pid and Chris suggested and then i'll hopefully write you good news about my problem. Again thanks for all your

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-05 Thread André Warnier
rahul wrote: Hello Friends A very strange findings for today! Found it only because I skipped the first "Launch" page that used to launch a new window through Java Script. Now, the finding is - 1. After the Launch, this would open a Home Page with the request URL - http://:5080/ 2. Clicking o

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
Hi Shay, Thanks for your input. And yes, I did see the "Load library successful" message. I've also fixed the code with static { } block. However, I still received the same error message. Any other thoughts? Thanks, Dennis 2010/7/2 Shay Rojansky > Hi Dennis. > > So do you see the "Load lib

How to call an external class from a webapp (i.e. - implement a plugin)

2010-07-05 Thread Goren Il
I would like my webapp to call an external class, which will be provided (as a name) in an XML file at run time. The external class will be developed by 3rd party, and might include additional JARs. I will refer to the external class and JARs as the "plugin". My webapp is provided as a WAR, so

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
Ralph, I got this error upon first deployment... 2010/7/4 Ralph Carlson > do you get this error upon first deployment or re-deploy? > do you restart tomcat after you redeploy your jni app? > > From: > users-return-214329-racarlson=mediacomcc@tomcat.

Re: JNI error under tomcat: java.lang.UnsatisfiedLinkError

2010-07-05 Thread dennis ch
Hi Chris, Thanks for your reply. I recompiled everything and checked method signature, but still got the same error. I felt it's weird why it worked for standalone app but not deployed web service... Thanks. model.java public static void initModel() { modelJNI.initModel(); }

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-05 Thread rahul
Hello Friends A very strange findings for today! Found it only because I skipped the first "Launch" page that used to launch a new window through Java Script. Now, the finding is - 1. After the Launch, this would open a Home Page with the request URL - http://:5080/ 2. Clicking on Search Work