cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Status 404 - /alfresco Win2003 86x

bonz_ak
Champ in-the-making
Champ in-the-making
Dear, tell me on this situation.
Set alfresco 4/2/f on win2003 86h in the default folder.
Server Settings - http://127.0.0.1:8082/
The rest as default.
Tomcat service and Postgre able Start
Java is installed
As a result:

open http://127.0.0.1:8082/alfresco
HTTP Status 404 - / alfresco
type Status report
message / alfresco
description The requested resource is not available.
Apache Tomcat/7.0.52
8 REPLIES 8

mrogers
Star Contributor
Star Contributor
Welcome to the forums,

in future please post more details,  including your config and log file please.

bonz_ak
Champ in-the-making
Champ in-the-making
Sorry for my bad english! )

bonz_ak
Champ in-the-making
Champ in-the-making
My configuration - Virtual Win2003 sp2 and insall pack alfresco-community-4.2.f-installer-win-x32
localhost_access_log.2014-04-15.txt

kaynezhang
World-Class Innovator
World-Class Innovator

Caused by: java.net.URISyntaxException: Illegal character in hostname at index 17: http://server2003_virtual:7070/alfresco
   at java.net.URI$Parser.fail(Unknown Source)
   at java.net.URI$Parser.parseHostname(Unknown Source)
   at java.net.URI$Parser.parseServer(Unknown Source)
   at java.net.URI$Parser.parseAuthority(Unknown Source)
   at java.net.URI$Parser.parseHierarchical(Unknown Source)
   at java.net.URI$Parser.parse(Unknown Source)
   at java.net.URI.<init>(Unknown Source)
   at org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper.getExternalURL(DefaultUrlHelper.java:75)

your host name "server2003_virtual" is illegal.
Open alfresco-global.properties in extension classpath (if you don't have it,create it),add following properties in alfresco-global.properties file

vti.server.external.host=your host name 127.0.0.1 for example
vti.server.external.port=7070

bonz_ak
Champ in-the-making
Champ in-the-making
If I understand you correctly , then these lines
vti.server.external.host=server2003_virtual 127.0.0.1
vti.server.external.port=7070
to be added to alfresco-global.properties in C:\Alfresco\tomcat\shared\classes
or not?

kaynezhang
World-Class Innovator
World-Class Innovator
Yes but not
vti.server.external.host=server2003_virtual 127.0.0.1

because server2003_virtual is illegal ,you should only use
vti.server.external.host=127.0.0.1
or server name without underscode。

Also make sure  C:\Alfresco\tomcat\shared\classes is configured in  tomcat/conf/catalina.properties if you are using tomcat7.

bonz_ak
Champ in-the-making
Champ in-the-making
Put in line
vti.server.external.host=server2003_virtual 127.0.0.1
vti.server.external.port=7070
in the alfresco-global.properties C:\Alfresco\tomcat\shared\classesfile and everything is fine.
Thank you all for your help!!!