[jira] [Closed] (GERONIMO-6380) geronimo fails to start when launched using 'jpda run'

2012-08-14 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller closed GERONIMO-6380. -- Resolution: Invalid > geronimo fails to start when launched using 'jpda run' > -

[jira] [Created] (GERONIMO-6380) geronimo fails to start when launched using 'jpda run'

2012-08-14 Thread Kevan Miller (JIRA)
Kevan Miller created GERONIMO-6380: -- Summary: geronimo fails to start when launched using 'jpda run' Key: GERONIMO-6380 URL: https://issues.apache.org/jira/browse/GERONIMO-6380 Project: Geronimo

Re: Use other port for webservices on same wasce instance

2012-08-14 Thread soegaard
Hello Ivan, Yes, I have used the code shown in the example you refer to in your mail. (Shown below), but creation of the Connector gbean fails because it complains "org.apache.geronimo.tomcat.ConnectorGBean" cannot be found. I have the create one directly thru the admin console - looked it up in

Cannot create CAR with EBA module

2012-08-14 Thread jacek.bukowski
Hi, I am trying to build geronimo plugin from my EBA application. I've tried with my EBA application which deploys correctly when I place EBA file into deploy directory, but car-maven-plugin throws error when building car for it. I have also tried with sample aries EBA application (just in case my

Re: Use other port for webservices on same wasce instance

2012-08-14 Thread Ivan
Yes, that should work, do you configure the web-container in the geronimo-web.xml file. [1] https://cwiki.apache.org/GMOxDOC22/geronimo-webxml.html 2012/8/14 soegaard > Hello Ivan, > > Thanks for responding. > > Yes, I have a functioning web application - and I have now created a > web-service

Re: Use other port for webservices on same wasce instance

2012-08-14 Thread soegaard
Hello Ivan, Thanks for responding. Yes, I have a functioning web application - and I have now created a web-service that works fine. I have now made a new project with this web-service and want this service to be reached at another port. The web-app runs on 8080, but I want to run the web service