Skip to content

startalkIM/tomcat_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instruction

This is a repo for unzipped and after compiling Startalk Java services including

~~and a unpackaged tomcat v8.5.37 . ~~

These three services are obligatory for running Startalk properly. Each service exists at a independent tomcat and occupies different ports. Check their project repo mentioned above for more details.

Deployment

mkdir -p /startalk/tomcat &&
cp -r ./  /startalk/tomcat/ &&
/startalk/tomcat/im_http_service/bin/catalina.sh &&
/startalk/tomcat/qfproxy/bin/catalina.sh &&
/startalk/tomcat/push_service/bin/catalina.sh 
sudo netstat -antpu|grep -E '8081|8082|8083'

From the netstat command result you can ensure the services are running properly.

  • If you would like to integrated these in your own tomcats enviroment, pay attention to change the setting related to tomcat:
1.change ports used by editting each projects conf/server.xml 
2.remove the setting of catalina in each projects bin/catalina.sh:
CATALINA_HOME=/startalk/tomcat/im_http_service
CATALINA_BASE=/startalk/tomcat/im_http_service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published