hi, PLATFORM: WINDOWS NT SERVER have gone thru documents and was able to configure Apache and TC with mod_webapp.so I hope the configuration whcih i did was correct: I installed the mod_weabb.so in the modules directory of Apache, copied the libapr.dll under Apache directory and in the httpd.cong file the following lines were added:
LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c WebAppConnection warpConnection warp 191.1.24.15:8080 WebAppDeploy examples warpConnection /examples/ WebAppDeploy chetna warpConnection /chetna/ WebAppInfo /webapp-info Just wanted to confirm about the port no. mentioned on 3rd line...is it the port no. of TC or should i mention the port no. of th Apache server which is 80. was also confused about calling .jsp files from html files residing in htdocs folder of Apache. do i have to give the http://191.1.24.15:8080/chetna/Test.jsp or just http://191.1.24.15/chetna/Test.jsp Can anyone help me? Th documents are not very helpful. Thanks in advance Regards Chetna
