Re: Need Important Help in Context path

2017-11-27 Thread Sascha Monteiro
I just rename the file to MyTest.war On Mon, Nov 27, 2017 at 7:05 PM, Vivek Patil wrote: > Hello All, > > I am using Maven to build our application. > So the war name will be MyTest-1.00-SNAPSHOT1.0 .If I deploy the same in > Tomcat I have use the URL as > //localhost:8080/MyTest-1.00-SNAPSHOT1.

tomcat jndi ldap userSearchAsUser not used

2016-02-11 Thread Sascha Monteiro
Hi, When I configure this, it does not bind with the user (checked with wireshark on the ad server) (only when I use userPattern, but I cannot seem to use that as it needs a user for both bind and search) I don't want to have a username/password of a delegated user) Realm className="org.apache.ca

Re: sessionID moves to other PC

2008-02-28 Thread Sascha Monteiro
;Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, February 27, 2008 3:44 AM Subject: Re: sessionID moves to other PC -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sascha, Sascha Monteiro wrote: | I now put <% out.println(session.getId()); %&g

Re: sessionID moves to other PC

2008-02-26 Thread Sascha Monteiro
moves to other PC Maybe the browser is getting an old page from the cache? Clear the browser cache and see if its better. Also, use a System.out.println() and make sure what you are seeing on the browser is what really happens on the server. Yuval Perlov www.r-u-on.com On Feb 26, 2008, at

Re: sessionID moves to other PC

2008-02-26 Thread Sascha Monteiro
String() on the session and print it to the page. If the strings differ, tomcat is doing fine and you should check where you mix the variables. Yuval Perlov http://www.r-u-on.com/ On Feb 26, 2008, at 5:58 AM, Sascha Monteiro wrote: Hi, I am struggeling with securing my pages where private da

sessionID moves to other PC

2008-02-25 Thread Sascha Monteiro
Hi, I am struggeling with securing my pages where private data needs to be read from a table. I am using JSP in Tomcat5.5.23 btw. (which is hosted at eatj.com) If I login on my page with 2 different userID's, from 2 different computers (but sharing a Internet connection..!!!) I will suddenly see