tweaks to fix names after move

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@179 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2009-04-22 08:18:31 +00:00
parent c555b7a0bf
commit 95cdbc95d6
3 changed files with 6 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<Set name="handler">
<New id="Servlets" class="org.eclipse.jetty.servlet.ServletHandler">
<Call name="addServletWithMapping">
<Arg>org.eclipse.jetty.servlets.AsyncProxyServlet</Arg>
<Arg>org.eclipse.jetty.servlets.ProxyServlet</Arg>
<Arg>/</Arg>
</Call>
</New>

View File

@ -362,7 +362,7 @@ public class ContextHandler extends HandlerWrapper implements Attributes, Server
{
Resource resource = newResource(urls[i]);
File file=resource.getFile();
if (file.exists())
if (file!=null && file.exists())
{
if (classpath.length()>0)
classpath.append(File.pathSeparatorChar);

View File

@ -108,7 +108,10 @@ $(jetty.home)/lib/jetty-rewrite-$(version).jar
[All,jmx]
$(jetty.home)/lib/jetty-jmx-$(version).jar ! available org.eclipse.jetty.jmx.MBeanContainer
[All,ajp]
$(jetty.home)/lib/jetty-ajp-$(version).jar ! available org.eclipse.jetty.ajp.Ajp13Connection
[All,slf4j]
$(jetty.home)/lib/slf4j/** exists $(jetty.home)/lib/slf4j