> From: ישראל מלאכי [mailto:alayc...@gmail.com]
> Subject: Fwd: $CATALINA_HOME/conf/tomcat-users.xml - access deneid
> My employer wants my to put a war file on tomcat server installed in by
> http://198.57.249.59:8080/ hostgator.com
> problem is that I can't get to the app manger since I don't
Johan,
What you've described is exactly what works for me. But I am still on RC1.
-Igor.
On Sat, Nov 16, 2013 at 6:12 AM, Johan Compagner wrote:
> sorry, mail did go to soon...
>
> I do this in the web.xml (directly in the web-app tag)
>
>
> org.apache.tomcat.websocket.textBufferSize
>
Hello
My employer wants my to put a war file on tomcat server installed in by
http://198.57.249.59:8080/ hostgator.com
problem is that I can't get to the app manger since I don't have
usernameand password. I know that I should edit the above file, I
tried through
putty but access to file is denie
Thanks for the help, the problem was in my programming, I used global
variables to store user information and when two users trying to log into
same instant, both sessions take erroneous data.
Thanks again for help
2013/11/13 Terence M. Bandoian
>
> On 11/11/2013 3:58 PM, Christopher Schultz
THanks you, can you please let me know what optimization I have to make.
con.setRequestProperty("Referer", request.getHeader("Referer"));
was the issue , since it was being set to null
On Mon, Nov 11, 2013 at 7:38 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PG
sorry, mail did go to soon...
I do this in the web.xml (directly in the web-app tag)
org.apache.tomcat.websocket.textBufferSize
32768
org.apache.tomcat.websocket.binaryBufferSize
32768
But this doesn't seem to have any effect, i still see in the browser stuff
like frames of m
Hi
i read this:
http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
so what i do is add this into the web.xml
--
Johan Compagner
Servoy
2013/11/15 chris :
> Any help with this would be very much appreciated. We are trying to proof of
> concept this to return the remote user's domain login name to use it in a Web
> application. Attempting to use a keytab method to hopefully negate any
> requirement for exposing the kerberos princi