----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Mario 

It will work  provided your jar/class is in the
classpath/wrapper.classpath.

Remember   if you class is com.mypackage.myclass.class you need to put
your package in  /com/mypackage/myclass.class under your classpath. 

>From the short description you have given,your problem will be one of
these me thinks.

hth

Chris



On Tue, 05 Sep 2000 12:47:09 -0400, Mario Krolo wrote:

>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>How do I invoke servlets that are inside a package?
>
>For example, if I put the Hello servlet in
>
>    package com.dummypackage;
>
>how do I invoke it?
>
>
>It seems that
>
>    http://dummyhost/servlets/com.dummypackage.Hello
>
>doesn't work (for me at least).
>
>
>Thanks
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives: 
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to