Tomcat on Win Server 2003?

2006-07-24 Thread maya
can Tomcat be installed in Windows Server 2003? I have searched for ref's to Windows Server 2003 on tomcat's site (http://tomcat.apache.org/) but found nothing.. thanks.. -m - To start a new topic, e-mail: users@tomcat.apach

Re: Tomcat on Win Server 2003?

2006-07-24 Thread maya
Can't find any ref's? 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 s

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 ht

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 p

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 instruc

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

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 bef

Re: Vista woes.. SOLVED (port no. issue..)

2007-07-30 Thread maya
in "collective" memory of this group in case get this same question again soon... thank you all very much for your responses.. Caldarale, Charles R wrote: From: news [mailto:[EMAIL PROTECTED] On Behalf Of maya Subject: Vista woes for Tomcat I have set CLASSPATH thus: se

Re: Vista woes.. SOLVED (port no. issue..)

2007-07-30 Thread maya
Caldarale, Charles R wrote: From: news [mailto:[EMAIL PROTECTED] On Behalf Of maya Subject: Re: Vista woes.. SOLVED (port no. issue..) yesterday when I was trouble-shooting this I saw somewhere an error that port 80 was being used already... Probably some flavor of IIS that comes

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... F

Re: accessing files/dirs.....

2007-04-03 Thread maya
ntext.getResourceAsStream() ? Both 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 sp

Re: accessing files/dirs.....

2007-04-04 Thread maya
; if ( dirFile.isDirectory() ) { String[] fileList = dirFile.list() ; for ( int index = 0; index < fileList.length; index++ ) { out.println( "" + fileList[ index ] + "" ) ; } } %> And it does comply with the servlet spec

Re: accessing files/dirs.....

2007-04-04 Thread maya
r <%=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 t

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 on