facebook

window control transfer probelm in MyEclipse – sanbox tomcat

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #306952 Reply

    Hi 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.

    #306978 Reply

    support-joy
    Member

    Chitra,

    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.

    #307005 Reply

    Hi 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.

    #307014 Reply

    support-joy
    Member

    Chitra,

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: window control transfer probelm in MyEclipse – sanbox tomcat

You must be logged in to post in the forum log in