Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Glassfish and the fly likes Glassfish + Apache (Apache Web Server in front of Glassfish) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Glassfish
Reply locked New topic
Author

Glassfish + Apache (Apache Web Server in front of Glassfish)

keiwer villabona ruiz
Greenhorn

Joined: Mar 27, 2012
Posts: 15
Hi,

I have a web services in glassfish server

and

an application in Apache Web Server, The application is consuming these web services that are in glassfish.

my problem is that it runs very slow in production.

I was researching about the performance between Apache and Glassfish. And I got something like AJP / mod_jk.

but not if it is the solution.

someone please guide me.


thanks in advance!
keiwer villabona ruiz
Greenhorn

Joined: Mar 27, 2012
Posts: 15
releases Glassfish 3.1 and Apache 2.2.8

thanks!
Winston Gutkowski
Bartender

Joined: Mar 17, 2011
Posts: 4761
    
    7

Copy of this thread, Locking.

Winston


Isn't it funny how there's always time and money enough to do it WRONG?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Glassfish + Apache (Apache Web Server in front of Glassfish)
 
Similar Threads
How to deploy different war on different port?
Help Running GlassFish bundled with Netbeans, what does Apache & IIS redirect have to do with this?
How to find the total number of sessions in my web application?
Use a private UDDI Registry
War File on Web Server Communicating to ear File on Application Server?