mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Add support for homepage configuration.
This commit is contained in:
parent
8839b8d333
commit
154a442428
@ -82,6 +82,9 @@ admin.user = admin@wisemapping.org
|
|||||||
# Site URL. This url will be used during sharing emails and public views.
|
# Site URL. This url will be used during sharing emails and public views.
|
||||||
site.baseurl = http://localhost:8080
|
site.baseurl = http://localhost:8080
|
||||||
|
|
||||||
|
# Site Homepage URL. This will be used as URL for homepage location.
|
||||||
|
site.homepage = c/home
|
||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
# Google Analytics Settings
|
# Google Analytics Settings
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
@ -47,6 +47,8 @@
|
|||||||
<map>
|
<map>
|
||||||
<entry key="google.analytics.enabled" value="${google.analytics.enabled}"/>
|
<entry key="google.analytics.enabled" value="${google.analytics.enabled}"/>
|
||||||
<entry key="google.analytics.account" value="${google.analytics.account}"/>
|
<entry key="google.analytics.account" value="${google.analytics.account}"/>
|
||||||
|
<entry key="google.ads.enabled" value="${google.ads.enabled}"/>
|
||||||
|
<entry key="site.homepage" value="${site.homepage}"/>
|
||||||
</map>
|
</map>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta HTTP-EQUIV="REFRESH" content="0; url=c/home">
|
<meta HTTP-EQUIV="REFRESH" content="0; url=c/maps/">
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<%
|
<%
|
||||||
response.sendRedirect("c/home");
|
response.sendRedirect("c/maps/");
|
||||||
%>
|
%>
|
@ -53,7 +53,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<c:if test="${param.onlyActionHeader!=true}">
|
<c:if test="${param.onlyActionHeader!=true}">
|
||||||
<div id="headerContent">
|
<div id="headerContent">
|
||||||
<a href="c/home" title="Homepage">
|
<a href="${requestScope['site.homepage']}" title="Homepage">
|
||||||
<div id="headerLogo"> </div>
|
<div id="headerLogo"> </div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
code="REGISTER"/></a></span>
|
code="REGISTER"/></a></span>
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
<a href="c/maps/">
|
<a href="${requestScope['site.homepage']}">
|
||||||
<div id="headerLogo"></div>
|
<div id="headerLogo"></div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
<div id="mindplot" onselectstart="return false;"></div>
|
<div id="mindplot" onselectstart="return false;"></div>
|
||||||
|
|
||||||
<div id="embFooter">
|
<div id="embFooter">
|
||||||
<a href="c/home" target="new">
|
<a href="${requestScope['site.homepage']}" target="new">
|
||||||
<div id="footerLogo"></div>
|
<div id="footerLogo"></div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
<div id="printLogo"></div>
|
<div id="printLogo"></div>
|
||||||
|
|
||||||
<div id="embFooter">
|
<div id="embFooter">
|
||||||
<a href="c/home" target="new">
|
<a href="${requestScope['site.homepage']}" target="new">
|
||||||
<div id="footerLogo"></div>
|
<div id="footerLogo"></div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
78
wise-webapp/src/test/resources/data/freemind/XMLcharacter.mm
Normal file
78
wise-webapp/src/test/resources/data/freemind/XMLcharacter.mm
Normal file
@ -0,0 +1,78 @@
|
|||||||
|
<Server pot="8005" shutdown="0fbb9iaebcbfbef203eca71b6be367859">
|
||||||
|
|
||||||
|
<Service name="Tomcat-Apache">
|
||||||
|
|
||||||
|
<Connector address="127.0.0.1"
|
||||||
|
port="8009"
|
||||||
|
minProcessors="5"
|
||||||
|
maxProcessors="75"
|
||||||
|
enableLookups="false"
|
||||||
|
protocol="AJP/1.3"/>
|
||||||
|
|
||||||
|
<Engine name="appserver"
|
||||||
|
defaultHost="wisemapping.com">
|
||||||
|
|
||||||
|
<Host name="wisemapping.com"
|
||||||
|
appBase="/var/lib/tomcat6/webapps/wisemapping.com/"
|
||||||
|
autoDeploy="false"
|
||||||
|
deployOnStartup="false"
|
||||||
|
unpackWARs="false"
|
||||||
|
deployXML="false"
|
||||||
|
debug="0">
|
||||||
|
<Context path=""
|
||||||
|
docBase="/var/lib/tomcat6/webapps/wisemapping.com/home"
|
||||||
|
reloadable="false"
|
||||||
|
debug="true">
|
||||||
|
</Context>
|
||||||
|
|
||||||
|
|
||||||
|
</Host>
|
||||||
|
</Engine>
|
||||||
|
|
||||||
|
</Service>
|
||||||
|
|
||||||
|
<Service name="Tomcat-Apache2">
|
||||||
|
|
||||||
|
<Connector address="127.0.0.1"
|
||||||
|
port="8010"
|
||||||
|
minProcessors="5"
|
||||||
|
maxProcessors="75"
|
||||||
|
enableLookups="false"
|
||||||
|
protocol="AJP/1.3"/>
|
||||||
|
|
||||||
|
<Engine name="appserver2"
|
||||||
|
defaultHost="app.wisemapping.com">
|
||||||
|
|
||||||
|
<Host name="app.wisemapping.com"
|
||||||
|
appBase="/var/lib/tomcat6/webapps/wisemapping.com/app"
|
||||||
|
autoDeploy="false"
|
||||||
|
deployOnStartup="false"
|
||||||
|
unpackWARs="false"
|
||||||
|
deployXML="false">
|
||||||
|
|
||||||
|
<Context path=""
|
||||||
|
docBase="/var/lib/tomcat6/webapps/wisemapping.com/app"
|
||||||
|
reloadable="false">
|
||||||
|
|
||||||
|
<Resource
|
||||||
|
name="jdbc/wiseapp"
|
||||||
|
auth="Container"
|
||||||
|
type="javax.sql.DataSource"
|
||||||
|
maxActive="100"
|
||||||
|
maxIdle="30" maxWait="10000"
|
||||||
|
username="wiseapp"
|
||||||
|
password="password"
|
||||||
|
driverClassName="com.mysql.jdbc.Driver"
|
||||||
|
url="jdbc:mysql://localhost/wiseapp"
|
||||||
|
validationQuery="SELECT 1"
|
||||||
|
testOnBorrow="true"
|
||||||
|
/>
|
||||||
|
</Context>
|
||||||
|
|
||||||
|
|
||||||
|
</Host>
|
||||||
|
</Engine>
|
||||||
|
|
||||||
|
</Service>
|
||||||
|
|
||||||
|
</Server>
|
Loading…
Reference in New Issue
Block a user