Can this fix what you want?
__________________________________________________________
<jsp:forward page="/servlet/tree.appletree.apples.apple"/>
----------------------------------------------------------
Notes:
The "/servlet/" is the directory putting servlet(For any servlet);
the "tree.appletree.apples" is the package you used "package tree.appletree.apples" to built.
the "apple" is the really servlet you want to call.