[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] custom servlet action mapping



I tried many things and finally got it working.  I will backtrace myself to
figure out what it actually needed.
My Last changes:
Added the following line to /usr/java/jakarta-tomcat/conf/obj.conf
NameTrans fn="assign-name" from="/*.do" name="servlet"
NameTrans fn="assign-name" from="/home/groups/home/web/*.do" name="servlet"

I also editted the /usr/java/jakarta-tomcat/conf/tomcat.properties
ps=/
workers.java_home=/usr/java/jdk1.3.1
workers.tomcat_home=/usr/java/jakarta-tomcat

I made a few other modifications including int the cobalt-config.pl, I will
post those mods after I verify that they indeed were needed.



----- Original Message -----
From: "Developer" <developer@xxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Wednesday, July 17, 2002 10:52 PM
Subject: [cobalt-developers] custom servlet action mapping


> OK, I'm trying to get Tomcat upgraded so I figure I would start from the
sun
> java packages.  Well that seems to have tomcat running Ok.  It chokes with
> my customs mapping though.
>
> In my web.xml file in the webapp I have an action mapping for *.do url to
go
> to a particular servlet.  Do I need to declare that mapping else where?
>
> Thank you.
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>