Topic Options
Rate This Topic
#134345 - 04/19/06 10:35 AM Platform Recommendation
Thomas_O Offline
Just Signed Up

Registered: 04/19/06
Posts: 2
Greetings,

We are investigating options for our Remedy Web-Tier platform.

Remedy has recommended Websphere, Apache, and WebLogic. We were told not to consider IIS due to our concurrent user base:

Concurrent Users: 650+
Tickets: 100,000 a month (defects, tickets, etc)

Does anyone run ServletExec on IBM HTTP service? I looked at the ServletExec system requirements and noticed IHS wasn't listed.

Do you guys have any recommendations based on our load?

Any help you could provide would be wonderful.
What platform is your mid-tier?
Only one choice allowed


Votes accepted starting: 04/19/06 10:34 AM
View the results of this poll.


Edited by Thomas_O (04/19/06 10:35 AM)

Top
#134346 - 04/20/06 02:18 AM Re: Platform Recommendation [Re: Smitha2729]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Apache with JBoss on Linux...

I didn't find a solution more faster for mid-tier.
_________________________
Vincent.

Top
#134347 - 04/20/06 11:42 AM Re: Platform Recommendation [Re: Osama_Nada]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
I've actually been running Apache2/Tomcat on Windows pretty successfully in my demo & test environments. Took a little more to set up, but it has been very solid.
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#134348 - 04/21/06 09:55 AM Re: Platform Recommendation [Re: Matt Reinfeldt]
Thomas_O Offline
Just Signed Up

Registered: 04/19/06
Posts: 2
In your (the collective "you" in the forum) experience... has anyone ever tried the mid tier with IBM Http Server?

Top
#134349 - 04/27/06 12:47 PM Re: Platform Recommendation [Re: Matt Reinfeldt]
GDMike Offline
Stealth Member

Registered: 02/13/06
Posts: 41
Loc: Northern Virginia
Hi Matt, We loaded Apache/Tomcat but cannot get rid of the :8080 port in the url. Tomcat says to use Root as User and Apache says that it is a big security hole. How did you get around the 8080, http://<servername>:8080/arsys/home?

Thanks,

Michael
_________________________
ARS6.3p21 ITSM 6.0 Solaris 9, Oracle 10.2.0.2, Apache/Tomcat

Top
#134350 - 04/28/06 02:15 AM Re: Platform Recommendation [Re: jeremyindeed]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Hi,

Search and replace the 8080 by the 80 in the apache and/or in the tomcat configuration file. Then restart your web server.
_________________________
Vincent.

Top
#134351 - 04/28/06 08:15 AM Re: Platform Recommendation [Re: Osama_Nada]
GDMike Offline
Stealth Member

Registered: 02/13/06
Posts: 41
Loc: Northern Virginia
Thanks. We tried that and it already seems that Apache uses port 80 and tomcat used 8080. We could see the login page but were never able to actually log in. When we changed it back, we could still see the login page on both http://<servername> and http://<servername>:8080 but can only log or get itno through http://<servername>:8080. We're new to using Tomcat and Apache and this is what we were given. The other thing I should not is that our mid-tier is on the same server as the ARS Server.
_________________________
ARS6.3p21 ITSM 6.0 Solaris 9, Oracle 10.2.0.2, Apache/Tomcat

Top
#134352 - 04/28/06 08:33 AM Re: Platform Recommendation [Re: jeremyindeed]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
If your apache is used only by tomcat, you can change the port of apache to 8080 and the port of tomcat to 80.
_________________________
Vincent.

Top