简体   繁体   中英

How to open UI of JSP pages in browser?

I have a project which is made using JSP pages . I need to open that project in my local server to do UI changes and test them. Is there any way I can open that JSP pages in browser.

You need to copy entire project to local machine and deploy in your local web server eg Apache Tomcat, now try to run the web server to open UI of the project using http://IP:PORT/jspfilename

You can make changes using notepad++ for editing the content.

Hope this is fine for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM