RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Richard Haber
I notice that the header does not appear if you go to the welcome.jsp directly. I am using IE 6 SP1, cleared the cache and tried several times. On an [OT] other note, Macromedia best practices recommends a 'skip intro' button on the splash page to allow users returning to the site quicker access

RE: getRealPath problem

2002-07-11 Thread Richard Haber
If your application is stored at c:\webapps\myApp, then getServletContext().getRealPath("/") will return that directory. Anything that you add to the end is literally appended to that path. You would usually use this to create an absolute path to a file, etc., so no parsing is done on what follows

Extra folders in tomcat/work

2002-07-11 Thread Richard Haber
wise, the sites work as expected. Thanks in advance, Richard Haber -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

CGIServlet cannot find my perl script - second post

2002-07-09 Thread Richard Haber
If there is anyone here who can help me with this problem, I would really appreciate hearing from you. Surely, someone out there must know how to configure CGIServlet! If there is something wrong with this post, I would like to know that also so I can correct it. I am running Apache 2.0.36 with

CGIServlet cannot find my perl script

2002-07-07 Thread Richard Haber
I am running Apache 2.0.36 with Tomcat 4.0.3 and mod_jk on Windows XP. The site was running without a VirtualHost and Apache was able to execute the .pl scripts using the ScriptAlias element in httpd.conf. When I moved the site to a virtual host, ScriptAlias stopped working. After much fruitless h