aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "tomcat" Watch "tomcat" New topic
Author

tomcat

phani kon
Ranch Hand

Joined: Apr 06, 2005
Posts: 251
I have modified one jsp page in the webapplication.I don't know how to run the project. Do I have to create a war fileor jar for jsp page.

Pleas help me
thanks,
lak
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

There are too many unknowns in your post to say for sure. The simplest answer is no, you do not need to create a WAR file to simply deploy a single JSP. Place the JSP under $CATALINA_HOME/webapps/ROOT and it should work.
phani kon
Ranch Hand

Joined: Apr 06, 2005
Posts: 251
Do I have to export as jar file put it separately into webapp/jsp?

Please clarify it
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

No, as Greg said, just put your JSP file under tomcat/webapps/ROOT.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
phani kon
Ranch Hand

Joined: Apr 06, 2005
Posts: 251
But it is not reflecting in my whole project
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

I think maybe you need to tell us a bit more about your "project" and what it is you are trying to do.
phani kon
Ranch Hand

Joined: Apr 06, 2005
Posts: 251
This is a web project. I have checked out the code form CVS.Actually, I don't know, how to setup up my web project in the eclipse.
Could you please tell me, how to setup my web project in the eclipse.
I have created a tomcatproject in that, I have imported the zip file of my webproject, Is this is the rightway?

I have modified one of the jsp file of that project, And I was running with
tomcat. Whenever I open my project browser, I don't see any changes,

Please help me with some suggestions

thanks,
lak
phani kon
Ranch Hand

Joined: Apr 06, 2005
Posts: 251
Can anyone help me in the above posted question?
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Setting up a web project in Eclipse is actually more of an IDE question than a Tomcat question. Moving to our IDEs forum....
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: tomcat
 
Similar Threads
JDBC connection for DB2 database
JSP and IFrames
Get URL of parent page in an included JSP page
How to export data in excel
JSTL exception handling