cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying SAPUI5 to Tomcat

Former Member
0 Kudos

Hi

I have deployed a sapui5 to tomcat 7.

It runs ok.

Unfortunately I cannot use this url in my iview

as the port number changes in eclipse juno

every now and then.

Any idea how I force my application to use one

port number only?

regards

Yuval


Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Yuval

Please install XAMPP from :     Download XAMPP

After installing, open XAMPP Control Panel, and start the Apache server.

Please move all your code to "C:\xampp\htdocs\" as the server's root directory is that.

Also set your workspace in htdocs folder for ease of code and test simultaneously.

Then open any browser and type "localhost/<path_to_your_application_inside_htdocs>"

It will run perfectly fine.

Hope this was helpful.

Regards

Shubhang