Hi All,
I have developed a web service and deployed successfully into tomcat and is working properly.
it can be accessed as
http://localhost:9091/helloService/hello?wsdl
Now i need to expose this web service as a NT service,Also i need to access this service as the same way as above.
I tried windows wrapper service ... but i was not able figure out on which port it runs and how to...
User Profile
Collapse
-
webservice as a NT service
-
i fixed the issue, it was due to the firewall in my network -
can any one give some idea on this, I also tried by setting the auth as true and setting up the authentication detailsLeave a comment:
-
How to connect to smtp server?
hi,
I am new to java networking, i tried to send a mail from my java program,in the code i set debug to true
i get the following error
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "smtp.gmail.com ", port 465, isSSL false
i have no idea why this is coming even after i set the proper server name and the port.
any suggestion is most welcome,... -
Code:import java.io.BufferedReader; import java.io.InputStreamReader; public class SysRead { public static void main(String[] args) { String x; System.out.println("Enter a digit"); try { BufferedReader x1 = new BufferedReader(new InputStreamReader(System.in)); System.out.println("Entered Value:" + Integer.parseInt(x1.readLine())); } catch
Leave a comment:
-
try this
if(document.get ElementById('ch kA').checked) {
var txt = document.getEle mentById('txtA' ).value;
if(txt.length<1 ) {
window.alert("E nter Fresh Activation Days");
txt.focus();
return false;
}
}Leave a comment:
-
How Build Class Hirearchy
I have three entities
1.Subject
2.Teacher
3.Student
relationship is
A student can have n number of teachers
A Teacher can have n number of students
Both Student and Teacher can have n number of subjects.
How would i build the class Hierarchy.
Thanks in advance -
thanks Frinavale
if i am not wrong... it would get submitted twice,but since the object is already found in the session another instance is not created.so there is no response to the second click.
please clarifyLeave a comment:
-
JSP what will happen if i click submit button twice
Hi All
I have an interview question
What will happen if i click the submit button twice in a JSP. Will the second request be processed or not.
Thanks
new learner -
-
I am sure that my question speaks JAVA. If you can understand ... I am speaking about JSF component and not awt.
I need to read labelname of a JSF COMPONENT.... understood??...Leave a comment:
-
get the label value of an output text
Hi All,
I am using JSF frame work.... and need to get the value of a output label
I tried getcomponent.ge tvalue and many more.....
Nothing has worked out...
i there any way to get the label parameter
I set the value of the label through label properties .. it would be great if i can get the path of the value atleast
Thanks
Shasi -
set focus for a component from action class JSF
Hi all,
is there any way to set focus for a HTML component from action class in JSF frame work.
The Requirement is
I validate a input text using a4j . if there is a validation error then i need to set focus back to the same component where the error occurred.
OR is there any way to set foucs dynamically in a4j tag itself.
Thanks
Shasi -
Can u give the structure of the XML that has the city and state combination.
Are u parsing the XML using javascript or PHP?Leave a comment:
-
thts fine... thanks...
but my concern is after c2=c3... since both are one and the same. will there be a garbage collection on either c2 or c3.
If c3 is collected is c2 still valid bcoz c2 & c3 are pointing to the same point
Another doubut too....
If either c2 or c3 is deleted... will c1 will also be deleted as c1 is also the same as c3 and c2
Eagerly waiting...Leave a comment:
-
if c2 and c3 are pointing to the same block of memory... thn, if suppose c3 is deleted by garbage collection . is c2 still a valid object and can the methods be accessed even when c3 is not available.Leave a comment:
-
assinging objects
i have the following code
public class Check_Garbage {
String a ="Check_Garb age ";
public static void main(String args[]){
Check_Garbage c1 = new Check_Garbage() ;
Check_Garbage c2 = m1(c1);
Check_Garbage c3 = new Check_Garbage() ;
c2 = c3;
}
static Check_Garbage m1(Check_Garbag e obj1){
... -
tnx for the reply... i was going around for this for the past two days...Leave a comment:
-
what object to create in firefox to access a file
hi all,
what object to create in firefox to access a file in the client system.
Looking forward ...
Thanks in advance for the reply.. -
HTTP request failed! HTTP/1.0 400 invalid headers received from the browser
Yes
my code is
$url = 'http://www.bbc.com';
$page = file_get_conten ts($url);
echo "Type of ".gettype($page );...Leave a comment:
No activity results to display
Show More
Leave a comment: