This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 131718 - Disable cookies in internal tomcat
Summary: Disable cookies in internal tomcat
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: Other Windows ME/2000
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 13:48 UTC by ashisht
Modified: 2008-04-01 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ashisht 2008-04-01 13:48:48 UTC
Hi there,

Is there any way to tell internal Tomcat in netbeans to never use cookies for session
management?

Regards
Comment 1 ashisht 2008-04-01 14:04:56 UTC
disable cookies in tomcat for session management and use url rewriting for that.
Comment 2 ashisht 2008-04-01 14:06:38 UTC
please reply.
Comment 3 Petr Hejl 2008-04-01 14:49:56 UTC
Definitely not a P1: http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html

For generic questions you can ask on nbusers: http://www.netbeans.org/community/lists/top.html, actually this is not an
issue report.
Comment 4 Petr Blaha 2008-04-01 15:08:20 UTC
edit your context.xml:

<?xml version='1.0' encoding='UTF-8'?>
<Context path='/yourApp' cookies=’false’>
  .........
</Context>
Comment 5 Petr Hejl 2008-04-01 15:19:14 UTC
If you want to perform some server wide configuration, the base dir is $HOME/.netbeans/5.0/jakarta-tomcat-5.5.9_base.