Tomcat 6.0.26. Crite ria for '400 bad req uest' using MutiThre ading‏

2010-06-25 Thread Felipe Maya
. Best Regards. M.Eng. Felipe Maya _ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url

Problems installing Jakarta Isapi Redirector

2008-05-23 Thread Carlos Diaz Maya
Hi, I'm trying to install and configure Jakarta Isapi Redirector on a Windows Server 2003 machine with IIS 6.0 and many ASP.Net web sites deployed and working on it. Also, this server redirects some URLs to a J2EE application deployed under WebSphere 6.0 (using a ISAPI filter) that is installed

Vista woes....

2007-07-29 Thread maya
hi, am trying to get Tomcat to run in Vista, have dl'd and installed Tomcat 5.5.23 set necessary vars thus: JAVA_HOME=C:\Java\jdk1.5.0_12 JRE_HOME=C:\Java\jdk1.5.0_12\jre but when try to run a webapp I get a 404 (even tomcat-docs doesn't run..) I know how to set up Tomcat, have done it

Re: accessing files/dirs.....

2007-04-04 Thread maya
= dirFile.list() ; for ( int index = 0; index fileList.length; index++ ) { out.println( li + fileList[ index ] + /li ) ; } } % /ul And it does comply with the servlet spec. --David maya wrote: thank you.. someone in another forum said the same

Re: accessing files/dirs.....

2007-04-04 Thread maya
or %=pageContext.getAttribute( fileCount )% --David maya wrote: yes I know, eventually I want to do this whole webapp in struts.. for now just want to be able to count how many images in 'images' folder.. (what I don't get here is first line.. where does the reqParameter come from

accessing files/dirs.....

2007-04-03 Thread maya
File dir = new File(C:\\apache-tomcat-5.5.17\\webapps\\india\\delhi\ \images); this works fine in my machine locally, but on my website.. if, say, I'm in dir where 'images' dir is, this doesn't work... File dir = new File(images) starting @ root of webapp also doesn't work... File

Re: accessing files/dirs.....

2007-04-03 Thread maya
are safe methods of reading resources from the webapp whether it be in a compressed archive or not. There is also getRealPath(), but it will only work if the webapp is expanded (ie not a .war file). I can't recommend it enough -- read the servlet spec. It really does help. --David maya wrote

downloading JSTL..

2006-08-21 Thread maya
hi, am a bit confused about JSTL.. when on this pg, http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html it says, about half-way down, Download the Standard Tag Library Release from an Apache Jakarta Project Mirror when I click on Apache Jakarta Project Mirror I get taken to

Re: downloading JSTL..

2006-08-21 Thread maya
Wendy Smoak wrote: On 8/21/06, maya [EMAIL PROTECTED] wrote: I click on taglibs get taken to a page with yet another long list.. http://jakarta.apache.org/site/downloads/downloads_taglibs.html.. what do I download here? I thought JSTL meant all taglibs in one package.. From that page you

Re: downloading JSTL..

2006-08-21 Thread maya
Wendy Smoak wrote: On 8/21/06, maya [EMAIL PROTECTED] wrote: yes, that helped, thank you very much... I managed to figure out which one to download here, http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi ... so you're using JSTL 1.1 followed all instructions in my

Re: downloading JSTL..

2006-08-21 Thread maya
Wendy Smoak wrote: Wendy, thank you very much for your help.. I'm using Tomcat 5, so I figured had to use JSTL 1.1.. No. The version of JSTL to use depends on what version of the Servlet spec your webapp is configured to use, not what version of Tomcat they're running in. my Servlet API is

Re: Tomcat on Win Server 2003?

2006-07-24 Thread maya
? Probably because it's built in Java and as such is intended to be platform independent. Take a look at the downloads page -- there is a download that installs it as a service. --David maya wrote: can Tomcat be installed in Windows Server 2003? I have searched for ref's to Windows Server