Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 389 → Rev 390

/impl/conf/app.properties
78,44 → 78,16
##Proxy Servers
#If is an HTTP Server needs encoding config if FTP needs user pass config
server.ionline=ftp://www.global.estgp.pt
#server.ionline.start.path=
#TODO USAR a de baixo quando testar as unidades curriculares
server.ionline.start.path=
#server.ionline.start.path=/Eramus/Baco
ionline.pass=baco
ionline.user=Baco_web
 
#server.estgp=http://localhost:8180
#estgp.encoding=ISO-8859-1
server.estgp.start.path=
server.estgp=http://172.20.100.14:8180/static
server.estgp=http://localhost:8180/static
estgp.encoding=UTF-8
estgp.proxy.host=
estgp.proxy.port=
 
##server.estgp=http://localhost:8080/estgweb
server.estgweb=http://www.estgp.pt/testes/estgweb
estgweb.encoding=UTF-8
 
 
server.localhost=http://localhost:8080
localhost.encoding=ISO-8859-1
server.localhost.start.path=/templates
 
 
 
server.estgp2=http://www.estgp.pt/testes/nova_web
#server.estgp=http://localhost:8080/estgweb
estgp2.encoding=UTF-8
 
 
server.casaTestes=http://localhost:8080
server.casaTestes.start.path=/templates
casaTestes.encoding=ISO-8859-1
casaTestes.proxy.host=
casaTestes.proxy.port=
 
 
proxy.extensions=html htm php asp aspx dhtml jsp py
 
################################################
/impl/src/java/pt/estgp/estgweb/web/DirWebProxy.java
162,7 → 162,7
path = startPath + leafUrl + endPath;
}
extendDiretoryDocument(request, path, proxyKey, server, startPath + leafUrl, directoryDocument);
Dom4jUtil.write(directoryDocument,"d:/out.xml");
styleDirectory(request, response);
}
}
/impl/build.xml
152,9 → 152,6
<antcall target="compile"/>
<antcall target="createConfigurationFiles"/>
</target>
<taskdef resource="org/apache/catalina/ant/catalina.tasks" classpathref="pathToToolsLib" />
<taskdef resource="net/sf/antcontrib/antlib.xml" classpathref="pathToToolsLib" />
 
<target name="compile" depends="initDirs" description="Compile All">
<javac encoding="UTF-8" source="1.5" target="1.5" destdir="${build.dir.classes}" debug="true" optimize="true" fork="true" failonerror="true" nowarn="true">