Hi I want to pre-compile my JSP after taking from CVS. I have websphere 5 installed on linux box. what comamnd I need to use to compile my JSPs Does the following command works
<jspc srcdir="${src}/WebContent" destdir="${build}/WebContent" package="com.jsp" compiler="jasper41" verbose="9"> <include name="**/*.jsp"/> <classpath> <pathelement path="${datashopper.classpath}"/> </classpath> </jspc> -- Thanks and Regards Hanmayya Udgiri