Re: [Webeditor-development] Method not supported - When called/servlet/webEditor.wEd
Brought to you by:
agarcia3
From: Fritz T. <fth...@st...> - 2001-05-07 19:20:28
|
Hi Guido, normaly you don't have to re-compile anything to get a web-app up and running (if you mean the core tech stack like apache and jserv). almost only config work or recompiling the apps. but in your case it is hard to find the trick. could you please do the following to find your gremlin: make a copy of wEd.java (hope you have the source), call it wEd.java.save, vi the original wEd.java, find the string "Method not supported", comment it out and add the following "e.printStackTrace(new PrintWriter(out));" instead of the "out.println("...");", recompile wEd.java and run it in JServ again, now you should get a exception stack trace, which might give us a little bit more light (and please reply to the whole dev list). to say it with other words or as the oracle support would answer: "check that you have the latest patch sets applied" ;-) (beside this, I was working for oracle, six hard years of my life) regards Fritz PS: JServ is not Tomcat. And it works in both plus Resin. But you are right I never tried it under iAS. Give me few days to get one and I will try it. Guido Militello wrote: > Fritz, I'd poroved both ways, just in case that there was a missunderstood > in th doc. But in both ways the result is the same "Method not supported". I > was thinking that may be there is a work around for Jserv 1.1. Or maybe I > need to recompile it, I don't know the doc says that it works in both Tomcat > and Jserv. The myNews link work fine I could see the page. Ok, if you have > any update for this I'll appreciate it. > > Thanks > > Fritz Thielemann wrote: > > > Hi Guido, > > > > I'm not a real JServ'er (more tomcat/mod_jk) and your config seems to be > > ok, but (only as a thought) why you are calling > > /webEditor/servlet/webEditor.wEd not /webEditor/servlet/wEd (as proposed > > in the docs ;-)? > > or you add a initArgs for webEditor.wEd to point to wEd_root > > > > hope it helps > > > > regards Fritz > > > > PS: I know its hard for the Oracle guys to use tomcat/mod_jk with ias, > > but you should try to propose it to your dev guys. And could you give me > > a hint, how to change something on ias-apache if they are not giving the > > source away. or is there a chance to fit ias into a given apache env? > > thanks in advance > > > > Guido Militello wrote: > > > > > Part 1.1.1 Type: Plain Text (text/plain) > > > Encoding: 7bit > > > > > > Name: Guido.Militello.vcf > > > Guido.Militello.vcf Type: VCard (text/x-vcard) > > > Encoding: 7bit > > > Description: Card for Guido Militello > > ------------------------------------------------------------------------ > Name: Guido.Militello.vcf > Guido.Militello.vcf Type: VCard (text/x-vcard) > Encoding: 7bit > Description: Card for Guido Militello |