I have created build of XOJO web application and it has created Lib and Resources folder with CGI, CFG, htaccess and one application name file
I want to deploy this web app on windows xp/7 machine.
So please someone tell me the steps of how to deploy this web application on windows machine.
Thanks in advance…
P.S. I am new to XOJO
I tried to install stand alone web application as a service in windows machine.
While starting service, it gives error of 1067 Service terminated unexpectedly
[quote=299901:@Sharad Yadav]I tried to install stand alone web application as a service in windows machine.
While starting service, it gives error of 1067 Service terminated unexpectedly[/quote]
If standalone does not even start, cgi will definitely not work.
You first need to make sure it works as standalone, launched as ordinary program. I am inclined to believe so, since running a program in the IDE is a standalone executable.
@Louis Desjardins @David McKenzie @Michel Bujardet
I did all the procedures, its like I stuck very badly.
Please find the below link from where you can download my simple web application build.
Sharad, I downloaded the standalone build for Windows. Extracted the Zip file to my desktop and started the application. then, http://127.0.0.1 launched the app in my browser. Clicked the “say hello” button, got the message box. It seems to work just fine.
My laptop is a Lenovo Carbon X1 and my OS is Windows 10 64bit.
This suggests that the issue lies with the environment, not the app itself.
Sharad, you really seriously want to consider a standalone program on Windows. This forum is full of people getting stuck trying to run cgi on Windows. BTW when you run the program in IDE, it works, right ? It is a standalone program.
This is new. Until now, I thought you deployed on Windows.
Which version of Linux ? 32 bit ? 64 bit ? Have you made sure to set the permissions of the binary to executable ?