Hi,
I'm trying to run Apache/Jakarta-Tom cat on Windows 2000 Professional but it's not successful.
If anyone has suggestion/input about what I did for setup, I'll eternally appreciate it.
(Please bear in mind that I'm a beginner in Java/JSP/Apache world)
 
Again, my OS is Windows 2000 Professional, not unix.
 
(1) JDK1.3
Downloaded JDK1.3 and installed under c:\jdk1.3.
Set the path value for  C:\jdk1.3\bin;C:\jdk1.3\lib.
(from System property GUI not from autoexec.bat)
 
(2) Apache
Downloaded apache_1_3_12_win32.exe.
Installed under C:\program Files\Apache Group\Apache
Added "ServerName localhost" on \conf\httpd.conf
(actual line doesn't have quotes)
 
(3) Jakarta-Tomcat
Downloaded jakarta-tomcat Win32 version.
Installed under C:\program files\apache group\jakarta-tomcat
 
(4) Mod_jserv
Downloaded ApacheModuleJServ.dll
Installed under C:\Program files\apache group\apache\modules
Registered dll with regsrv32.exe
 
(5) httpd.conf edit
Include "C:/program files/apache group/jakarta-tomcat/conf/tomcat-apache.conf" to the end.
Start tomcat using \bin\startup.bat.
Start Apache.
 
After I did all these steps, I tried with http://localhost:8080/ , it's working.
I can see html files.
Also, I can execute sample serverlets that come with tomcat-jakarta.
But when I tried to execute sample jsp files, I'm getting 500 error.
 
What am I doing wrong here?
 
Any input will be greatly appreciated.
 
Don
 
 
  
 

Reply via email to