Re: AW: using jspc tag

2002-12-06 Thread Shankar
Hi thanks for the reply. I am using jboss app. server. And using ant 1.5.1. Below I am adding web.xml and build.xml pl. have a look at them. I manually added serverlet-mapping entry in web.xml. But I came to know that in jspc tag we have an attribute which automatically adds mapping. I

AW: AW: using jspc tag

2002-12-06 Thread Schulte-Döinghaus, Meinolf, NMG-ME
it is nearly equal. -Ursprüngliche Nachricht- Von: Shankar [mailto:[EMAIL PROTECTED]] Gesendet am: Freitag, 6. Dezember 2002 09:48 An: Ant Users List Betreff: Re: AW: using jspc tag Hi thanks for the reply. I am using jboss app. server. And using ant 1.5.1. Below I am adding web.xml

AW: using jspc tag

2002-12-05 Thread Schulte-Döinghaus, Meinolf, NMG-ME
Hi, I've done jsp precompilng for weblogic by using the java tag. Maybe it helps: !-- -- !-- Compile JSPs -- !-- -- target name=jspc depends=init,copyprops,compile,test,copyconfig java fork=yes