tomcat 설치시... 개별 사용자들에게 사용가능하게 하면...

aNsITAte의 이미지

servlet 이라는 하위 디렉토리를 주고

JSP를 이용가능하게 하려고하는데요.

어떻게 할 수 있을까요?

mod_jk2를 이용하고 있습니다.

[logger]
level=DEBUG

[config:]
file=/usr/local/share/tomcat/conf/myWorkers2.properties
debug=0
debugEnv=0

[uriMap:]
info=Maps the requests. Options: debug
debug=0

# Alternate file logger
#[logger.file:0]
#level=DEBUG
#file=/usr/local/share/tomcat/logs/jk2.log

[shm:]
info=Scoreboard. Required for reconfiguration and status with multiprocess servers
file=/usr/local/share/tomcat/logs/jk2.shm
size=1000000
debug=0
disabled=0

[workerEnv:]
info=Global server options
timing=1
debug=0
# Default Native Logger (apache2 or win32 )
# can be overriden to a file logger, useful
# when tracing win32 related issues
#logger=logger.file:0

[lb:lb]
info=Default load balancer.
debug=0

[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
debug=0
tomcatId=localhost:8009

[status:]
info=Status worker, displays runtime informations

[uri:/jkstatus/*]
info=Display status information and checks the config file for changes.
group=status:

[uri:/admin/*]
info=Tomcat HTML based administration web application.
debug=0

[uri:/manager/*]
info=A scriptable management web application for the Tomcat Web Server.
debug=0

[uri:/jsp-examples/*]
info=JSP 2.0 Examples.
debug=0

[uri:/servlets-examples/*]
info=Servlet 2.4 Examples.
debug=0

[uri:/*.jsp]
info=JSP Extension mapping.
debug=0

아티님께서 올리신 설정을 그대로 쓰고 있습니다.

atie의 이미지

특정 사용자들만이 /servlet에 있는 jsp를 호출할 수 있도록 하겠다는 뜻인가요?

ps. 일년 넘게 한글로 제 아이디를 적으신 분이 없었는데... "아티" 보다는 "애티"라고 읽어 주세요. :roll:

----
I paint objects as I think them, not as I see them.
atie's minipage