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
1 answer

Using an appserver.io SessionBean in a plain php script

I am looking for a way to replace select functionality in an existing application with appserver.io SessionBeans, but I fail to find an example on how to access a SessionBean in a plain php class. I have a super simple Singleton SessionBean from…
Peavey
  • 302
  • 2
  • 11
1
vote
1 answer

Tomcat server started but not running on browser?

I've been trying to run it on browser localhost: 8080 but it says "Site can't be reached" although it says Tomcat running in the terminal I installed it via downloading binary version from website. omnis-MacBook-Air:bin omni$ sudo…
Square-root
  • 853
  • 1
  • 12
  • 25
1
vote
2 answers

loader.InputStreams with no valid reference is closed

While upgrading sun application server 8.2 to a new patch level an exception occurred and I don't know why. Following a code snippet from a Servlet: public void init() throws ServletException { Properties reqProperties = new Properties(); …
Bomas
  • 13
  • 2
1
vote
1 answer

web app server how to initiate appwopiserver in web config

I have installed web app server and now the server is 192.168.1.103 on IIS and i have a sample code from this site https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6/view/Discussions#content in this sample the appwopiserver in…
1
vote
1 answer

'PDOException' with message 'could not find driver' using AppServer

I have installed AppServer 2.5.10 (including Apache and MySQL) and I get this error: Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in C:\AppServ\www\compras.mysql\bd.php:17 Stack trace: #0 …
moondaisy
  • 4,303
  • 6
  • 41
  • 70
1
vote
1 answer

Rails Web App Architecture in Heroku

Is it possible to configure multiple web-server to an app-server in heroku? Playing with heroku, I don't see that is possible. Heroku deployment as I understand doesn't support web and app server separation. Just wanted to double check my…
karthiks
  • 7,049
  • 7
  • 47
  • 62
1
vote
2 answers

Changing websphere admin console interface color

Is there any way to differentiate the WebSphere admin console interface of production environment from other environments? Recently one of our team member recycled the production server accidentally through WebSphere admin console. We want to have a…
Kumar
  • 23
  • 8
1
vote
2 answers

where is the code base for My First Elastic Beanstalk Application?

I have created "My First Elastic Beanstalk Application" on amazon aws. I also choose tomcat as a web/app server. It shows that every thing is up and running. So how I check out the code base and you know, make some changes and deploy it back to the…
shebelaw
  • 3,992
  • 6
  • 35
  • 48
1
vote
1 answer

How to get list of applied templates using WLST

I have an existing weblogic domain. I want to get a list of domain creation and extention templates which have already been added to that domain. [using addTemplate() WLST command ] . Is there a way to do that though WLST? I am new to weblogic and…
Astha
  • 21
  • 5
1
vote
0 answers

Http request cycle - Apache

How the apache http request lifecycle works ? Suppose if there are seperate web server and app server, what configurations files we need to have to route the browser request to app server via web server ? Please help me in understanding the process…
Techno_Feast
  • 31
  • 1
  • 3
1
vote
1 answer

Reading an image packaged in the same war in Jboss eap 6.1

I have a Spring webservice which is deployed as a war in Jboss-eap-6.1. The code needs to read an image at run time. Iam trying to package the image with the war and deploy it in Jboss. I make sure that the image is put in /WEB-INF/classes directory…
user1717230
  • 443
  • 1
  • 15
  • 30
1
vote
1 answer

Can I get the tenant ID when an app is deployed on AS

all. I wonder if I can get the tenant ID except for carbonContext API. I see this set of API can get anything from the server, but it is too powerful to be exposed the the developers. An evil dev-er can easily get the whole osgi services. He can…
wiwengweng
  • 352
  • 1
  • 4
  • 16
1
vote
0 answers

bad_certificate when migrating app server cluster

I have set up a cluster of app server in Windows 7. but I want to migrate it to Ubuntu. so I copy the whole packages to ubuntu folder. then I start the service, I received the bad_certificate error. I don't know if I can remove the old cert, and let…
wiwengweng
  • 352
  • 1
  • 4
  • 16
1
vote
2 answers

Retrieve file information located on a Different application server using python

I am new to python and I am trying to write a python script that can retrieve information (size,etc) of a file which is located on a different application server. I don't know which package I can use to connect to a different app server using it's…
Darshan
  • 117
  • 7
1
vote
1 answer

Is there a way to generate OpenClient .NET proxies through the command line?

I want a painless way to be able to generate progress OpenClient proxies for .NET. I find there isn't anything pleasant about the proxy generation process, in fact I almost always punch a screen when I have to use it. My current problem is it's…
Brett Ryan
  • 26,937
  • 30
  • 128
  • 163