|
|||
Hi,
There shouldn't be any problems reinstalling Apache without uninstalling JRun. To interface MySQL with JSP try: <%@ page import="java.sql.*" %> Connection connection = null; Class.forName("org.gjt.mm.mysql.Driver").newInstan ce(); connection = DriverManager.getConnection("jdbc:mysql://localhost/<DB NAME>?user=<USER NAME>&password=<PASSWORD>"); |
|
||||
ok, i got that. so, how's about if i want to connect to a oracle server. is it still the same? if could, please include examples.
and another thing, will all of the sql still the same, i mean the sql query object, not the sql statement. an example here also is really appreciated. one more thing, how to use that JRun Management Console. which is better anyway, should i stay using JRun or change to that jakarta-tomcat, since it seems that i got this one tutorial from www.visualbuilder.com where it shows that handling jakarta-tomcat is easier than JRun. opinion please... |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help: Iis & Apache | edahani | Website Programming | 2 | 05-04-2007 02:16 PM |
| Need help with Apache | patcjh | Website Programming | 1 | 16-01-2007 06:34 PM |
| PHP 4.3.2 / OS X / Apache 1.3.29 problem | kelly001 | Website Programming | 1 | 12-11-2004 03:34 AM |
| Problem with Apache | maman | Website Programming | 6 | 23-10-2004 06:27 PM |
| ASP in web server APACHE | ReaLSyLo | Website Programming | 2 | 30-08-2002 09:40 PM |
All times are GMT +8. The time now is 04:27 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.





), without uninstalling my JRun (i need this for my JSPs, for the sake of my job!
).





Linear Mode

