JSP/J2EE get the physical path of the project in tomcat in the common class

Source: Internet
Author: User

Private string projectname = "sz_pro"; // name of your project

// Obtain the absolute path of the current project
Public String getporjectpath (){
String nowpath; // The current Tomcat bin directory path, for example, D:/Java/software/Apache-Tomcat-6.0.14/bin
String tempdir;
Nowpath = system. getproperty ("user. dir ");
Tempdir = nowpath. Replace ("bin", "webapps"); // change the bin folder to the webapps file.
Tempdir + = "//" + projectname; // spell it into D:/Java/software/Apache-Tomcat-6.0.14/webapps/sz_pro
Return tempdir;
}

========================================================== ========================

JSP can do this.

Application. getrealpath ("/")

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.