i added this to the war.xml file located in the WEB-INF  directory.

<servlet>
        <servlet-name>ctzPackage.ListServ</servlet-name>
        <servlet-class>ctzPackage.ListServ</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>ctzPackage.ListServ</servlet-name>
        <url-pattern>/listserv.do</url-pattern>
    </servlet-mapping>


I tried to hit the servlet via http://localhost:8500/listserv.do?etc...


On Fri, 7 Jan 2005 00:07:28 -0800, Sean Corfield <[EMAIL PROTECTED]> wrote:
> On Fri, 7 Jan 2005 13:44:10 +0800, James Holmes
> <[EMAIL PROTECTED]> wrote:
> > Servlets, yes; war files, no (in the standalone, anyway). Are you trying to
> > run a servlet or deploy a war file?
> 
> CFMX Enterprise is either CFMX + JRun in which case you can certainly
> run Servlets, deploy WAR files (they need manually expanding on JRun),
> etc etc; or CFMX as a WAR/EAR for deployment on a J2EE server - in
> which case you can certainly run Servlets, WAR files etc etc.
> 
> KVS, can you provide a bit more detail about *exactly* what steps you
> went through and *exactly* what URL isn't working...
> --
> Sean A Corfield -- http://www.corfield.org/
> Team Fusebox -- http://www.fusebox.org/
> Breeze Me! -- http://www.corfield.org/breezeme
> Got Gmail? -- I have 5 invites to give away!
> 
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189650
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to