Project

General

Profile

« Previous | Next » 

Revision 7a96337f

Added by Cherian Mathew over 8 years ago

#4073 Add new project for lanuching embedded jetty server using cdmlib webapp

#4073 Add jetty server dependencies

#4073 Add stop start possibility for server

#4073 Add functionality to control managed server in login dialog

#4073 Add start / stop methods for managed server

#4073 Simplify manged server ui

#4073 Fix incorrect stop behaviour, Add mysql jdbc connector jar

#4073 Add webapp to editor project and fix file location issue

#4073 Add error callback for CDM Server start

View differences:

eu.etaxonomy.taxeditor.test/src/test/resources/.cdmLibrary/writableResources/cdm.datasources.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans       http://www.springframework.org/schema/beans/spring-beans-3.1.xsd      http://www.springframework.org/schema/context      http://www.springframework.org/schema/context/spring-context-2.5.xsd">
3
  <bean id="defaultRemoteSource">
4
    <property name="server" value="127.0.0.1" />
5
    <property name="port" value="9090" />
6
    <property name="contextPath" value="" />
7
  </bean>
8
  <bean id="incompleteRemoteSource">
9
    <property name="port" value="9090" />
10
    <property name="contextPath" value="" />
2
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans      http://www.springframework.org/schema/beans/spring-beans-2.5.xsd     http://www.springframework.org/schema/context     http://www.springframework.org/schema/context/spring-context-2.5.xsd">ls 
3
  <bean id="cdmTestDataSource" class="eu.etaxonomy.cdm.database.LocalH2" lazy-init="true">
4
    <property name="driverClassName" value="org.h2.Driver" />
5
    <property name="url" value="jdbc:h2:file:./target/classes/h2/cdmTest;AUTO_SERVER=TRUE" />
6
    <property name="username" value="sa" />
7
    <property name="password" value="" />
8
    <property name="mode" value="embedded" />
9
    <property name="nomenclaturalCode" value="ICNAFP" />
11 10
  </bean>
12 11
</beans>
13 12

  

Also available in: Unified diff