-
1. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
aron.gombas Mar 18, 2006 11:45 AM (in response to sj2195)"sj2195" wrote:
I first jar the server files and drop the kosmos-server.jar package into jboss deployment directory.
You should pack it into a WAR, not a JAR. -
2. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
sj2195 Mar 18, 2006 10:37 PM (in response to sj2195)I did pack it into a war. misprint here.
thanks,
Samit -
3. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
sj2195 Mar 18, 2006 11:02 PM (in response to sj2195)"aron.gombas" wrote:
You should pack it into a WAR, not a JAR.
My WAR package looks like this:
kosmos-server.war
META-INF/
WEB-INF/
classes/
lib/
kosmos-services-servlet.xml
web.xml
I have also modified the webdav url to the actual slide service url.
I still get the same error.
Samit -
4. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
sj2195 Mar 18, 2006 11:04 PM (in response to sj2195)"sj2195" wrote:
[
META-INF/
WEB-INF/
classes/
lib/
kosmos-services-servlet.xml
web.xml
The classes/, lib/, kosmos-services-servlet.xml and web.xml are inside WEB-INF. -
5. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
aron.gombas Mar 19, 2006 1:35 AM (in response to sj2195)Could you try this easy test?
(quote from our FAQ)
An easy and quick check to test whether the service is available at the given URL is opening the service URL in a normal browser window. You should see a Hessian requires POST error message if everything is fine.
(...) -
6. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
sj2195 Mar 19, 2006 2:06 AM (in response to sj2195)"aron.gombas" wrote:
Could you try this easy test?
(quote from our FAQ)
An easy and quick check to test whether the service is available at the given URL is opening the service URL in a normal browser window. You should see a Hessian requires POST error message if everything is fine.
(...)
I have already tried this test. When I go to the URL http://localhost/kosmos-server/ or http://localhost/kosmos-server/kosmos-services/svn-service, it gives 404 Not Found. Sorry should have included this in my post.
thanks for your help on this!
Samit -
7. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
sj2195 Mar 19, 2006 7:00 AM (in response to sj2195)Hi,
I was able to fix this problem. Apparently the problem was that I was creating a jar archive and renaming it to war. If I create the war directly, it works. The rest evrything is working great. Great Work!
It would have been great if it could allow the navigation all the way to the source code. Also possible allowing search capability on the source.
thanks for your help.
Samit -
8. Re: kosmos server deployment on Liferay (JBoss/Tomcat)
aron.gombas Mar 19, 2006 11:22 AM (in response to sj2195)Glad that it works. If you have feature requests and ideas, those are very welcome in our JIRA!
Thanks for the feedback.