- This topic has 7 replies, 2 voices, and was last updated 16 years, 5 months 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
umeshFebruary 3, 2009 at 1:12 pm #294301
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.
February 5, 2009 at 10:23 am #294422
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?
February 5, 2009 at 10:53 am #294426
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.
February 5, 2009 at 11:00 am #294427
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 alsoFebruary 5, 2009 at 11:18 am #294434
Loyal WaterMemberok.
February 5, 2009 at 11:23 am #294437
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??
February 6, 2009 at 9:44 am #294492
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