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
2 answers

How to make my laptop an App server?

I developed an internet-based IOS app,and my app communicates with the server through html requests. It works perfect when I test it locally. But when I test it through the internet,it seems the html requests can't be received by the server. …
user3788871
  • 25
  • 1
  • 4
  • 10
0
votes
0 answers

Silent Installation of appserv-win32-2.5.10

i need to install 'appserv-win32-2.5.10.exe' from basic c# desktop application by predefined values of argument like server , root password etc. i found this code that used to Silent install from c# by sending my predefined argument to the…
ASamir
  • 1
0
votes
1 answer

Glass fish app server node agent not starting

When i try to start node agent in my glassfish app server via putty i got the following warning Apr 25, 2014 5:03:03 AM com.sun.enterprise.admin.server.core.channel.RMIClient warn WARNING: channel.client_init_error Apr 25, 2014 5:03:03 AM…
user3575174
  • 17
  • 1
  • 7
0
votes
1 answer

Tomcat adding war name to the context

I am trying to deploy a war to Tomcat. The name of the war is "Customer.war". After the war gets deployed, I also have to give the name of the war in the URL, for ex: http://localhost:8080/customer/payment/service/add How can I configure tomcat so…
user1717230
  • 443
  • 1
  • 15
  • 30
0
votes
1 answer

Can we dynamically configure the 'KeepAliveSecs ' parameter based on the load in WebLogic?

I am new to WebLogic administration. I wanted to understand how 'KeepAliveSecs' is related to the maximum number of clients on the server. Is it better to use a static 'KeepAliveSecs' value or can we use a dynamic value?
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
0
votes
1 answer

I can't start a managed server on weblogic (weblogic 10)

I am trying to start WL managed server "MyServer", using WL Web console. When I hit start I see a green message "A request has been sent to the Node Manager to start the selected servers." However, Status of Last Action says "Failed". The log for…
Dima R.
  • 995
  • 2
  • 14
  • 25
0
votes
2 answers

How to connect databases on different serves?

I'm running into some trouble in OpenEdge on trying to connect a database on a test server to the database on the live server. I have opened a successful appserver connection using the following code: connection-result = happsrv:connect…
0
votes
0 answers

upload an app twice in app server and meet errors

I am testing the JNDI datasource with sample downloaded from url [1]. I upload the app as a tenant, and register the datasource in the context.xml of the app. upload the app to AS, with no version number, click go to URl and find the app is working,…
wiwengweng
  • 352
  • 1
  • 4
  • 16
0
votes
2 answers

how to check out AS source code

I want to check out the app server code, but don't know which repository I should check out. There are truck, branches, tags and many other repositories. Which repository is AS 5.2.0?
wiwengweng
  • 352
  • 1
  • 4
  • 16
0
votes
1 answer

Cannot access localhost server in Win-7-64

I installed appservnertwork as default and I cannot access to server using localhost but it works using 127.0.0.1 Anyone knows how to solve it? Thanks!
Martin Varta
  • 766
  • 1
  • 7
  • 10
0
votes
2 answers

How do I determine the hostname of a web server from an app server in Java/Apache

I'm running a Java application on Apache. I'm trying to find a way to allow my app server code to know the hostname of the web server. Is there a way to do this? Running InetAddress addr = InetAddress.getLocalHost(); String hostname =…
0
votes
1 answer

Just deployed an EAR with a War file to Jboss 6.1 deployments directory. What is the default http port number?

My EAR has two WARs and a bunch of jars. It looks to have deployed successfully from the logs and shows up in the JBoss admin console at localhost:9990/console. Though I specified port 80 as my http socket-binding in standalone.xml:
user1561108
  • 2,666
  • 9
  • 44
  • 69
0
votes
0 answers

error when starting servers

AS I start any of the wso2 server, the log prints: [2013-06-19 08:51:18,112] ERROR {org.wso2.carbon.core.bootup.validator.internal.BootupValidationActivator} - Error occured w hile starting Bootup Validation…
wiwengweng
  • 352
  • 1
  • 4
  • 16
0
votes
0 answers

Build Android apps server

I'm building an Android app for printing documents by the application server that will send the document to the server and the server sends the document to the selected printer to print (on the server I want to install the printer drivers), I am…
0
votes
1 answer

MySql is not working after installing AppServ of Windows 2008 Server

I have installed AppServ 2.6.0 on Windows 2008 R2 but when I go to localhost/phpinfo.php I don't see mysql in there. I see "mysqlnd" I don't know what this is but it is there. Moreover, Where i go to localhost/phpmyadmin I get an error in red…
Jaylen
  • 39,043
  • 40
  • 128
  • 221