mholmes wrote:is there a reason that alfresco was ported to port 8080 instead of port 80? Here I'd really like to just set it up to as port 80 and have it server.domain and have it resolve to the right address, instead of http://server.domain:8080/alfresco




Aug 14, 2009 3:08:45 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Aug 14, 2009 3:08:45 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 421 ms
Aug 14, 2009 3:08:45 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 14, 2009 3:08:45 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Aug 14, 2009 3:08:45 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
Aug 14, 2009 3:08:46 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
15:08:58,540 INFO [config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
15:09:05,932 INFO [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
15:09:06,358 INFO [domain.schema.SchemaBootstrap] No changes were made to the schema.
15:09:07,689 User:System INFO [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/alfresco/alf_data
15:09:07,728 User:System INFO [admin.patch.PatchExecuter] Checking for patches to apply ...
15:09:07,897 User:System INFO [admin.patch.PatchExecuter] No patches were required.
15:09:07,903 User:System INFO [repo.module.ModuleServiceImpl] Found 1 module(s).
15:09:07,937 User:System INFO [repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.vti' version 1.0.
15:09:13,127 User:System ERROR [alfresco.smb.protocol] Failed to get local domain/workgroup name, using default of WORKGROUP
15:09:13,127 User:System ERROR [alfresco.smb.protocol] (This may be due to firewall settings or incorrect <broadcast> setting)
15:09:13,346 User:System WARN [alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
15:09:13,364 User:System INFO [service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_07-b06; maximum heap size 493.063MB
15:09:13,364 User:System WARN [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 493.063MB is less than recommended 512MB
15:09:13,364 User:System INFO [service.descriptor.DescriptorService] Alfresco started (Labs): Current version 3.0.0 (Stable 1526) schema 1002 - Installed version 3.0.0 (Stable 1526) schema 1002
2009-08-14 15:09:13.569::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
2009-08-14 15:09:13.612::INFO: jetty-6.1.14
2009-08-14 15:09:13.650::INFO: Started SocketConnector@0.0.0.0:7070
Aug 14, 2009 3:09:20 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive studio.war
15:09:22,786 INFO [web.scripts.DeclarativeRegistry] Registered 67 Web Scripts (+0 failed), 71 URLs
15:09:22,787 INFO [web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 264.755ms)
15:10:23,095 INFO [web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
15:10:23,096 INFO [web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 60295.562ms)
15:10:23,142 INFO [web.site.FrameworkHelper] Successfully Initialized Web Framework
Aug 14, 2009 3:10:23 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive share.war
15:10:25,036 INFO [web.site.FrameworkHelper] Successfully Initialized Web Framework
Aug 14, 2009 3:10:25 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 14, 2009 3:10:25 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 99921 ms

<!-- Define an AJP 1.3 Connector on port 8009 -->
<!--
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
-->


<Connector port="80" protocol="HTTP/1.1" URIEncoding="UTF-8"
connectionTimeout="20000"
redirectPort="8080"
/>
<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8"
connectionTimeout="20000"
/>

JkMount /* worker1JkMount /alfresco/* worker1JkMount /share/* worker1
Users browsing this forum: No registered users and 1 guest