954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to run jsp file using jcreator

Hi,

Tillnow am using notepad.I want to use Jcreator editor.I haven't any idea about how to use jsp in Jcreator.Now Am using ApacheTmacat4.0 is my Webserver.

Anyone help me to this Query.
Thanx in advance

muthumari
Newbie Poster
20 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

You need to have an Ant task which would compile, build and deploy your web application to Tomcat. JCreator internally makes use of an Ant build file, which is a simple XML. You could edit it to add some custom tasks.

aniseed
Posting Whiz
359 posts since Apr 2006
Reputation Points: 48
Solved Threads: 7
 

JCreator is very simple to use. Just create new document give it jsp extension and point to place where you want document to be saved. Than do your coding and compile. Everything done. Be carefull with beans which are usually placed in separated folder than rest of classes( folder classes holds your compiled java files and some people like to put there another folder called beans). What I mean is, if beans saved in other directory then servlets, JCreator will create new folder inside beans called beanes and put there your compiled bean classes. Once you try run your servlet you get error telling you your bean classes can't be find

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

how to run jsp file using jcreator?

i am new to jcreator.can anyone help about this one with brief.......

ravikinjarapu
Newbie Poster
1 post since Dec 2007
Reputation Points: 10
Solved Threads: 1
 

Install Tomcat on your pc, do coding and compiling with JCreator and then deploy it on Tomcat...

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You