is it possible to install xir2 server components on xp home edition for a demo or we need xp professional. i tried and got the option server install and its not grayed out. so can someone tellme if it will work?
I have installed XI R2 SP1 on my personal computer.
OS is Windows XP Home edition SP2.
It works properly with 1Gb Ram and processor is AMD 3200+.
It allows me to do some homeworks
This month I will try to install EPM to evaluate it
I selected Tomcat as Web Application Server which is installed and configured during the setup process.
Note if you choose to install IIS instead you will not be able to install EPM modules (they are available only under J2EE web appl server)
thanks again. i got confused. can’t we have iis as the webserver and tomcat as the app server and use it like we do it 6.x using iis - tomcat connector? if you used tomcat does that mean you use apache as the web server? can we still use iis-tomcat combination in xir2. thanks.
What you find in BO docs is :
standalone mode
The WAR files that contain both static and dynamic content are deployed
on the Web Application Server (WAS).
(My quote :WAS then act as a web server when it can host static contents)
distributed mode
The static content is extracted from the WAR files, and then the dynamic
content is deployed to the application server. The static content is then
deployed on the web server. This may enhance performance because
the web server can serve up static pages without having to communicate
with the web application server.
In my case since it’s my “garbage” environement to test security, CHF, …
I use only Tomcat which act as a Web application server ( Tomcat is in fact a servlet container), and since it can host static content, it can be considered as a web server.
Note that in BO XI install guide you may read :
“The term web application server refers to a web server and an
application server.”
Therefore, I don’t thing that Apache is installed (web server). Tomcat is for a basic configuration sufficient (it act as web server and web application server). BO install will not install Apache (to be confirmed).
As the default installation, Apache/Tomcat are installed and configured. If you don’t have a database installed, My SQL will be installed and configured for the default repository.