web server 2 « Server « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Server » web server 2 

1. web server in Java 6    forums.oracle.com

2. Java Web Server    forums.oracle.com

3. iPlanet Web server's compatibity with java 1.3    forums.oracle.com

Hi, Currently we have jdk1.2.2_10 installed in solaris 5.8. we have iplanet web server 4.1. we gonna upgrade java to jdk1.3. I need to know whether jdk1.3 will be compatible with iPlanet Web Server 4.1 or should we upgrade the iPlanet Web Server also.. P.S. : due to some reason(compatibility of java on other dependency 3rd party sws,) we not able ...

4. Variable Changes when Publishing to Web Server    forums.oracle.com

String filePath = "http://gvas400/home/sde/pdffiles/817739P1.pdf"; InputStream in = null; try { in = new BufferedInputStream (new FileInputStream(filePath)); int ch; while ((ch = in.read()) !=-1) { out.print((char)ch); } } finally { if (in != null) in.close(); // very important } gives me this error: Error Message: http:\gvas400\home\sde\pdffiles\817739P1.pdf (The filename, directory name, or volume label syntax is incorrect) What is stripping out the "/" ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.