| Author |
How to compile jsp's from editplus
|
maha devan
Ranch Hand
Joined: Mar 16, 2004
Posts: 50
|
|
Hi I am using Tomcat. I want to copile my jsp's from editplus..For this how to confiure the user Tools in edit plus.. Any body working in edit plus please help me to configure. Thanks Mahadevan
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26192
|
|
Mahadevan, What do you mean by "compile" jsp's? IDEs don't compile JSPS into servlets. That's the job of the app server.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
maha devan
Ranch Hand
Joined: Mar 16, 2004
Posts: 50
|
|
Ya Thanks Jeanne As u know from editplus, You will able to compile and Run Java Programs by configuring the Editplus Plus ["Tools\User Configuration"]. In this case, editor is not going to compile the Java Program instead, We would have set the path of java Compiler in the ["Tools\User Configuration"]. You can find how to configure in http://www.editplus.com/faq.html Similar way I think we can configure Tomcat to editplus and compile the JSP's from the Editor.I have done it once , but had forgot the configuration now. If ur not clear in my question I will still elaborate You in next mail.
|
 |
Pradheep Thiruvengadam
Greenhorn
Joined: Aug 11, 2003
Posts: 7
|
|
Hi, No need to compile JSPs just update them in web folder, just make a refresh in browser. the container will compile it. If you want to precompile the JSPs it varies from container to container, WebSphere has a tool called "jspc" which will precompile jsp before deploying simlly, oracle also providet his facility in Oracle9i. but I dont think Tomcat has this facility if so pl. let me know how its to be done? Pradheep.
|
 |
Roger Chung-Wee
Ranch Hand
Joined: Sep 29, 2002
Posts: 1683
|
|
Or use Ant's jspc task, which requires the jasper.jar and jasper-runtime.jar files which come with Tomcat 4.
|
SCJP 1.4, SCWCD 1.3, SCBCD 1.3
|
 |
 |
|
|
subject: How to compile jsp's from editplus
|
|
|