why my jsp 's compiled files i.e java files n class files are not visible in work folder -
i know may silly questions ask looking forward answer. practicing jsp , few days before when created 1 jsp file ,the corresponding servlet visible in work/catalina/localhost_ _ _. folder whatever projects m creating ,all jsp's working fine not able find compiled file in work folder... can problem now.. or eclipse might problem keeping jsp compiled files.. please reply possible,,
you can find class resides (inside jar or whatever), via:
<!-- classes url: <%= getclass().getprotectiondomain().getcodesource() .getlocation().toexternalform(); %> -->
the getlocation delivers url.
Comments
Post a Comment