Hi ,

This is a feature. If you want some servlets to be in a sub directory, place the servlets in the package , I mean write a statement "package tst;" in "IsItWorking.Java" and place the servlet in "tst" directory in servlets and compile it.

Now in the browser type the following URL
    http://localhost/servlets/tst.IsItWorking

Note: The character between "tst" and "IsItWorking" in URL is dot but not forward slash.

With Regards,
Thirupathi Reddy

[EMAIL PROTECTED] wrote:

--

-----BEGIN PGP SIGNED MESSAGE-----

Hi,

>>repositories=/usr/local/apache/jserv/servlets/
>>repositories=/usr/local/apache/jserv/servlets/EM/
>>What else do I have to configure to get this to work?

>fix your repo layout...EM, etc are in a sub directory within
>/servlets/...thus, you don't need to specify them as repo's.

I have the problem too. After a default installation in environment:
Windows NT 4.0 SP3
Apache 1.3.4
Apache JServ 1.0

http://localhost/servlets/IsItWorking works.

I create a directory "tst" under "jserv/servlets", and copied the file
"IsItWorking.class".

http://localhost/servlets/tst/IsItWorking work's not.

Which configuration i need, let's this work? I think, my config is at
the moment is totaly wrong (after my tries last week to run the second
http-request).

Thanks,

"Christian Kayssner" <[EMAIL PROTECTED]>

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.5.3i for non-commercial use <http://www.pgpi.com>

iQEVAwUBN4Xz/q2yS/88p96pAQFQUwf/VNrygWq21d/wVLEeB6JPpFaM9OmXrA2u
S4WjoqL3oG0Yn/T7MovOkraKiDzeHqLJ/0JKRMzwEeRdeW+wMTJnOLtmBxe0f/4V
BLlDkXjFT1THeZ29/Fv9iFl6audRfN+448V242yEzWpnzTYCMlq4i56ohD/sopYf
NhK31eF0JxNblhPAdldvyAxFRR1wkxO1TWNrlHaknuyUhWIwGWauPAbRb3mXTUiJ
ESqLkClfI40wi8nTzgi3zp9UFTOQpWYDLsmjAkM8aBaCVDLyz0ur+AdIi9Aprxz/
lEqrbp8kdJ8ciX5Pekw8uW7y7X+sRwZY0ZVl/9ydBaqIrn8mlt8cDA==
=bR24
-----END PGP SIGNATURE-----

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

Reply via email to