简体   繁体   中英

How to integrate Existing Java web Application to handle blogs as subdirectory

I have a Java web application written in Spring + Hibernate + AngularJS running on Tomcat. I want to add the functionality of blog as a subdirectory. (Mostly I want to use Wordpress)

I have read many posts and googled it. But I could not find anything useful.

So basically I want my site eg -www.mysite.com to extend to www.mysite.com/blog, such that www.mysite.com will run as it is running now on TOMCAT and www.mysite.com/blog to render from Wordpress.

Please Help?

Create a folder in your hosting space(root folder where you hosted your java application) with name "blog" and map the wordpress blog database to one newly created database, then automatically the blog will points to the www.mysite.com/blog

Better browse any search engine for more details.

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