Maona Mustermann

Greenhorn
+ Follow
since Oct 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Maona Mustermann

Well... just to add some things to avoid the error.

As i started my programm in eclipse on my windows pc, it was working fine, but when i uploaded it on my virtual server with arch linux i got the 404 error.

So first of all make sure your Programm directory has the proper privileges. After this i saw my Programm in the Manager Tool... started, but still gave me the 404 finger.

my last error i found to make it work was the directory:

Wrong:
--exampleApp
----WebContent
------WebInf
--------web.xml
--------classes
----------dirToMyPackage
----------app.class

right:
--exampleApp
----WebInf
------web.xml
--------classes
----------dirToMyPackage
----------app.class

took me quite some time

hope i can hel sb

regards


PS: content of the hello world example i used can be found here
12 years ago