Fair comment - I know it get s frustrating when you've got a prob and get ignored.
So do the supplied webapps serve at all or is it just your own code? The java.lang.IncompatibleClassChangeError is often caused by Tomcat's failure to pick up a changed (recompiled) class correctly (the new one not matching the complied version in the 'work' dir. As someone else just mailed, this is fixed by stopping tomcat, deleting the wok dir, then restarting. That said, if you've got a fresh install this shouldn't have been a problem. Perhaps worth un/reinstlling your JDK? There are a couple of known issues with the 1.3 release - unless you need any of its features specifically I'd go for 1.2 - it seems a more 'mature' release, as it were. ian ----- Original Message ----- From: "Caroline Clewlow" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, December 21, 2001 2:51 PM Subject: Re: HTTP error 503. > Thanks. I have tried removing the install and done everything again to no avail. > I'll check the documentation again tho to ensure I have covered everything. > > Apologies for the pleading but having posted a request twice previously with no reponse I was beginning to get deperate. > I shall endeavour not to use the mailing list inappropriately again. > > Caroline > > 12/21/01 2:37:05 PM, "ian silvester" <[EMAIL PROTECTED]> wrote: > > >At first sight it looks like a bad install. I don't know the cause of the > >error specifically, but if the 'JSP service is unavailable' then it sounds > >as though Tomcat not up and running properly. > > > >Can you access the built-in webapps and not your own code, or do none of > >them serve?If its the former, then your code is at fault, if the latter, > >then a bad install seems likely. > > > >I suggest you remove tomcat completely (maybe even download the installer > >again) and reinstall but do so going through the installation readme with a > >fine-tooth comb and make sure you have done _everything_ it says - it is > >very easy to skip stages because, say, a paragraph starts with something > >that's irrelevant to your OS but then says something crucial later on. > > > >Also, please do not plead and use exclamation marks in your subject lines, > >it does not improve your chances of receiving a response - usually quite the > >reverse! > > > >good luck, > > > >Ian Silvester > > > > > >----- Original Message ----- > >From: "Caroline Clewlow" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Friday, December 21, 2001 9:42 AM > >Subject: HTTP error 503. Please please help ! > > > > > >> Hi > >> I have installed Tomcat 4.01 but cannot access any JSP pages. When I try > >I receive HTTP error 503 saying the jsp service is not available. > >> I've read one or two queries like this on the mailing list but haven't > >seen any replies that solve the problem. > >> Can anyone help me please ? > >> Thanks > >> Caroline > >> > >> > >> > >> -- > >> To unsubscribe: <mailto:[EMAIL PROTECTED]> > >> For additional commands: <mailto:[EMAIL PROTECTED]> > >> Troubles with the list: <mailto:[EMAIL PROTECTED]> > >> > >> > > > > > > > >-- > >To unsubscribe: <mailto:[EMAIL PROTECTED]> > >For additional commands: <mailto:[EMAIL PROTECTED]> > >Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
