Time |
S |
Nick |
Message |
01:21 |
|
|
SoniEx2 joined ##javaee |
01:33 |
|
|
bitwize joined ##javaee |
03:43 |
|
|
kobain joined ##javaee |
04:47 |
|
|
Naros joined ##javaee |
05:02 |
|
|
SLovenberg joined ##javaee |
05:59 |
|
|
Erroneous joined ##javaee |
05:59 |
|
Erroneous |
hi |
06:01 |
|
|
cgplayer_ joined ##javaee |
06:07 |
|
Erroneous |
i'm cem_ |
06:17 |
|
|
cgplayer_ left ##javaee |
06:44 |
|
|
dangertools joined ##javaee |
08:24 |
|
Erroneous |
anyone worked with sql map ? |
08:31 |
|
sess |
what is that even |
08:32 |
|
sess |
http://sqlmap.org/ ? |
08:36 |
|
Erroneous |
decided to quit sql for the moment |
08:40 |
|
|
bitwize_ joined ##javaee |
08:44 |
|
|
balazare joined ##javaee |
08:44 |
|
|
ibaca joined ##javaee |
08:46 |
|
|
javaeebot joined ##javaee |
08:46 |
|
|
zoot joined ##javaee |
08:50 |
|
|
noMoreMrNiceGuy joined ##javaee |
08:56 |
|
|
clevasseur joined ##javaee |
09:10 |
|
Erroneous |
microsoft ppl are in every field just seeing sql server |
09:37 |
|
|
lv2eof joined ##javaee |
09:37 |
|
|
tmichel joined ##javaee |
11:22 |
|
|
noMoreMrNiceGuy joined ##javaee |
12:30 |
|
|
MegaMatt joined ##javaee |
13:58 |
|
|
sambio joined ##javaee |
14:09 |
|
|
kobain joined ##javaee |
14:30 |
|
MegaMatt |
Well, nobody is answering me in #Java .. so maybe I'll try in here... |
14:31 |
|
MegaMatt |
If I have a jstack, and all the threads show BLOCKED, except for a few "IN_NATIVE" (Which are of course in socketRead0 ) ... Is it true that I can't say if the IN_NATIVE threads are Running/Runnable or blocked? |
14:41 |
|
|
Naros joined ##javaee |
14:46 |
|
pdurbin |
MegaMatt: "IN_NATIVE: Running in native code" according to http://stackoverflow.com/questions/1827543/java-threads-interpreting-thread-states-of-a-running-jvm |
15:01 |
|
MegaMatt |
Yeah, but I think you can't really tell if it's "running" or blocked |
15:01 |
|
MegaMatt |
I think the "running" part is not quite right.. it's more of just "In native code" |
15:02 |
|
MegaMatt |
Ah, yes - like the top answer says in that URL |
15:02 |
|
MegaMatt |
You can't tell what "IN_NATIVE" really means ... |
15:02 |
|
MegaMatt |
Ty |
15:04 |
|
MegaMatt |
Although I don't really trust/like that top answer.. would be nice to find a more definitive source ;) |
15:51 |
|
sfisque |
threads are platform dependent, how would the jvm be able to introspect a resource that is provided from outside the virtual machine? |
16:01 |
|
|
SExJ joined ##javaee |
16:01 |
|
|
SLovenberg joined ##javaee |
16:17 |
|
|
tommmied joined ##javaee |
16:24 |
|
|
tommmied joined ##javaee |
16:30 |
|
|
SLovenberg joined ##javaee |
16:41 |
|
pdurbin |
MegaMatt: it would be nice to find a more authoritative answer |
16:41 |
|
MegaMatt |
Truth. |
16:45 |
|
|
cleva joined ##javaee |
17:00 |
|
|
sross07 joined ##javaee |
17:48 |
|
|
sross07 joined ##javaee |
17:50 |
|
|
sfisque joined ##javaee |
18:11 |
|
|
lv2eof joined ##javaee |
18:50 |
|
|
SLovenberg joined ##javaee |
19:05 |
|
Naros |
found an interesting way to use OLE Automation in SQL Server to send JMS messages :P |
19:05 |
|
whartung |
SQL Server has a message queue in it? |
19:06 |
|
Naros |
I found a stored procedure called usp_httppost |
19:06 |
|
Naros |
it was posted http://www.sqlservercentral.com/scripts/31410/ |
19:06 |
|
Naros |
basically you enable OLE Automation, using that procedure you can make an HTTP POST |
19:07 |
|
Naros |
http://jawiseblog.blogspot.com/2008/09/sql-server-integration-with-enterprise.html describes how to use it with ActiveMQ |
19:07 |
|
Naros |
exec dbo.usp_httppost |
19:07 |
|
Naros |
'http://localhost:8161/demo/message/TestQ?type=queue', |
19:07 |
|
Naros |
'Hello MQ' |
19:07 |
|
|
knoppix joined ##javaee |
19:07 |
|
zoot |
hi mr mq |
19:08 |
|
Naros |
but there is some type of service broker bridge at the bottom of that last article |
19:09 |
|
Naros |
I knew you could do Java SPs in oracle, I suppose this is Microsoft's variant. |
19:09 |
|
Naros |
Cause you can embed CLR stuff into SQL Server |
19:15 |
|
whartung |
sound goldbergian |
19:16 |
|
pdurbin |
stored procedures, I assume |
19:45 |
|
|
SLovenberg joined ##javaee |
20:12 |
|
|
lv2eof joined ##javaee |
20:35 |
|
|
Quest joined ##javaee |
20:55 |
|
Quest |
I get redirected from onlinetaskboard.com/login to onlinetaskboard.com:8080/login and most of my links either break out or are appended with :8080 despite my config looks ok |
20:55 |
|
Quest |
I was informed by some apache httpd person that : you need to configure your backend not to do that. that the backend is generating the 301/302 response. the backend is issuing an explicit redirection. is not possible by apache and can only be dealt by tomcat. any clues? |
20:55 |
|
Quest |
the redirection is normal thing. like a servlet redirects response to another servlet. or page. |
21:01 |
|
Quest |
well complete question. (unanswered) http://stackoverflow.com/questions/19988178/redirection-in-apache-httpd-and-tomcat |
21:17 |
|
|
lv2eof joined ##javaee |
21:22 |
|
|
lv2eof joined ##javaee |
21:22 |
|
|
lv2eof_ joined ##javaee |
21:29 |
|
|
lv2eof joined ##javaee |
21:59 |
|
|
MegaMatt joined ##javaee |
22:22 |
|
semiosis |
Quest: do you have apache in front of tomcat? |
22:22 |
|
semiosis |
proxying? |
22:22 |
|
Quest |
yes |
22:22 |
|
semiosis |
using proxypassreverse? http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse |
22:24 |
|
semiosis |
also have you considered using AJP? |
22:24 |
|
semiosis |
personally I prefer AJP over HTTP when proxying apache in front of tomcat |
22:24 |
|
semiosis |
s/AJP over HTTP/AJP more than HTTP/ |
22:25 |
|
Quest |
the answers in the stack link covers all that6 |
22:25 |
|
* semiosis |
reads |
22:26 |
|
semiosis |
Quest: your proxypassreverse line should have the same value as your proxypass line |
22:27 |
|
semiosis |
ProxyPassReverse / http://www.onlinetaskboard.com:8080/ |
22:29 |
|
Quest |
hm |
22:29 |
|
semiosis |
i see someone gave that answer already: http://stackoverflow.com/a/19989438 |
22:33 |
|
Quest |
will be back in 15 |
22:52 |
|
Naros |
Quest: just as an FYI, mod_jk does allow you to have complete node failure support. meaning that if apache sits in front of a worker pool of 2 tomcat servers and you bring one of those servers down for maintenance, apache will automatically start routing traffic to the second tomcat node. |
22:59 |
|
semiosis |
javaeebot: later tell Naros mod_jk is deprecated. you can get that same benefit mixing mod_proxy_balancer & mod_proxy_ajp |
22:59 |
|
javaeebot |
semiosis: The operation succeeded. |
23:05 |
|
|
Quest joined ##javaee |
23:05 |
|
Quest |
semiosis, see edit 2 http://stackoverflow.com/questions/19988178/redirection-in-apache-httpd-and-tomcat |