Hi,
could you help me, please?
I have a doubt.
Client --> proxy --> HTTP server
When the client write in the browser the URL to access to a page in the HTTP server, how is redirected to the proxy? (I don't know if it's really redirected) How does it works?
Where could I get information...
Hi,
please, if anyone could give me any response.
1. How could I set <PARAM NAME=name_of_a_property VALUE... with ActiveX Control Pad?
2. I have to read a file .txt from a URL to save information in memory. Do I need sockets(winsock or WinInet?)?
3. ActiveX Control Pad adds <PARAM...
Hi,
I really need help :( . I would be very grateful.
I've made an activex control (using mfc)
It appears in my the web page but it seems that I don't set the property properly because mymethod has a MessageBox to show the value of the variable and it appears nothing in it (although it works...
Hi,
one more question:
If I set a VPN between, for instance, Vodaphone and my gateway, does it means that users only can connect if they have a Vodaphone mobile?
It's because I'm working on the design of a WAP platform and one option is setting a VPN between a telephone operator (like...
Hi,
where could I find information about the price of a WAP gateway or SMS gateway.
I've not be able to find it.
At least, I'd want to know more or less the price.
Thanks in advance.
Davinia.
Hi,
I hope you could help me, please.
I'm looking for the design of a platform to access to a intranet via WAP and also the way for sending SMS by means of an application.
To send SMS, I think I have two options:
- Connect to a SMSC
- Do the connection to the GSM/GPRS/UMTS network by means of...
Hi,
I need information about the hardware needed for installing a wap/sms server, please.
I've not be able to find the information I need.
I know that for a wap server is needed:
modem GSM/GPRS + RAS + software for gateway wap + web server
It is the same for a SMS server?
Do I have to...
I wrote the same code but:
DataSource ds = (DataSource)ctx.lookup("jdbc/OracleSample");
Connection conn = (Connection) ds.getConnection("user","password");
In JDBC Provider List:
Implementation class name:
oracle.jdbc.pool.OracleConnectionPoolDataSource
Any idea, please? :(
This is my code:
java.util.Properties parms = new java.util.Properties();
parms.setProperty(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
Context ctx = new InitialContext(parms);
DataSource ds =...
Hi,
I've found this code in a manual of websphere, but it seems that it doesn't find jdbc\OracleSample:
Could you help me, please? I would be very grateful.
// Retrieve a DataSource through the JNDI Naming Service
java.util.Properties parms = new java.util.Properties()...
Hi,
first of all, I'm sorry for my english.
Could you tell me how configurate websphere and jdbc?
DriverManager.registerDriver (new Oracle.jdbc.driver.OracleDriver());
conn = DriverManager.getConnection ("jdbc:oracle:thin:@host:port:SID", "user", "password");
but I get "JavaCompile oracle...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.