Selva Prakash

Ranch Hand
+ Follow
since Sep 03, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Selva Prakash

hai friends,
I like to know, is there any option to auto redeploy in jboss4.0.2 when i am changing the class and ApplicationResouces files.
because when i am doing the small change in class file , i need to restart the jboss. It very time consuming process.


kindly give me your suggestions...

thanks in advance.
12 years ago
i want to know the detailed folder structure .. thats it.. if we need to use .aar file.. what it should contains. and any other files should be placed in WEB-INF?
13 years ago
ok.. thank you..
13 years ago
friends, any suggestions.....
13 years ago
hai friends,
i am new to webservice. now i am trying to do simple sample application using axis2 in eclipse.
i want deploy my service in tomcat7 server with out using any tools and .aar files ( as like we are doing for jsp and servlet.. just copy files as per the deployment structure).
i have tried in google to get the deployment folder structure for webserivces.. but nothing is use full..

kindly tell me the deployment folder structure for webserivces? thanks in advance..........
13 years ago
thanks for your reply. but my question is , like function calling, i need to pass some value from servlet2 to servlet1. is it possible?
13 years ago
ok.. this is asked by interviewer...
is any other way to call servlet from another and send back result to called servlet..?
13 years ago
using HttpServletResponse.sendRedirect(destination);
13 years ago
hi friends,

from servlet1 , i am calling servlet2, doing something in servlet2.
is it possible to send result from servlet2 to servlet1?.

thanks in advance..
13 years ago
hai,

in server daily one html will be created. so based on the date , i am showing the page using location.href
if the file is not generated for one day, i am getting page not found error.

how can i find, if the file is not found in server using script or location.href mentioned page is not found

thanks in advance
please post your suggesions...
13 years ago
hi,
i am using apache2.2 and jboss 4.2.2 version. apache supports http1.1 version...
in adobe docs, they mentioned
" The streaming AMF and HTTP channels are HTTP-based streaming channels that the BlazeDS server can use to push updates to clients using a technique called HTTP streaming. These channels give you the option of using standard HTTP for real-time messaging. This capability is supported for HTTP 1.1, but is not available for HTTP 1.0. "

but it is not working , any configurations to be done for this...
kindly post your suggesions...
13 years ago
hai ,

i am using apache as webserver and jboss as application server. i have desinged application like, client server messaging using streaming amf channgel.



Services-Config.xml,



<channel-definition id="streaming-amf" class="mx.messaging.channels.StreamingAMFChannel">
<endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/streamingamf" class="flex.messaging.endpoints.StreamingAMFEndpoint" />
<properties>
<idle-timeout-minutes>0</idle-timeout-minutes>
<max-streaming-clients>1000</max-streaming-clients>
<server-to-client-heartbeat-millis>5000</server-to-client-heartbeat-millis>
<user-agent-settings>
<user-agent match-on="MSIE" kickstart-bytes="2048" max-streaming-connections-per-session="500" />
<user-agent match-on="Firefox" kickstart-bytes="2048" max-streaming-connections-per-session="500" />
</user-agent-settings>
</properties>
</channel-definition>



if client subcribing for the message using jboss ip , messaging is working fine.

if client using apache ip for subcribing message, the messaging is not working.

my question is any configuration needed sending and receiving messages through apache server.

because if client directly connect with jboss, messaing is working..otherwise it is not working


thanks in advance.
13 years ago
hai,
i am developing one application, in that when supervisor change the state(like approve, reject) of an request that time , we should show an popup alert to the requested user (like your request approved/rejected). which technology can we use to achieve this in flex..

kindly help me regarding this... thanks in advance.....
13 years ago