Tomcat v Resin

2001-08-29 Thread Vinay Menon
Hello, Has anyone tried benchmarking Tomcat vs Resin as a web container? = Any views/thoughts/suggestions? Many thanks Vinay

Re: Package nesting levels restriction???

2001-08-07 Thread Vinay Menon
No! That is what I thought as well. But the .class and the .java files from jasper ARE being created! Vinay - Original Message - From: Michael Wentzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 12:15 PM Subject: RE: Package nesting levels restriction???

Re: Package nesting levels restriction???

2001-08-07 Thread Vinay Menon
Hello, Yes. Checked the file. It looks good. The .class file looks good as well. Which is surprising why it displays a can't write file error! After writing it! I am running Tomcat 3.2.2 on Win2kProf, using JDK1.3.1 and have tried this without Apache [and with Apache 1.3.20]. Looks like

Package nesting levels restriction???

2001-08-06 Thread Vinay Menon
Hello, Has anyone faced any package nesting levels limit with Tomcat? I am running Tomcat 3.2.2 and am having problems when I exceed 7 folders. The excpetion I get is Error: 500 Location: /frfr-commerce/uk/co/isesolutions/apps/commerce/frfr/fulfilment/ui/thisismys hoppingcart.jsp Internal

Re: Tomcat + Apache on NT

2001-07-08 Thread Vinay Menon
why are u using mod_jserv? - Original Message - From: Gregory Guthrie To: [EMAIL PROTECTED] Sent: Sunday, July 08, 2001 7:17 PM Subject: Tomcat + Apache on NT It is not clear (to me) that I have to manually start both Tomcat andApache servers on NT (Win2K

Re: org.apache.jasper.compiler.CompileException: ... Unable to convert a String to java.util.Vector for attribute imgList

2001-07-04 Thread Vinay Menon
Title: org.apache.jasper.compiler.CompileException: ... Unable to convert a String to java.util.Vector for attribute imgList "%=imgList%" would return a String wouldn't it? Its just the return of the toString method I guess. Is that what your tag library accepts? Or does it need a Vector at

Re: newbie question

2001-07-03 Thread Vinay Menon
http://localhost - Apache homepage http://localhost:8080 - Tomcat homepage If both display then Apache is working and Tomcat is working. Loads of mails about how to set up Tomcat with Apache. Pls read the archives or check out the Tomcat site. Vinay - Original Message -

Apache with multiple Tomcat Instances

2001-07-02 Thread Vinay Menon
Hello, Had posted this question a couple of days back but never heard from anyone! Has anyone tried integration Apache with multiple instances of Tomcat? Any pointers would be appreciated. Many Thanks Vinay

Re: Does Apache worth it?

2001-07-01 Thread Vinay Menon
Eitan, I've done some amount of testing on the Tomcat webserver and the Apache-Tomcat combination and have found the 8080 Tomcat webserver lacking for real production strength deployment. It is excellent for development but speed-wise, feature-wise Apache is a far stronger offering and

Tomcat v Resin

2001-07-01 Thread Vinay Menon
Hello Folks, Anyone here tried Resin? Was wondering if anyone has experience using Resin and would like to share its pros and cons wrt Tomcat. Thanks in advance Vinay

Re: Prefix subject headers in Tomcat list?

2001-07-01 Thread Vinay Menon
i use the filter where 'To:' is [EMAIL PROTECTED] Works! Vinay - Original Message - From: pete [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 01, 2001 11:12 PM Subject: Prefix subject headers in Tomcat list? Is it possible for the list admin to apply a '[tomcat-user] '

Re: apache not able to access jsp files

2001-06-30 Thread Vinay Menon
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html#s7 - Original Message - From: Ramkumar Manoharan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 1:03 AM Subject: apache not able to access jsp files Hi, OS-red hat 7.0, apache 1.3, tomcat 3.2

Hot Deploy?

2001-06-30 Thread Vinay Menon
Hello Folks, Is 'hot deploy' something that is being planned for Tomcat 4.0. I use Tomcat with JBoss and do not use an EAR file to deploy to the combination ... instead deploy a server side jar for JBoss and the compiled classes for Tomcat. If I stick to the current method of deployment will

Re: JSP page in another window

2001-06-30 Thread Vinay Menon
specify target=_window in the url that will be used to pop up the JSP Cheers Vinay - Original Message - From: Grim Shieldsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 7:22 PM Subject: Re: JSP page in another window JSP is server side only.. it never makes

Apache with multiple Tomcat Containers

2001-06-29 Thread Vinay Menon
Hello, Is it possible to set up an instance of Apache to talk to more than one Tomcat instance? When setting up the mod_jk stuff in httpd.conf we usually give absolute paths to the tomcat workers file. Anyone out there tried setting up a one to many Apache-Tomcat setup? Vinay

Re: Using the servlet element on web.xml to define short name f or a servlet in a package

2001-06-29 Thread Vinay Menon
You will need mod_jk. Under your tomcat/doc directory, you should have information on setting up Apache to talk to Tomcat. Applications will need mapping like JkMount /appname/servlet/* ajp13 To pass on the request for servlets to the ajp13 connector. Vinay - Original Message - From:

Re: Using the servlet element on web.xml to define short name f or a servlet in a package

2001-06-29 Thread Vinay Menon
. -Original Message- From: Vinay Menon [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 30, 2001 1:05 AM To: [EMAIL PROTECTED] Subject: Re: Using the servlet element on web.xml to define short name f or a servlet in a package You will need mod_jk. Under your tomcat/doc