- This topic has 7 replies, 2 voices, and was last updated 16 years ago by
Loyal Water.
-
AuthorPosts
-
umeshawasthiMemberHi
what ever changes i am doing in my application’s jsp there are not getting reflected. i am developing a j2ee application, but i am facing a problem what ever changes i have made in my jsp pages not getting reflected
i have restarted tomcat several times, redeployed the application a lot of time but still the results are same
any help in this regard why tomcat is not reflecting the changes will be mcuh appriciable
thanks
umesh
Loyal WaterMemberUmesh,
Was the project that you are trying to deploy created using MyEclipse? Did you deploy the project in exploded mode ?Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
umeshawasthiMember*** Date:
Thursday, January 1, 2004 12:35:24 AM IST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
abc_44
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exeYes, it Was created using MyEclipse? yes i deploy the project in exploded mode?
Loyal WaterMemberCan you switch to a new workspace, create a new web project and deploy this project to the MyEclipse Tomcat server in exploded mode.
Now make a change in the index.jsp file in this web project and check if the changes get reflect.
Let me know what result you get.
umeshawasthiMemberHI
in order to do some checking i just renamed one of my jsp file and then tomcat was unable to recognise that file.
but when i again renmaed it to original name problem was still there, finally i renamed the files in configuration and where needed and it showed me the changes
strange i did it in old workspace i haven’t created a new one till now..
will try to follow ur suggestion also
Loyal WaterMemberok.
umeshawasthiMemberNipun can you specify me what is going wrong as still i am facing same problem i have to redeploy the code again and again in ordre to get something reflected in my code
is there something related to workbench corruption??
Loyal WaterMemberis there something related to workbench corruption??
I don’t think this is related to workbench corruption. It could be related to workspace or project corruption. That is the reason I wanted you to switch to a new workspace and test this again with a new project..
Did the problem persist with a new project in the new workspace as well?
-
AuthorPosts