RE: Use JSPC

2005-06-23 Thread Karasek-XID, Nicolas
classpath as I've seen lot of people using jspc without problem. -Original Message- From: Karasek-XID, Nicolas Sent: jeudi 23 juin 2005 15:43 To: Tomcat Users List Subject: RE: Use JSPC Ok, I tried the simple hello world jsp, with the same result. Adding the path to my jars and/or

RE: Use JSPC

2005-06-23 Thread Karasek-XID, Nicolas
27;Tomcat Users List' Subject: AW: Use JSPC What I think is missing is the Webapplication classes in your classpath, so: But I didn't test this on my System. But narrow it down I would do the following: Just write a simpl

AW: Use JSPC

2005-06-22 Thread Bernhard Slominski
ion. Try to get jasper working with this file, if it's working fine, then you know an application specfic calls is not picked up. If the "Hello world" jsp does not work, you know it's a Tomcat/JRE class which is missing. Cheers Bernhard > > -Original Message- >

RE: Use JSPC

2005-06-22 Thread Karasek-XID, Nicolas
colas -Original Message- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent: mercredi 22 juin 2005 11:07 To: 'Tomcat Users List' Subject: AW: Use JSPC Hi Nicolas, what jspc basically needs, is acces to all the internal tomcat libraries, as you see from the ant script: ${tomcat.

AW: Use JSPC

2005-06-22 Thread Bernhard Slominski
Juni 2005 10:26 > An: Tomcat Users List > Betreff: RE: Use JSPC > > > Hi bernhard, > > Just a few dumb questions on this, I still have problem to > generate servlets source files from jsp. > From a previous message you sent on this subject in an

RE: Use JSPC

2005-06-22 Thread Karasek-XID, Nicolas
r ? Maybe someone have an idea on what I miss... -- Nicolas -Original Message- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent: jeudi 16 juin 2005 11:44 To: 'Tomcat Users List' Subject: AW: Use JSPC Hi Mino, just one thing to add to the very good answer from Charl

RE: Use JSPC

2005-06-20 Thread Charl Gerber
) copy class files to the required location (ie > class directory under WEB-INF ) > > > Hope it helps, > > Sasha. > > -Original Message- > From: Giacomino Raccuia > [mailto:[EMAIL PROTECTED] > Sent: Thursday, 16 June 2005 7:13 PM > To: tomcat-user@ja

RE: Use JSPC

2005-06-19 Thread Akoulov, Alexandre [IT]
] Sent: Thursday, 16 June 2005 7:13 PM To: tomcat-user@jakarta.apache.org Subject: Use JSPC Hi, I'd like to compile the JSP pages when I upload some new files on server (tomcat 4.0.3) . I use the utility JSPC, but this generate only java file but not the class file. I read that JRun has JSPC

AW: Use JSPC

2005-06-16 Thread Bernhard Slominski
Gesendet: Donnerstag, 16. Juni 2005 11:24 > An: Tomcat Users List > Betreff: Re: Use JSPC > > > If you have the generated java files, you can compile > them like any other java class (remember to setup your > classpath correctly, including some jars in the Tomcat > libraries). >

Re: Use JSPC

2005-06-16 Thread Charl Gerber
If you have the generated java files, you can compile them like any other java class (remember to setup your classpath correctly, including some jars in the Tomcat libraries). Trickier to figure out first time round is to dynamically create the web.xml settings. Every .jsp now effectively becomes

Use JSPC

2005-06-16 Thread Giacomino Raccuia
Hi, I'd like to compile the JSP pages when I upload some new files on server (tomcat 4.0.3) . I use the utility JSPC, but this generate only java file but not the class file. I read that JRun has JSPC with -compile argument while my JSPC utilty doesn't have thi argument. Is possible to generate

RE: REPOST: How to use JspC with ANT

2002-10-22 Thread jon wingfield
bject: Re: REPOST: How to use JspC with ANT Thanks man, sometimes we make things more difficult than they are :o) On Tue, 2002-10-22 at 11:47, Kyrre Lugg wrote: > Felipe Schnack wrote: > >I'm trying to pre-compile my JSPs using an Ant script and JspC, but > > I'm &

Re: REPOST: How to use JspC with ANT

2002-10-22 Thread Felipe Schnack
Thanks man, sometimes we make things more difficult than they are :o) On Tue, 2002-10-22 at 11:47, Kyrre Lugg wrote: > Felipe Schnack wrote: > >I'm trying to pre-compile my JSPs using an Ant script and JspC, but > > I'm > > getting the following error: > > Maybe you should consider using

Re: REPOST: How to use JspC with ANT

2002-10-22 Thread Kyrre Lugg
Felipe Schnack wrote: I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: Maybe you should consider using the jspc task which is shipped with ant? Kyrre -- To unsubscribe, e-ma

REPOST: How to use JspC with ANT

2002-10-22 Thread Felipe Schnack
I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: 2002-10-21 02:45:49 - uriRoot implicitly set to "/home/felipes/cvs/w2/web" [java] java.lang.LinkageError: loader constraints violated when linking org/w3c/dom/Document class

How to use jspc ?

2002-05-29 Thread wolfgang
hi there, I'm currently using jspc(command line compilation tool) come with Tomcat. I cannot figure out how to use some options although I read through the manual. Those are -uribase and -uriroot. Could anyone explain me how to use those options(argument) ? ( I always use -webapp option. It sati

How to use jspc

2001-10-01 Thread Alex Colic
Hi, thanks for all the help regarding using the jre with tomcat. In my development environment I have been placing all my jsp files into the webapps/myproject/ directory. Now I can see that I need to use the jspc to compile the jsp's so that I can distribute them with Tomcat and the JRE. Can som