jsp sends sms to mobile connected at COM port

hello all,

I have been using jsms api to send sms from a desktop application.

in this my java code listens to a com port fro sending and receiving sms.

I now have to develop a webapp in which my jsp code sends sms to selected user from database.

i dont know how will my webapp will listen to com port .

or rather i do not know how to proceed with this webapp.

Till now i have made a jsp page which selects users enters text to be sent and a submit button.

I am using weblogic server , jsms api for sending sms .

please help.

TIA

[590 byte] By [codeit@717a] at [2007-11-27 6:14:48]
# 1
hi> i dont know how will my webapp will listen to com port .use javaCom API to listen to COM port. use java.sun.com to download and learn about itregards-venkat
noveleraa at 2007-7-12 17:24:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hi,I have used jsms api for my desktop applications.I can send and receive sms with it.but now I now need to use it for making a webapp,I am using weblogic server , jsms Has anyone tried this before?Is it possible ?
codeit@717a at 2007-7-12 17:24:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi can u explain me how can i send SMS using that JSMS api...please can u help? i ned it very badly..how can i make use of that api..or can send me a details of that to my ID: ravikumar_8438@yahoo.co.in
ravi-kumar-123a at 2007-7-12 17:24:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4

hi am getting this error...

wat i have to do?

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 6 in the jsp file: /test1.jsp

Generated servlet error:

SmsService cannot be resolved to a type

An error occurred at line: 6 in the jsp file: /test1.jsp

Generated servlet error:

GsmSmsService cannot be resolved to a type

An error occurred at line: 6 in the jsp file: /test1.jsp

Generated servlet error:

SmsMessage cannot be resolved to a type

An error occurred at line: 6 in the jsp file: /test1.jsp

Generated servlet error:

SmsMessage cannot be resolved to a type

thankx

ravi

ravi-kumar-123a at 2007-7-12 17:24:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...