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
1
vote
6 answers

Wamp server icon will not turn green

I read many similar questions about it but the solutions are not working for me. The icon says WAMP Server online but it stays orange. when I test port 80 under Apache/services/Test port 80 it says that port 80 is actually used by: Server:…
1
vote
1 answer

The Node Agent is stopped

I'm trying to start my Node on a command prompt like this: C:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin>startnode ADMU0128I: Starting tool with the AppSrv01 profile ADMU3100I: Reading configuration for server: nodeagent ADMU3200I: Server…
1
vote
1 answer

nginx as load balancer server out 404 page based on HTTP response from app server

I'm using Nginx as a load balancer with app servers behind it. If the app servers return a response of 404 not found, I would like nginx to then server out a 404 page that is local on that server. I would like to do this so my app servers don't get…
srchulo
  • 5,143
  • 4
  • 43
  • 72
1
vote
3 answers

Unable to start server in Eclipse Gallileo IDE with WAS7

Server not starting in Eclipse Gallileo IDE with WAS7. I run the server from outside of Eclipse but I want to start it from within the eclipse Below are the details of my Workspace configurations : Eclipse Java EE IDE for Web Developers. WAS 7.0…
1
vote
0 answers

AppServer Datasource Configuration at runtime - View or Update

We are using Geronimo application server and looking at options to view the data source configurations at runtime. For example, if I have the following datasource configuration:
dosakiller
  • 79
  • 5
1
vote
0 answers

Can i make a server database just like AppServ in windows Forms App?

I'm trying to make a server database in my application so that the files in server can be access by clients. To more clearly what i mean, i just like to trying to make application just like AppServ in Visual Studio 2008. How can i do that?
Ricks
  • 277
  • 4
  • 16
1
vote
1 answer

Getting application server port and address on server startup

I wish to get the server name and the current application's port on server startup. I managed to get the host name and address with: hostName = InetAddress.getLocalHost().getHostName(); hostAddress =…
Ido Barash
  • 4,856
  • 11
  • 41
  • 78
1
vote
1 answer

Complete, small web/applications server with embedded database and scripting

I even don't know what question to ask but I'll try anyway I need a small footprint 'application server' that will host a database, scripting language and a web server - all in a single process. Something that will not require external…
nightwatch
  • 1,276
  • 2
  • 18
  • 27
0
votes
1 answer

Caucho Resin Digest Authentication with CustomAuthenticator, someone please enlighten me

Ok after experimenting a little bit I found out that resin was calling my AbstractAuthenticator implementation "authenticate" method that takes an HttpDigestCredentials object instead of DigestCredentials (still don't know when is called each one of…
jigzat
  • 3,498
  • 1
  • 21
  • 23
0
votes
1 answer

How to access remote mysql server on windows?

I'm using appserv, I'm trying to access remote mysql server, in linux i can do it doing: grant all privileges on . to 'user' identified by 'pass'; flush privileges; and update the host to '%' and comment the line 'bind-address' on my.cnf, but in…
0
votes
1 answer

Java appserver to be iniated in Java application

I'm looking for an Java based Application server which should be controllable within an Java application. I want to be able to start/stop the server within the application. So far most App servers I looked at Glassfish, JBoss, are all controlled…
rkokkelk
  • 146
  • 1
  • 8
0
votes
0 answers

Modifying/Closing Connector 9060 port from server.xml without whole appserver restart

I have an app which listens on 9060 port. What i want to acheive is, if i remove the 9060 port from server.xml and then stop/terminate my app, 9060 port should be completely closed i.e netstat -tanp | grep 9060 - should return nothing. Currently…
Sash_KP
  • 5,551
  • 2
  • 25
  • 34
0
votes
0 answers

How to enable SSL in AppServ to have https on my localhost

I want to have https on my local server but I only find videos related to remote servers or xammp From what I understand, SSL is already installed in appserv but I don't know how to enable it so that my urls look like this:…
Eli Ff
  • 1
0
votes
1 answer

Installing & configuring JBoss WildFly in CentOS 8 with different user

I want to install and configure JBoss WildFly 26.0.0.Final as a systemd/init.d service in my Linux VM (CentOS 8) with different user - not with the default wildfly user. I have gone through the steps in many of the How-To-Dos and also on the…
0
votes
1 answer

Injecting remote interface from within the same EJB-JAR or EAR

Is calling a remote @remote interface from within the same EJB-JAR or EAR would make the app server use RMI/RMI-IIOP? Or the App Servers would be much intelligent and doing this call locally as if it calls a @local interface???
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219