由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Why aren't cookies stored by my servlets accessible to my CGI scripts or ASP pages?(FAQ)
相关主题
急问:装了JSDK2.0,servlet engine 不 运 行 ?运行servlet时出现的http status 404问题
how to access file on local network?Questions about .jar
How do I send cookies from a servlet?JSP技术简介 [fwd]
理解Java Servlets [fwd]How to compute round-trip time to webser
Another Servlet Problem:Browser CachingRe: tomcat作server,jsp访问的文件必须在webapps/ROO
need your comments能这样编网站吗?
请推荐servlet还有jsp的书How to define webserver and DB hardwares
servlet读取directory的基本问题有没有好的software load balancer 可推荐?
相关话题的讨论汇总
话题: servlets话题: servlet话题: accessible话题: cookies话题: directory
进入Java版参与讨论
1 (共1页)
b*g
发帖数: 644
1
By default, cookies are accessible to every HTTP request for
the current
directory, and any subdirectories. Now on most web servers
and servlet engines,
servlets are located in a special directory. For example,
when using
servletrunner (which ships with the Java Servlet Development
Kit), servlets
must be invoked under the /servlet/ directory.
http://webserver/servlet/servletname
If you want your cookies to be accessible elsewhere, you
must specify the
root path of your webserver, using the
javax
1 (共1页)
进入Java版参与讨论
相关主题
有没有好的software load balancer 可推荐?Another Servlet Problem:Browser Caching
web serverneed your comments
JAVA 一族请推荐servlet还有jsp的书
Re: serverletservlet读取directory的基本问题
急问:装了JSDK2.0,servlet engine 不 运 行 ?运行servlet时出现的http status 404问题
how to access file on local network?Questions about .jar
How do I send cookies from a servlet?JSP技术简介 [fwd]
理解Java Servlets [fwd]How to compute round-trip time to webser
相关话题的讨论汇总
话题: servlets话题: servlet话题: accessible话题: cookies话题: directory