3,436 Topics
![]() | |
[B]Now playing:[/B] AC/DC Black Ice [B]Now reading:[/B] Wikinomics [B]Now browsing:[/B] Fedora 9/Firefox 3.0.2/Gnome [B]Editors/IDES/tools used today:[/B] Vi, Gedit, Emacs, Bluefish, Visual Studio (BizTalk), Notepad, DBVisualizer 6.1, Xlint, xsltproc, Microsoft SQL Server Management Studio [B]Languages used today:[/B] TSQL, Bash, XSLT, XML, pgsql [B]Operating systems used today:[/B] Windows 2003 (64/32 bit), RHEL … | |
| |
Hello all! I was working using php code and then realized that I wanted to add multiple combo boxes so I found an already written javascript code and decided to use that. However, I am using sessions and want to collect the data from what they chose to follow thru … | |
I have to update 5 tables simultaniously which are inter related with each other. My requirement is if all tables are updated successfully then all the updates will be commited. if any one of the query is failed due to some reason all the queried should be rolledback. The way … | |
Hello all, I have requirement of accessing [url]http://localhost:8080/tc/webclient[/url] using Domain server name say [url]www.tc.emerson.com[/url]. Domain Name has been already configured in etc\host. tc ear has been deployed in jboss-4.0.1sp1. I'm using Apache2 to virtual host for my jboss-4.0.1sp1 Application Server. Issue is, when I run [url]www.tc.emerson.com[/url] in browser, it is … | |
Hi guys Using socket programing i am trying to write a proxy server. when i start to read headers that has been sent from the browser it will initially dispaly some headers and after that it goes blank. simply becomes idle .. it does not return the controle to the … | |
i was trying out how to configure manually postgreSQL and mySQL database servers into Apache with php as a module. luckily i was successful in configuring those things. however, to have better management on mySQL databases in tried to install and configure phpMyAdmin. but i always encounter error (attached image … | |
hi guys, i have problems regarding PHP. I cant connect the php page with mysql database. I have installed everything as far as I know. i have changed the conifiguration files. but still i cant access the database via the pages! im creating a recruitment site(job search) and people should … | |
Dear community, I am not so good at Linux, but I have some problems: What I want is just a Complete Email Server for Mass Mail distribution to my Customers. I have purchased a VPS (Virtual Dedicated Server) with Webmin. I have Installed Vsftpd, Postfix, Dovecot, Spam Assassin, Clav AV, … | |
| |
I have some C code that, when compiled under Linux, works perfectly as a CGI. This same source compiles perfectly with Visual C++ producing an exe. My question is how do I use this as a CGI in a Windows, Apache environment. Can I just place the exe in the … | |
Hi, Unable to connect to MSSQL through PHP+ADODB+APache in my laptop. While the same is running fine in the server. Checked the SQL it is running fine. Can anybody help me? | |
I've already installed apache server, php and mysql and they are working. I can't configure php and mysql to work together. When I run the test, I receive the message: "Fatal error: Call to undefined function mysql_connect() in C:\apache\htdocs\mysql_test.php on line 9". What can I do? | |
Hi, I'm having a small problem. After installed a routine system update, which included the newest Java update (though I'm on 10.4.11) I have lost access to my localhost! I thought it was a problem with my server, so I installed another server using MAMP, and through MAMP I can … | |
hi all, I have been trying to convert my phpnuke setup over to mysqli.I am running it as mysql at the moment on apache 2.2.9, php 5.2.6 and mysql 5.0.51b.I have attached the unmodified file as i have been playing for a week and have got no closer. is it … | |
I have a Form input field in my JSP:[code] <input name="nickname" type="text" value="<%= NameClass.getInfo() %>" /> [/code] How do I make sure this data is escaped correctly to be able to show quotes and apostrophes. I tried slash in front [b](name=\"nickname\")[/b] and it didnt work. I dont have JSF,Struts, JSTL, … | |
What happens if you install 2 servers on one machine eg: pws and apache - which one is localhost? | |
Hello, I am using windows XP SP2 and I am having trouble with explorer.exe, it keeps restarting every 5 seconds and comes up with an error message saying it cannot find winlogon.exe in "C:\WINDOWS\winlogon.exe". Here is my hijack this report: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 00:47:34, … | |
I want know more about session and cookies. How it maintain and what is it use using php. where all session variables are stored in differnet web server. How session is maintained in Apache server and ISS server. All depth information about server with example. Please give me some url … | |
I installed DHCPD 3.0 on my server running Ubuntu Server, but I don't know how to configure it properly. When I configure dhcpd.conf to use a sample subnet, dhcpd gives me an error about not being set to listen on eth1. The server has four ethernet ports, eth0 is connected … | |
Hello, i'm quite new in the forum and also in the matter. I followed a few tutorials and guides to set up a web server using Apache. I think I've done it all. I installed the package. Did the port 80 forwarding. I'm using DynDNS for my dynamic DNS. I … | |
Apache Axis2/Java, is a popular open source Web service engine. It currently supports xposing services written in Java, Javascript and Ruby as Web services. This [URL="http://wso2.org/library/articles/deploying-python-service-axis2"]article[/URL] discusses the Python data Binding that enable exposing Web services written in Python. | |
Hi all, I'm very new in this area and I'm looking for some help. What I eventually want to do is upload a file from my java application to a server, for the moment I've installed Apache on my local machine for development/testing. The way I see this working (please … | |
Hi, I have project where a part is to make a maven 2 plugin for files to escape HTML content and generate a new file. I did it, to do this I used apache-commons-lang 2.4 library. But there is a new requirement now. They want to use it on a … | |
Hi. I am using windows XP apache 2.2.9 on port 8080 tomcat 5.527 on port 8000 and everything OK. but when I add this line in the httpd.conf file: [CODE]LoadModule jk2_module modules/mod_jk2.so[/CODE] then I can not start apache again. what should I do? | |
Hello, I have to base64 encode a large quantity of data and include it in the XML response of the webservice.The WSDL define the XML element in the following way: [CODE]<xs:complexType name="MessagePart"> <xs:simpleContent> <xs:extension base="xs:base64Binary"> <xs:attribute name="contentType" type="xs:string" default="text/plain" use="optional"/> <xs:attribute name="length" type="xs:int" default="0" use="optional"/> <xs:attribute name="offset" type="xs:int" default="0" use="optional"/> … | |
Under Apache 2 on my PC's WAMP development environment I've managed to turn off directory indexing so that a Forbidden message is displayed whenever I access a URL such as http://127.0.0.1/ If someone can point out what needs to be changed in my httpd.conf file, or what typo's I might … | |
Hi, I was wondering if anyoune could give me some code example for this situation: I have XML parser, which accepts java.io.file data structure. I need to upload XML file and made it into file structure so i can parse it by written method or upload file into MySQL database. … | |
Hello, I recently had a malware problem. I believe I've removed it from my system, but the damage was done. When I try and run Firefox or Internet Explorer, I get the following message and they won't run: [quote]The procedure entry point SetupDiDestroyDeviceInfoList could not be located in the dynamic … | |
Hi All, I am looking for an open source system (preferable combinations is Windows, Apache, MySQL, and PHP), to suit (as close as possible) to my adverticement development for yellow page directory, my requirement is below: [U]Our company name:[/U] MAC [U]Our Client name:[/U] Alpha [U]Project duration:[/U] 5 years [U]Project Descriptions:[/U] … | |
Kind of weird what is happening really! My computer and internet seem to be working fine, then for the last few days, the internet will just stop working. It won't slow down, nothing strange happens on the screen that I can see, but all of the sudden my internet drops. … | |
I have Installed apache http server 2.2.4 [COLOR="red"][B]on[/B][B] Windows [/B][/COLOR]and configure the doc_root to my htdocs directory and its working fine. But when is add these lines in httpd.conf file it gives error. [COLOR="green"]LoadModule php5_module "C:/php/php5apache2.dll" PHPIniDir "C:/php" AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps[/COLOR] It gives error like"[B][COLOR="Green"]server cant load … | |
Hi, I am trying to install the ApacheDS and Apache Directory Studion silently. I hav found a post on this board with a very similar request. But there were the Solution for the Apache silent Installation with an msi-file. Both of my installation files are exe-files and in the documentation … | |
In my oracle, there is a table : locations( city varchar2(10), country varchar2(10)); executing the following script results the desired column. [code=php]<?php $link = oci_connect('SYSTEM', 'abracdabra', 'orcl'); $s = oci_parse($link, 'select city from locations'); if(! $s) { $e = oci_error(); var_dump($e ); } oci_execute($s); $res = oci_fetch_row($s); while($res) { echo … | |
Hello! please help to stupid girl who first time work with WSDL I need to send data, but I can't do that. I have wsdl file (under - sorry that that's so long) who I get from server side I can operate with function testEcho - that is work correctly, … | |
Hi, I have set up a URL rewriting rule for my website: [CODE]RewriteRule ^([A-Za-z]+)/([A-Za-z]+)\.html$ /main.php?Area=$1&Page=$2[/CODE] Which works fine if I request a page like [url]http://mysite.com/folder/something.html[/url] it would show [url]http://mysite.com/main.php?Area=folder&Page=something[/url] but I want to also be able to pass the rest of the query string so something like [url]http://mysite.com/folder/something.html?Bob=Jim[/url] would pass … | |
I am working on a web site where I have this requirement to convert audio files into mp3s. The following audio formats are to be converted into mp3: .wav, .wma, .aac, .vox, .aif, .amr, .ogg, .aiff I am using an audio converter called AudioCommander ([url]http://www.mystikmedia.com/audiocommander.asp)[/url], calling this tool on command … ![]() | |
Can anybody please tell me about the url masking. Is is just same as url rewrite? I need it in my recent project to hide the URLs that goes from my website to another. help required!! Thanks in advance :confused: | |
Hello, I have been scouring the web trying to find as much information on mod_rewrite as I can, but the solutions I have found do not suit my need. I have a website that has been up for almost 3 years, and I am having a hard time getting pages … | |
![]() | Hi All, I am very new to the web-server world with a decent level of understanding in www and little knowledge on Unix. I have a laptop 1.5GHz, pentium core 2 duo, with Ubuntu installed in it. I have a DSL connection and I dont have a domain name. I … |
I am relatively new to XSLT, but I have a problem which seems very strange to me and I hope you will be able to help me out. I have an xml file which contains information about the x and y sizes of sheets in a document and x and … | |
Can someone help on how how to build an intranet for my php website for more than two computers, so that all the computers can access the same web content on the local server. I tried but I got errors telling me the website cannot be accessed even when I … ![]() | |
![]() | I migrated blogs from serendipity to wordpress. In doing so, I went from one url schema to another. Serendipity: [CODE]http://example.com/index.php?/archives/111-Example-title!-of-POst.html[/CODE] Wordpress: [CODE]http://example.com/example-title-of-post/[/CODE] Notice that it needs to have caps removed and all punctuation except the '-' removed from the URL. Now the nearest I can come up to with this … |
This is the error what i get when i try to run my project: [CODE]Local Exception Stack: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.0.1 (Build b04-fcs (04/11/2008))): oracle.toplink.essentials.exceptions.DatabaseException Internal Exception: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/varad1 Error Code: 0 at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:305) at oracle.toplink.essentials.sessions.DefaultConnector.connect(DefaultConnector.java:102) at oracle.toplink.essentials.sessions.DatasourceLogin.connectToDatasource (DatasourceLogin.java:184) at oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource (DatabaseSessionImpl.java:582) … | |
i tried installing apache 2.0.48 and php4.3.2. apache works fine but when i click the "PHP info" link from the php page after installation, 1.in Internet Explorer- the File Download dialog box appears asking if to "save" or "open". 2.in mozilla- the script is displayed on the browser instead of … | |
Hi, I have a folder on my server protected by Apache Basic Authentication, and a third party script in another folder that uses the same username and password for access. I would like to be able to click on a link or button on a page in the protected folder … | |
Hi I had IIS and test Director installed and this setup was working fine. then one of my friends installed xampp (apache friends) and now test director is not working. may be the problem with the IIS as when i enter the address of localhost it says it is unable … | |
I'm trying to step-up a simple servlet that processes a get action from a form. When I click on the submit button I get the message. [QUOTE] [B]HTTP Status 404 - /jhtp6/welcome1[/B] [B]type [/B]Status report [B]message[/B] /jhtp6/welcome1 [B]description[/B] The requested resource (/jhtp6/welcome1) is not available. [B]Apache Tomcat/5.0.25[/B] [/QUOTE] I also … | |
Hi guys, I've been fiddling with Perl for the past 2months and still I have difficulty with it, I've read 3books already but I'm kinda in the deep end cause I'm in a working environment. I'm currently working on this: [CODE]#!/usr/bin/perl print "Content-type: text/html\n\n"; #all variables starting with 'i' are … | |
hi I am just wondering how I can test the mail( ) fucntion on my local host without any email program. Is it possible? Basically here is the code that I used(firefox shows the error message: Firefox doesn't know how to open this address because the protocol (c) isn't associated … |
The End.