|
From: Sean M. <sea...@pr...> - 2001-07-04 20:05:47
|
Hello.
I am working with jython under TomCat and would like to point all URLs in
the context
to a single jython servlet. Something like (web.xml):
<servlet-mapping>
<servlet-name>
pyservlet
</servlet-name>
<url-pattern>
/*
</url-pattern>
</servlet-mapping>
Is such a thing possible and if so, what name to give the default servlet?
regards,
Sean McGrath
|