From: Andrew G. <an...@zo...> - 2004-10-18 07:17:21
|
OK, so in your web.xml you have something like: <servlet-mapping> <servlet-name>SodaTest</servlet-name> <url-pattern>*.soda</url-pattern> </servlet-mapping> Your call to createWebService looks wrong. If your html is being served by Jetty, it should look like: io.createWebService('SodaTest', "something.soda", initWS, false); otherwise if it is being served by something else: io.createWebService('SodaTest', "http://localhost:3355/SodaTest/something.soda", initWS, false); Andrew. Clemens Eisserer wrote: > Hello again! > > Wow, dynapi lists are very active. I thought dynapi is quite dead but > it makes me really happy to see this project succeed! It is soo great! > > > > I'm guessing that http://localhost:3355/soda is mapped to a servlet. > > If so, and if the servlet container is Tomcat, make sure the > "access_log" > > is enabled (see conf/server.xml) and you should see something there. > The container is jetty (but it works - its fully spec compatible), if > i call it per hand it tells me that the url is wrong (servlet checks > if request ends with .soda). > > > > The other thing is to look at is the Mozilla javascript console for any > > javascript errors. > Mozilla does not show any errors or faults :-( > > lg Clemens > > PS: Any ideas why IOElement-creation fails on opera or konqueror? > > > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt neu bei WEB.DE FreeMail: *http://freemail.web.de/?mc=021193* > > ------------------------------------------------------- This SF.net > email is sponsored by: IT Product Guide on ITManagersJournal Use IT > products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ Dynapi-Help mailing > list Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |