- This topic has 3 replies, 2 voices, and was last updated 14 years, 7 months ago by support-joy.
-
AuthorPosts
-
chitra_cancerMemberHi Support team,
I’m using Myeclipse 8.0 and my server is integrated sandbox Myeclipse tomcat server.
1) I could successfully deploy a web project application into the server and when i right click the application and choose open in web browser it opens with my ip address:8080/myapplication, then everytime i need to change the url into http://localhost:8080/myapplication– how can i avoid this.
2) when i give http://localhost:8080/manager/html it not showing up anything like the common tomcat server does. ie not like standalone application server’s admin console.
3) in my case i’m not sure which server (sandbox myeclipse tomcat 6 (for last couple of months i have been using now finding it more comfortable)or Tomcat –> tomcat 6.X) should i go. my position is like support and maintenance as well as developing new modules as per user request. Could pls reccomend?.
4)Right now my biggest problem is in my web based application(J2EE using spring and hibernate) when i click assign a doctor button, it opens a new window with a list of doctors details then when i select a doctor(they are like hyper link– actually clicking) the control not transferring back to the parent browser as well as i need the values to parent browser in this case doctors details , i need to simply close the new window by clicking X icon. The issue is : the actual application is in production running on tomcat server under linux so when i access the application thru external browser like IE or mozilla everything works fine. Im facing this only runnuing the application locally in myeclipse browser. how can i make it work.
Thanks,
Chitra.
support-joyMemberChitra,
If you deploy on sandbox tomcat, it opens to your localhost only. If it is IP addess:8080 / localhost:8080, both are same. Sorry, MyEclipse currently doesn’t have any provision to change the same. Tomcat Sandbox is not a complete Tomcat server, it is a toned down version of Tomcat. You can configure Tomcat 5/6 depending on the needs of your application. As far as the last point where a new window is opening, this is very much a coding issue. Please run the app on debug mode, this might point you in the right direction.
Best.
chitra_cancerMemberHi Joy,
First of all, thank you so much for your reply.
I’m having this problem when i open the application in IE or in MyEclipse Web Browser, but working well in Mozilla firefox. Somekind of Java Script and Browser compatible issue. Is there anything i can set internally in Myeclipse to let it run the way it works in Firefox.
I would appreciate for any kind of support.
Thanks in Advance,
Chitra.
support-joyMemberChitra,
It is not clear from your post as to what is the issue you are facing. Can you include a screenshot? Can you elaborate what is working on firefox and is not working on web browser and internet explorer? Have you tried debugging the issue as I have suggested above? If not, please give a try.
-
AuthorPosts