hi

we are in a project that which is a e-mail reader which involves jsp,
voicexml.the problem has arised with the part of trying to configure
apache-tomcat for java server pages.

please look into the folowing:
WEB.XML FILE

<servlet>
<servlet-name>WebAppRegistrant</servlet-name>
<servlet-class>org.machino.gardenpath.WebAppRegistrant</servlet-class>
<init-param>
<param-name>gardenpath.registry.url</param-name>
<param-value>http://localhost:8080/gardenpath/registrar</param-value>
</init-param>
<init-param>
<param-name>gardenpath.httpserver.port</param-name>
<param-value>8080</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>

the default path taken by it is gardenpath as mentioned above.
for our project we need to configure the web.xml file in such a way
that it configures our javaserver pages.

could u please help us in this and as to what is going on with this,
how to change the entire servlet code above to jsp and as to how to register to get our java server pages running.

also need information regarding as to how to use tomcat manager application.

we would be greatly helpful if u can help us in this regard.

waiting for ur reply.thanking u

sunil k.n.s







_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to