The Artima Developer Community
Sponsored Link

Java Answers Forum
How to view/run JSP, Java, Xml files?

1 reply on 1 page. Most recent reply: Jan 9, 2003 7:29 AM by Ugo Posada

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
zhixiong

Posts: 2
Nickname: zhixiong
Registered: Dec, 2002

How to view/run JSP, Java, Xml files? Posted: Dec 26, 2002 11:38 PM
Reply to this message Reply
Advertisement
I am doing a project on Xml jsp and java. Currently i am looking for information and examples in the internet. Those sample codes that i downloaded says that i need 'tomcat' to run the files. I am confused and not sure what to do to run those Jsp java and xml files. Any clear and simple step by step instruction will be appericated. Pls help.....


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
Reply to this message Reply
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.

Flat View: This topic has 1 reply on 1 page
Topic: Pointers Previous Topic   Next Topic Topic: jsdk

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use