Xs engine issue in hana studio - sap

I am trying to develop a XS Project. My XS engine is up and running. If I do http://hana.corp:8000, then it is showing that my XS engine is up and running. But I am not able to run the .XS or .html file from the browser as I am getting 404-File not found error. If I run in the localhost, it is perfectly running.
Can anyone please let me know how to solve this issue?
Your help will be highly appreciated.

You need to tell the XS Engine that the folder with your HTML file should be accessible from the Web.
To do so, place an (empty) .xsapp file in that folder.

Related

I'm having trouble with tomcat 8 at my server

I'm having a problem with my Application. At my local machine it works fine, but when I upload it to the server (runs Tomcat 8 with JDK 8) it doesn't work. And there's nothing in the logs.
I need some help, because I don't know what's happening.
You should provide more details, at least regarding how your deployment is made. Do you copy a .war built with maven in the /webapps directory ? What command line do you use to start your server ? Is the .war getting correctly exploded ? Or do you simply copy classes in a directory under /webapps ?
I'll provide more info (and hopefully a solution) once the post is clarified :)

Not able to type anything in Xamarin Source code editor

I have installed Xamarin Studio V 5.7 on Mac OSx 10.10.1.
I created a project and tried to edit a source file in the Xamarin Source code editor, nothing gets typed in any of the files from the project.
I re-installed Xamarin studio, restarted mac, nothing worked.
If anyone has faced the problem and has a solution, please let me know.
Thanks in advance.
There is a valid subversion repository towards the root of the file system and XS sees the project as being part of the repository, since the system is based on directory trees. There are a few possible solutions I can think of on the spot:
Remove the .svn directory if it's not intended to be there.
Move the project into another directory that's not in the scope of the .svn directory.
If you aren't going to use Subversion anyway, you can disable the AddIn through the AddIn manager.
There are safety checks in XS in case of invalid subversion repository directories, but this is a case where you can't safely decide whether the solution belongs there or not.
I'll take a look at how I can improve this so that the Editor isn't locked because of this error.
I was able to remedy the issue via disabling the integrated source control for the time being.

Netbeans 7.2 not reflects modification on html, jsp pages

Recently i moved from netbeans 6.9 to Netbeans 7.2, while working on 6.9, i have handy functionality of after deployed my project if i do modifications in html or jsp pages i can see when i refresh the page in browser. But while using 7.2 it's not available, so each time i need to build, and deploy for changes get updated.
So i gotta few suggestions like
1)
Check->Compile on save in project properties
Uncheck->Deploy on save in project properties, but still it's not working.
Any idea what i have missed.
Thanks in advance.!
I must say this scenario works fine for me - I don't see any problem. What kind of project are you using - Ant-based or Maven-based? The best thing would be if you can file a P2 issue in the netbeans.org bug database, so we can investigate. Thank you.
This happened to me as well. I tried renaming the project to a new name not the project folder and re run. It worked for me. Try for yourself.
Nitin.

Make Aptana studio 3 use existing Rails project not import

Im giving Aptana Studio 3 a try. Well hoping to.
I would like to open an existing Rails project but it asks me to import it. I dont want to make a copy I just want to use the same source files.
Is that possible?
Go to Project Explorer (tab in right side of aptana window - if you got default layout) -> find directory with your project -> right click on it -> "Promote to project"
Frankly Aptana 3 is not organized to have the source files in the same directory. Basically it forces you to have the source files in two separate directories (source editing, deployed) and regardless of what you want it does particularly care.
Now if I'm wrong on this and someone can do a simple step by step on how to do this then I'm all ears. Personally I just want to have the source in my local web folder and then just edit it. I do not have any interest in deploying it to another server. Nor in using github or any other service. I just want to edit the stupid files locally and then test the site locally. And I am unwilling to waste any more time on this ide trying to get it to work.

Joomla Mootools file getting truncated

I am trying to run Joomla on my local machine. I have installed wamp 2.0 and everything installed ok with it and I managed to see it running. I have now come to install Joomla 1.5.18 but I am having a problem with the mootools file on the installation wizard.
When running through the installation process in FireFox with firebug turned on I get errors about the mootools file missing a }. When I view the file through windows explorer it is complete and everything is fine with it but when I click on the error in firebug to see the error the file is truncated which I assume is why it is not working and complaining about a missing }. To test the file I created a test page which pulls in the same mootools file and this works fine (running locally and not through Joomla ).
Does anyone know why this is happening and how to fix it? I think it must be a problem with wamp as like I said the file is fine and runs ok if I run it from the file system, however I know nothing about servers so this is a guess. Maybe a limit on the size of a file which can be returned as the mootools file is around 7000 characters long.
I have tried un-installing both Joomla and Wamp but none this has not worked and I still get the same error. Thanks
I'm just curious, have you tried installing a newer version of Joomla? 1.5.8 is a little bit old and you may have better luck using something a version or two newer. Alternately speaking, if you're not a big fan of installing WAMP and then manually installing Joomla, you can use a Bitnami Joomla stack. Basically, Bitnami installs Apache, mySQL, PHP, and Joomla all in one quick and easy install.
I hope that some of this helps!
I would suggest that your problem is not with the Mootools package but with your template or modules that are loaded in. Can you turn off all of your modules and reenable them one by one until you see the error again?