Re: [Webeditor-development] Method not supported - When called/servlet/webEditor.wEd
Brought to you by:
agarcia3
From: <ag...@mu...> - 2001-05-07 20:14:05
|
Hi Guido: In addiction to that, it could be useful to check that you have no other xml parser into your Jserv configuration. If, for example, you have into your Jserv classpath another xerces.jar, or a javax.jar, parser.jar, jaxp.jar or whatever, you should comment these lines, as webEditor xerces.jar file will be enough. Hope it will help you Alfredo ----- Original Message ----- From: Fritz Thielemann <fth...@st...> Date: Monday, May 7, 2001 1:27 pm Subject: Re: [Webeditor-development] Method not supported - When called/servlet/webEditor.wEd > 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 > > > _______________________________________________ > Webeditor-development mailing list > Web...@li... > http://lists.sourceforge.net/lists/listinfo/webeditor-development > |