----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!

We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.

Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------


>Hi,
Ho,

if you really did, what you wrote, that won't work:

>
>I have apache/JServ (1.3.9/ (1.0 win/1.1b2lin) running on a windows machine
>and a linux machine
>In windows i have the repository pointing to a dir: (the default
>jserv\servlets)
>in this dir i put al the Servlet classes (not in a Jar file but plain
>classes)
>This works great.
>
>But if i want to do the same under linux. I can't get it to work.
>I changed the default dir to: \data\servlets\

You mean /data/servlets?

>copied the try outs: Hello and IsItWorking in that dir
>Thoose classes do work. But if i input a class that has a package
>and therefor is in a dir. It doesn't work!

So you put IsItWorking.class in /data/servlets/test?
Correct.
Make sure that you get the package name in test/IsItWorking.java
right and that the class is public.

Do you get any error messages?

>
>If i alter the IsItWorking to give it a package test:
>So is must be test.IsItWorking. JServ can't find the file.
>
>I have done everything i know of:
>Change the owner/mod/group.
>Inserted a . or .\. in the wrapper.classpath
>or added as a repository.
>
>Nothings seams to help!
>
>any ideas?
>
>greetings
>johan
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Archives and Other:  <http://java.apache.org/main/mail.html>
>Problems?:           [EMAIL PROTECTED]
>

Ciao,
        Carsten Heyl

  Carsten Heyl                          [EMAIL PROTECTED]
  NADS - Solutions on Nets              http://www.nads.de/
  NADS GmbH                             http://www.pixelboxx.de/
  Hildebrandtstr. 4E                    Tel.: +49 211 933 02-90
D-40215 Duesseldorf                     Fax.: +49 211 933 02-93


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to