Re: Is anyone out there

2002-01-24 Thread graghavan

this one came thru.
gr

Mark Biciunas wrote:

> I am a new member of this list and have posted two messages - I think?
>
> So far I have seen no responses (which is reasonable), but I have also not seen my 
>messages come back through the list (so I don't know if I am doing this right).  If 
>someone could respond on this message just to say they have seen it, I would 
>appreciate it.
>
> Sorry for wasting bandwidth on this but I have a problem I am trying to resolve and 
>hope to use this list to do so.
>
> Thanks;
>
> Mark


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: problem compiling a servlet

2002-01-24 Thread graghavan

thanks, Bo; it worked. :-)
graghavan

Bo Xu wrote:

> - Original Message -
> From: "graghavan" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Thursday, January 24, 2002 2:04 PM
> Subject: problem compiling a servlet
>
> > i have problem compiling a servlet; pls help out.
> > i have j2sdk1.3.1 in my 'path' and is installed alright.
> > i have tomcat 4.0.1 installed alright and many of the tests with the
> > 'examples' seem to work ok.
> > when i try compiling a servlet.java src file, the following error (using
> >
> > javac ... ) gets reported:
> > package javax.servlet.* does not exist, etc., (it is unable to find
> > the servlet classes)
> > i tried putting catalina_home\common\lib in the 'path' because there is
> > a servlet.jar file out in there.
> > i still get the same error as above.
> > give me a hand.
> > tnx.
> > graghavan
> >[...]
>
> you need to put "path and jar-name" in CLASSPATH when you complie
> YourServlt, for example:
>
> SET CLASSPATH=%CLASSPATH%;%TOMCAT_HOME%\common\lib\servlet.jar
>
> Bo
> Jan242002
>
> --
> 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]>




problem compiling a servlet

2002-01-24 Thread graghavan

i have problem compiling a servlet; pls help out.
i have j2sdk1.3.1 in my 'path' and is installed alright.
i have tomcat 4.0.1 installed alright and many of the tests with the
'examples' seem to work ok.
when i try compiling a servlet.java src file, the following error (using

javac ... ) gets reported:
package javax.servlet.* does not exist, etc., (it is unable to find
the servlet classes)
i tried putting catalina_home\common\lib in the 'path' because there is
a servlet.jar file out in there.
i still get the same error as above.
give me a hand.
tnx.
graghavan




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: FW: One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread graghavan

what was that weird thing? care to share?
graghavan

"Lambrechts, Beth Anne [Telenor]" wrote:

> Never mind - just writing that and re-reading it helped me figure it
> out...what a weird thing!!
>
> Thanks anyway.
>
> >  -Original Message-
> > From: Lambrechts, Beth Anne [Telenor]
> > Sent: Thursday, January 17, 2002 9:07 AM
> > To:   Tomcat-Users (E-mail)
> > Subject:  One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?
> > Importance:   High
> >
> > Hi -
> >
> > Posted this yesterday but no one seemed to have any ideas.  So posting
> > again in the hopes that Tomcat developers will take a look.
> >
> > Have multiple JSP files under webapps/app/jsp/ and all seem to compile
> > whenever they are changed except for one - index.jsp which is called
> > from my main index.html.
> >
> > The additional weird thing is that I have two (apparently identical)
> > Sun boxes running side by side using the same base of code.  One
> > compiles index.jsp and runs it fine - the other doesn't recognize it
> > as a jsp and doesn't even attempt to compile it.
> >
> > I've checked permissions on the work directory and they appear fine.
> > server.xml is identical between the 2 machines except for hostname
> > change, reloadable is set to true.
> >
> > I am at my wits end here - what could be the difference??
> >
> >
> > Beth Anne Lambrechts
> > Telenor Satellite Services, Inc.
> > [EMAIL PROTECTED]
> > 301-214-3659
> >
>
> --
> 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]>




Re: Status 503 - Servlet invoker is currently unavailable

2002-01-17 Thread graghavan

thanks, Craig, for those words of reassurance. you were right. turned out to
be a deploy process misstep.  no more of those 503 errors for me, i hope.
have a nice day.
graghavan


"Craig R. McClanahan" wrote:

> On Wed, 16 Jan 2002, graghavan wrote:
>
> > Date: Wed, 16 Jan 2002 11:41:09 -0500
> > From: graghavan <[EMAIL PROTECTED]>
> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> > To: 'Tomcat Users List' <[EMAIL PROTECTED]>
> > Subject: Status 503 - Servlet invoker is currently unavailable
> >
> > does any one know:
> > if in tomcat 4.0, the InvokerServlet works or it is there as a
> > decoration or a future planned feature.
> > with an unregistered servlet class snuck into the working
> > webapps/examples/web-inf/classes directory, i got the error:   HTTP
> > Status 503 - Servlet invoker is currently unavailable
> > the archives are out of commission at this time for me to do a search.
> > pls comment if you have seen the error message before.
> > tnx.
> > graghavan
> >
>
> The invoker servlet works fine for me, and for lots of other people.
> There is most likely some problem in finding the servlet class you are
> trying to invoke.  The details of what is wrong are in the stack trace
> that shows on the error page, and/or in the log files in the "logs"
> directory.
>
> One guaranteed way to get an error is to use "web-inf" as the directory
> name.  It must be "WEB-INF" (all capitals), even on a Windows system.
>
> Craig
>
> --
> 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]>




Status 503 - Servlet invoker is currently unavailable

2002-01-16 Thread graghavan

does any one know:
if in tomcat 4.0, the InvokerServlet works or it is there as a
decoration or a future planned feature.
with an unregistered servlet class snuck into the working
webapps/examples/web-inf/classes directory, i got the error:   HTTP
Status 503 - Servlet invoker is currently unavailable
the archives are out of commission at this time for me to do a search.
pls comment if you have seen the error message before.
tnx.
graghavan




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>