XmiServer_v2.5 is an all-in-one server combination suite based on Apache+Tomcat. It has the characteristics of simple installation, convenience, green, and configuration-free. You can quickly build an ASP+CGI+PHP+JSP+MySQL all-round website server platform. It is convenient for you to debug and develop ASP, CGI, PHP, JSP and other programs.
Brief description of directory: XmiServer ├─Links Shortcut links for each component├─Server program main directory│ ├─Apache Apache program directory│ ├─Database MySQL database directory│ ├─Java JAVA program directory│ ├─MySQL MySQL program directory│ ├─Perl Perl program directory│ ├ ─PHP PHP program directory│ ├─phpMyAdmin phpMyAdmin directory│ ├─TempLogs temporary file and log file directory│ ├─Tomcat Tomcat program directory│ └─Zend Zend Optimizer program directory└─wwwRoot website root directory PHP, JSP directory├─asp ASP Catalog├─servlet Servlet Catalog└─cgi-bin Perl Catalog
Use program version: Apache v2.2.11 Tomcat v6.0.18 Netbox v2.8.4128 PHP v5.2.9 MySQL v5.1.32 MiniPerl v5.8 JDK v1.6.0_12 ZendOptimizer v3.3.3 phpMyAdmin v3.1.3 mod_jk v1.2.27 mysql-connector v5.1.7
Unless otherwise stated, all the works on this site are MiMiz original reprints. Please indicate the source. MiMiz.cn
Welcome to XmiServer!
Q. How to start Tomcat as a service? A. For your convenience in debugging, XmiServer does not start Tomcat in service mode. If you want to install Tomcat as a system service, Please run Install_Tomcat.bat in the Links directory To uninstall, please run Uninstall_Tomcat.bat in the Links directory.
Q. What settings should be used to compile java programs in the command prompt? A. Please set the following system environment variables: JAVA_HOME = %XmiServer installation directory%ServerJava Path = %JAVA_HOME%bin The above are basic environment variable settings, please modify them according to your own situation.
Q. What should I do if similar errors occur when running CGI? Server error! The server encountered an internal error and was unable to complete your request. Error message: couldn't create child process: ***: ***.cgi If you think this is a server error, please contact the webmaster. Error 500 A. Please modify the first line of the cgi file to the perl path, for example: #!../../Server/perl/bin/perl.exe
Q. Some ASP programs can be debugged successfully under IIS, but an error is reported under NetBox. What is the reason? A. NetBox is compatible with iis to the greatest extent possible. But it's still not fully compatible. Common compatibility issues are listed here: 1.NetBox does not support the syntax of runat=server. In some asp programs, due to various reasons, there will be some codes like this: