IIS profile:

The acronym for Internet Information Server (IIS) is a World Wide Web server. Gopher server and FTP server all inclusive inside. IIS means that you can publish Web pages, and there are ASP (Active Server Pages), JAVA, VBscript generated pages, with some extensions. IIS supports some interesting things, like the editorial environment interface (FRONTPAGE), has a full-text search capabilities (INDEX SERVER), with multimedia capabilities (NET SHOW). ASP.net with IIS server integration after posting a corresponding ASP website.

IIS5.1 and IIS6.0 difference:

IIS5.1 is generally applicable to Winxp, and IIS6.0 suitable for Win2003, if individuals do testing or other requirements can choose IIS5.1, if it is used as a server, then it is with IIS6.0.

IIS integration:

Through the integration of the two servers can be FineReport statements engineering works seamlessly integrated with .net. In FineReport reporting tool that comes with the project WebReport, for example, can be resolved first WebReport Engineering and jsp, servlet server integration (such as WebSphere, Tomcat and other servers), and then the server can resolve asp server (such as IIS server) integration .

win2003 Tomcat on the system 32 and IIS6 integration:

Engineering Tomcat is used and FineReport WebReport integrated reporting tools, IIS6 (Internet Informatica Server) is released parse ASP and other web servers. Here we only explain deployed application engineering Tomcat how to integrate with IIS server, about how to deploy the project can refer to the system in the Tomcat integration – server Tomcat server section, IIS6 can refer to Microsoft’s official website related content.

1.Download Plug isapi_redirector2.dll, the role of the plug can make Tomcat and FineReport statements communications, plug-in Download http://archive.apache.org/dist/tomcat/tomcat-connectors/jk2/binaries/win32/.Unzip get isapi_redirector2.dll, create a folder C: / jakarta (create a path optional), placed isapi_redirector2.dll.

2.Use Notepad to create three documents, namely workers2.properties, jk2.properties and jakarta.reg (the name of the file can be played casually, but in order to “.reg” for the extension). 3 file contents are as follows: report documents

Note: If port 8009 is not being used, do not change the port number. localhost domain name can be changed, if the change needs to be set for the appropriate file, not discussed here.report documents

Report file Above workers2.properties, jk2.properties two files are placed into% Tomcat_Home% / conf folder.report documents

3.jakarta.reg can be put in any directory, in order to facilitate the management and isapi_redirector2.dll plugin put in the same directory, ie c: / jakarta. Double-click jakarta.reg file contents into the registry.

4.Applications isapi_redirector2.dll communication plug-ins.
Open theAdministrative Tools | Internet Information Services (IIS) Manager, right-click the Default Web Site drop-down tree, click Properties, select the ISAPI filter, add a filter, select the name C for jakarta, executable files: jakstartaisapi_redirector2.dll, click OK . add a filte
 Right-click the Default Web Site, New “virtual directory”, alias fill jakarta, the next step, the path chosen your isapi_redirector2.dll storage directory, ie C: / jakarta, permissions in the next step remember the “execution” tick. virtual directory

If jakarta filter newly created state icon is not a state, please note the above configuration process has no errors and omissions.

5.Select site following Web service extensions, add a new Web service extension, the extension is taken as tomcat (extension can be arbitrarily taken), select the required file C: jakartaisapi_redirector2.dll. Select Set extension status, OK. (windows2003 system, you need to set this step)

6.Restart Tomcat and IIS, open the browser, enter http:? // Localhost / WebReport / ReportServer reportlet = / demo / basic / post.cp t, if you see the figure below, the configuration was successful. Configuring successed

Note: The default path for the default server access path Tomcat server settings can be set to change the default Tomcat server path. If you want to report another existing project engineering and integration, place the project files are placed together, and set the default path tomcat and iis server.