Questions tagged [appserver]

appserver.io is a next-generation PHP infrastructure consisting of a lightning fast webserver completely written in PHP

appserver.io is a next-generation PHP infrastructure consisting of a lightning fast webserver completely written in PHP including additional frequently needed services in one powerful bundle. You can use all of the services or only specifically selected services in your existing application with no additional tweaks. This is just what you need since we have eliminated the need for additional tools or additional services, appserver.io and PHP and you´re done!

appserver.io should not be confused with appserv which is an old, abandoned project that provided a LAMP stack for Windows.

141 questions
0
votes
0 answers

How to deploy a "local" Rails app on a Windows

I use Windows 10 and Rails 5 I'd like to deploy locally. I can not find what are the best appservers and how to do that with rails 5. I don't like jruby or linux, so I can not use glassifish. I did not find a good tutorial.
0
votes
0 answers

#2003 - can't connect to mysql server on 'localhost' (10061) when I restart computer

I have a strange problem. I install appServ successfully. It can run after I installing it. But it shows #2003 - can't connect to mysql server on 'localhost' (10061) when I restart my computer. But I reinstall appServ, it can run successfully…
Neishil
  • 57
  • 1
  • 8
0
votes
1 answer

Translation of a few strings in a web application.

How to translate a few strings in a web application to a different language when the user wants to see those strings in his language?
0
votes
1 answer

Put Executable jar in SJAS

I have one executable jar which I want to put in my project's website running on SJAS. I have no clue how to do it. Can anyone help me? This jar is a J2ME application which I will access (kind of link) from mobile to download the application then it…
Jeetendra Ahuja
  • 177
  • 2
  • 17
0
votes
0 answers

AppServ - Error phpmyadmin when you changed uft-8

I changed my enconding to another one which I dont know it. anyone could help me ? I get this message :
Ariöl V
  • 33
  • 6
0
votes
1 answer

i cannot start mysql (i use both xampp and appserve)

I need to use Xampp & Appserve but I don't use mqsql of Xampp. I try to stop mysql in service and change port from 3306 > 3307 but it is still not resolved. What should I do ?
MyNaMeArT
  • 39
  • 5
0
votes
1 answer

How do I run system wide operations on a cluster of app-servers?

I am running my application on a group of unclustered tomcat servers. It serves restlet web-services. As per restful paradigm, each call is stateless. In this environment, I want the application to periodically review the database for status…
Fred Haslam
  • 8,873
  • 5
  • 31
  • 31
0
votes
1 answer

How to use MessageQueue feature of appserver.io inside existing laravel project

My existing Laravel project is such that all the tasks are executed sequentially. I have identified part of the code which can be run in parallel using PHP threads and can reduce the response time. Instead of using pthreads, there was suggestion…
0
votes
1 answer

Virtual host with XAMP and APPSERVER

I have XAMPP and Appserver installed in one server (The first listens port 8080 and the second listens port 80). I have a domain: example.com I have this in APPSERV: ServerName example.com DirectoryIndex…
LuisEduardoSP
  • 401
  • 5
  • 11
0
votes
2 answers

What are the downsides of using non-managed threads in a managed environment?

What are the disadvantages of creating my own threads inside a managed environment like a weblogic application server? I have always used managed threads (using the WorkManager api) whenever i am working inside an application server. However I am…
Sasi
  • 757
  • 5
  • 16
0
votes
1 answer

apache ReverseProxy configuration (apache web server url is changed to jboss server's url)

I have configured apache web server with jboss and integrated using mod_jk, now the problem is when i hit the url of webserver http://webserv.my.project.com:8080/index.html, after login to the application the url is automatically changed to…
Girdhar Singh Rathore
  • 5,030
  • 7
  • 49
  • 67
0
votes
1 answer

upgrade mysql 5.0.x to 5.x on appserv windows

I want to upgrade my appserv mysql instalation from 5.0.x to 5.x. I have some tables and views relationed with various web proyects and VB.net aplications in that. Any body can help me to do that without data loss?
betty2002
  • 11
  • 2
0
votes
1 answer

How to keep track of user attempts of invalid login, when siteminder handles user authentication

In my project we have different siteminder team, which helps to install and configure siteminder set-up on web-server. Now my application requirement is we should lock user for 15 minutes, if he tries to enter invalid login credentials 5…
0
votes
2 answers

Java RMI and Application Server

I am looking to implement a Java RMI Server in our corporate network. This Java RMI Server will provide information to our Java Eclipse Client. I have everything working when I run the Java RMI Server on a machine with RMIRegistry and the…
kevin
  • 65
  • 10
0
votes
3 answers

Get process id for an appserver process invoked from browser

We have a web application in Java which calls progress procedures. Progress 4gl version is 10.x and is on AIX. Requirement is to implement the following functionality: Suppose that a progress procedure is called by the web application. This makes an…