본문 바로가기

개발관련/웹개발

windows 2003 64bit에 톰캣(tomcat)설치하기


윈도우 서버에는 처음 설치해봤는데 이런 썩.....
안돌아간다.ㅡㅡ;

구글에서 찾아보니 컨넥터가 잘못되어있다고 하는데....

http://old.nabble.com/Tomcat-6.0.12-in-windows-vista-64-bits-does-not-start-td18967895.html

가장 밑에 쯤있는 아래 내용을 따라 하니깐 됐다.

Download from
http://commons.apache.org/downloads/download_daemon.cgi
Click on the 'browse download area'
and go to the binaries -> 1.0.2 -> windows
Download and extract .zip file and then rename
procrun.exe to tomcat6.exe  for the required CPU arch.
Rename procrunw.exe to tomcat6w.exe (same for all platforms)
and copy those two files inside Tomcat bin directory.

This is procedure we are going to implement with
next Tomcat releases instead maintaining our
set of binaries. Renaming and downloading will
took place at build time of course.

영어를 보시면 울렁울렁 하시는분들이 있으니 제가 했던내용을 아래에 적어놓을게요.

요기 링크에서 다운을 받으세요.
http://commons.apache.org/downloads/download_daemon.cgi 에 들어가서
'browse download area'를 클릭!
그리고 binaries -> 1.0.x -> windows 로들어가서 다운 & 풀기
결국 아래 링크

압축을 풀고
파일명을 변경해 준다.
prunsrv.exe -> tomcat6.exe (톰캣7을 까신분은 tomcat7.exe)
prunmgr.exe -> tomcat6w.exe (톰캣7을 까신분은 tomcat7w.exe)

그리고 톰캣이 설치되어있는 폴더의 /bin 폴더로 가서 같은 파일명을 찾는다.
위에서 파일명을 변경한 파일을 덮어쓰기 해준다.

톰캣서비스를 다끄고 다시켠다. (원래 처음부터 꺼놨어야 했음!!!)

그럼 잘된다..;;;