File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " emberchatappserver" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "dependencies" : {},
55 "devDependencies" : {
66 "grunt" : " ~0.4.1" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function __construct(Application $application)
6363 // this hole service locator will get removed in future
6464 $ this ->application = $ application ;
6565
66- $ connection = Factory::createContextConnection ();
66+ $ connection = Factory::createContextConnection ($ application -> getName () );
6767 $ session = $ connection ->createContextSession ();
6868 $ initialContext = $ session ->createInitialContext ();
6969
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 <display-name >EmberChat AppServer</display-name >
55 <description >The backend for the EmberChat Project</description >
66
7- <servlet >
8- <description ><![CDATA[ Serves static content]]> </description >
9- <display-name >StaticResourceServlet</display-name >
10- <servlet-name >StaticResourceServlet</servlet-name >
11- <servlet-class >\TechDivision\ServletContainer\Servlets\StaticResourceServlet</servlet-class >
12- </servlet >
13-
14- <servlet >
15- <description ><![CDATA[ Serves EmberChat app]]> </description >
16- <display-name >AppServlet</display-name >
17- <servlet-name >AppServlet</servlet-name >
18- <servlet-class >\EmberChat\Servlets\AppServlet</servlet-class >
19- </servlet >
20-
21- <servlet-mapping >
22- <servlet-name >AppServlet</servlet-name >
23- <url-pattern >/</url-pattern >
24- </servlet-mapping >
25-
26- <servlet-mapping >
27- <servlet-name >StaticResourceServlet</servlet-name >
28- <url-pattern >/*</url-pattern >
29- </servlet-mapping >
30-
317</web-app >
You can’t perform that action at this time.
0 commit comments