Ugo Posada
Posts: 37
Nickname: binaryx
Registered: Dec, 2002
|
|
Re: How to view/run JSP, Java, Xml files?
|
Posted: Jan 9, 2003 7:29 AM
|
|
Well, if you need to view/edit the source code you only need a text editor. I would recommend you to download Netbeans IDE so you get a poqerful tool to program and plus you obtain sintax coloring for your jsp'sxml files, etc.
On the other hand, if you need to run a jsp you obviously need a servlet engine. I use tomcat to do that, specifically the one that comes with JBoss which I find very easy to install and set up, once you get your engine up and running you just got to place your war file (where the jsp files are compressed) in a specific directory and there you go.
|
|