Error with using certain methods

2000-12-20 Thread Richey, Ross
Title: Error with using certain methods We have a whole bunch of code which was developed using VisualAge on Windows NT. Now we are attempting to move these pages to a server running RedHat Linux 7.0, Tomcat 3.1.1, Sun Java 2 SDK 1.3, Apache 1.3.14 + mod_ssl. The following code segment

RE: Error with using certain methods

2000-12-20 Thread David Rees
Title: Error with using certain methods My guess is that sHTMLLocation is invalid. When doing a forward, the sHTMLLocation should be an absolute URL relative to the web app. Can you verify that sHTMLLocation is a valid URL? -Dave -Original Message-From: Richey, Ross [mailto

RE: Error with using certain methods

2000-12-20 Thread Ramakrishna Sanka
Title: Error with using certain methods Make sure that you do not have the /my_app in your sHTMLLocation variable. If the code is in a JSP, though, I believe you should have the /my_app prefix to the location of your other "included" or "forwarded to" JSP. I hav