After not being able to pre-compile jsps with tomcat-4.0.3 I tried tomcat-3.2.3 and when pre-compiling jsps that have underscores I get something hex like in source file name

 

Example:

 

my_own.jsp produces the following my_0005fown.jsp

 

 

And if you look at the source file it self you see the following

################ Snippet #################

 

package jsp;

 

import javax.servlet.*;

import javax.servlet.http.*;

import javax.servlet.jsp.*;

import javax.servlet.jsp.tagext.*;

import java.io.PrintWriter;

import java.io.IOException;

import java.io.FileInputStream;

import java.io.ObjectInputStream;

import java.util.Vector;

import org.apache.jasper.runtime.*;

import java.beans.*;

import org.apache.jasper.JasperException;

 

 

public class my_0005fown extends HttpJspBase {

 

 

    static {

    }

    public my_0005fown( ) {

    }

 

    private static boolean _jspx_inited = false;

 

    public final void _jspx_init() throws JasperException {

    }

 

################# End of Snippet #############

 

 

Has any body seen this?

 

Ed Mangual

SCM Architect

Business Banking Division

S1 Corporation, Charlotte

704-423-2530

mailto:[EMAIL PROTECTED]

 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


Reply via email to