3,436 Topics

Member Avatar for
Member Avatar for suretd

Hi All, I have created a servlet HTMLBank.java which I need to display in my browser. I am using Tomcat as my server. I have saved the class for HTMLBank in: C:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT\WEB-INF\Classes\servlet But when i try to "run" my servlet in my browser, i get a message …

Member Avatar for suretd
0
1K
Member Avatar for suretd

Hi All, I have to compile a servlet WebStocks.java. It does not compile in TextPad as it cannot locate the javax.servlet packages. I have done my homework, so I know, that the servlet package I am looking for is loaded in Tomcat in my directory: C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar I …

Member Avatar for suretd
0
174
Member Avatar for Wolfy834

I've been looking over the same .htaccess codes that will not work for a subdomain. It seems not many people really know how to do a correct .htaccess (including me I suppose). I've tried: [CODE]RewriteCond %{HTTP_HOST} !^site\.net$ [NC] RewriteRule ^(.*)$ http://site.net/$1 [R=301,L][/CODE] And it requires the WWW on the subdomain, …

Member Avatar for Wolfy834
0
223
Member Avatar for gingank

I have a php file that have picture it can display on my pc when i upoload to the apache server that bundle inside but when i try to log on at other pc it can only display the text not image why ?

-1
92
Member Avatar for turkyildizi

Hello I have 3 computer network and I installed apache on the server and working properly ([url]http://localhost)[/url]. but when I try to reach another computer in the network using [url]http://localhost[/url] or [url]http://127.0.0.1[/url] or ip address of server, I receive "Forbidden You don't have permission to access / on this server. …

Member Avatar for piapoco
0
175
Member Avatar for Syakoban

I've set up a web store with a SSL cert, for checkout when the store scripts invoke https. I believe it was initially working fine before mods like adding an addthis.com link and jQuery scrpting. I know SSL requires scripts to be run as https, but the addthis link is …

Member Avatar for blud
0
167
Member Avatar for accesorius

Hi, I have a quite loaded webserver, the CPU is very low and memory usage is also low, but sometimes the page doesn't respond... Here's the info on my system: FreeBSD 7.1 amd64 1x Q9550 (quad core) 8Gb RAM top ------ last pid: 13453; load averages: 0.09, 0.08, 0.07 up …

Member Avatar for blud
0
267
Member Avatar for gingank

Hi guy can help me with this. I 'm new on using the apache web server. I upload all the thing inculde the image file when i view on my pc i can show the image very nice but when i open in other pc i cant display my image. …

Member Avatar for sureronald
0
78
Member Avatar for gingank

I create a php form that lot oif image in it and it can display to my computer but when i upload to the apache it cant show the image already why this will happen?? Can anyone tell me why

Member Avatar for almostbob
0
107
Member Avatar for shrive22

I get the following error: [B]Warning: mysqli_query() expects parameter 1 to be mysqli, string given in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\docdue\create_group.php on line 50[/B] Anyone have any ideas what is wrong? Thanks [CODE] <?php session_name("duedate_session"); session_start(); ?> <?php require_once("includes/db_connection.php"); ?> <?php require_once("includes/functions.php"); ?> <?php include("javascripts/validation.js"); ?> <?php include("includes/header.php"); ?> <?php $groupid …

Member Avatar for ShawnCplus
0
113
Member Avatar for farahshafilla

i have the below code: its appear error when i run the code: [CODE=jsp]<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ page import="java.io.*,java.sql.*,java.util.*,java.text.*,java.text.SimpleDateFormat" %> <html> <% int val =0; StringcontentType = request.getContentType(); if ((contentType != null) && (contentType.indexOf("multipart/form-data") >= 0)) { DataInputStream in = new DataInputStream(request.getInputStream()); int formDataLength = request.getContentLength(); byte dataBytes[] = new …

Member Avatar for javaAddict
0
82
Member Avatar for gingank

Anyone can help me solve this. I create a web site using css and lot of image when i upload on the apache server all the thing can not be display on my pc or in other pc when i access the address. So any genius help me solve this …

Member Avatar for zapid
0
80
Member Avatar for multicoder

My application uses many such packages which are not inborn sun packages and need to download and configure them for application to import properly. like import org.apache.commons.lang.StringUtils; or like import org.apache.log4j.Logger; etc. and also the java advanced packages like group of javax 's packages, I dont wanna to download the …

Member Avatar for multicoder
0
150
Member Avatar for gingank

Hi Everyone, I using EasyPHP now i find out it work every thing in my pc but when i open my things on other pc using the intranet i cant be display it Someone tell me why this happen? i already set the httpd.conf already but still can not. If …

Member Avatar for cwarn23
0
71
Member Avatar for That Linux Guy

A bit about me first. I'm 21 coming up on 22, have spent the last 4 years working crap jobs to pay the bills but have been moonlighting in PC repair on the side, as well as self-learning as much about a career as a SysAdmin as I can. I …

Member Avatar for goonis311
0
169
Member Avatar for juser11

Am having problem calling a simple stored proc to insert data from a java program. The insert statement works fine when called directly with prepare statement. But when I use call it through a strored proc I get an error. jar file is ojdbc5.jar. - oracle10g. Then i tried another …

Member Avatar for kvprajapati
0
798
Member Avatar for hmajidy2001

Hi PHP community. I have a PHP script on Linux (CentOS 5.2) which produces a "failed to open stream: No such file or directory" which I am out of ideas on how to solve. I am on the verge of reverting to Perl. The line generating the code is: [icode]$fh2 …

Member Avatar for hmajidy2001
0
4K
Member Avatar for camerman

Hi all. I am just beginning with PHP and I'm having some trouble installing PHP5 with Apache 1.3.29. Both finally seem to be installed and running after some tweaking of the httpd.conf file AddModule comand. However when I run a php file in my browser (IE) I get a message …

Member Avatar for b3n222
0
248
Member Avatar for geny

Hi, There is this link -> [url]http://data.giub.uni-bonn.de/openrouteservice/php/DetermineRoute_rajan.php?Start=7.0892567,50.7265543&Via=&End=7.0986258,50.7323634&lang=en&distunit=YD&routepref=Fastest&avoidAreas=&useTMC=false&noMotorways=false&noTollways=false&instructions=true[/url] ! where I need to extract text, perhaps -> <xls:Instruction>[B]Drive half left on Kaiserstraße[/B]</xls:Instruction> <xls:distance value="[B]284[/B]" uom="YD"/> (bold text). On using something like this : [code] $url="url_just_shown_above"; $output = file_get_contents($url); $xml = simplexml_load_string($output); echo $xml->xls:RouteInstruction->xls:Instruction."<br />"; [/code] I am getting error -> Parse …

Member Avatar for digital-ether
0
112
Member Avatar for nickmellor

Hi all, Good to see you all. Been out of full-time IT paid employment since 1996, working partly on websites, mainly as an Alexander Technique teacher, which I still do one evening a week. Arrival of first child, Sam, in 2005 and emigration from the UK to Australia meant working …

0
10
Member Avatar for abhi_elementx

Hello guys, I m trying to run a simple php code. I have Apache Tomcat/6.0.18 running. I dont know if it is php enabld or not. i've created a hello.php file: [ICODE] <html> <body> <p>This is going to be ignored.</p> <?php echo 'While this is going to be parsed.'; ?> …

Member Avatar for KevinADC
0
87
Member Avatar for talktoade

Hi all, my website can not be displayed due to this error. I have already uploaded it to a webshosting company. Do anyone has an idea of the problem? I have (index.html) already It is a pure html site Forbidden. You don't have permission to access / on this server. …

Member Avatar for talktoade
0
132
Member Avatar for quibbie

I uploaded all my files through Cpanel to my public_html root folder and set my permissions but my page is still not displaying when I type in the URL. I have another domain name and this is an add on domain. I have MySQL version 5.0.77-community with a separate database …

Member Avatar for kvprajapati
0
134
Member Avatar for AlexGrim

I am trying to do a Redirect with SOME Querystring Parameters Maintained. I already know how to do a redirect with ALL parameters maintained, or with NO parameters maintained, but in this particular case, i need only ONE of them dropped. For example, my old links for my old system …

Member Avatar for AlexGrim
0
186
Member Avatar for Arctic wolf

Hello everyone, I'm new to PHP and having a very basic problem of instaling the web server correctly. Now,I tried to run PHP 5.2.9 , The instalation program asked me to choose a web server and for not having much understanding in this I chose apache 2. The problem was …

Member Avatar for Arctic wolf
0
144
Member Avatar for jamello

I have a feeling this question is an age long one. Please forgive me:D I have IIS and Apache on my computer. Apache would refuse to run unless I stop IIS. I had tried changing the default port number of Apache from 80 to 8080 in the httpd.conf file but …

Member Avatar for digital-ether
0
204
Member Avatar for xav.vijay

Hi I am not sure whether this is the right forum to post, sorry if this the wrong form.... I am trying to create a jboss cluster of 2 nodes. Here is the setup required. 1. NodeA is on server1 on VLAN1 2. NodeB is on server2 on VLAN2. 3. …

0
93
Member Avatar for threat

now i'm on a network where the administrator uses squid server to block by keyword, so a whole lot of websites and file extensions are blocked, now using a proxy is a simple solution, but it is a sacrifice on speed. i remember that i read somewhere about creating your …

0
86
Member Avatar for jacobus8

Hello all, I am brand new to PHP, MySQL and Apache but I have over 25 years of software development experience on other platforms and more than 15 years of client/server, object-oriented, GUI, and SQL back-end development experience, so I feel confident that I will be able to give back …

Member Avatar for kvprajapati
0
2K
Member Avatar for TheBrenda

Looking for log4net.dll - download will not unzip I have been to [url]http://logging.apache.org/log4net/download.html[/url] and downloaded both files: incubating-log4net-1.2.10.zip incubating-log4net-1.2.9-beta.zip. Neither one will unzip. I have tried downloading twice and have used WinZip 12 and whatever comes with XP. Can anyone send me a copy of log4net.dll? bgrossnickle at@ bellsouth dot. …

Member Avatar for TheBrenda
0
221
Member Avatar for naveenduttvyas

Hello Tenchnocrats, I am getting the following error while invoking the "getSession" method of sessionmanager webservice deployed in weblogic OCSG. I have created a soap message properly but its giving error as "javax.xml.soap.SOAPException: No Security header in message but required by policy." The SOAP message created is by below code …

0
89
Member Avatar for behrk2

Hey everyone, I am going to be developing a reporting component based on a relational database. Reporting is a big thing, naturally. So I want to make sure I do it right. I have been doing a lot of research, and I want to see what you all think of …

Member Avatar for xml_looser
0
99
Member Avatar for gsarin

Hi, I have a perl-cgi script (on apache server). The script is called when user selects some arguments and presses submit button from HTML form using get method. The script inturn calls some batch files using system command and does some other things depending on the arguments selected by user. …

0
83
Member Avatar for raul66

[I]Hi everybody, I'm new in PHP coding a I want to wrote php script, which find some data in database. But it doesn't work.When I submit form to search, it's write an error: Connection not avaliable! Error 403! localhost 05/27/09 22:33:46 Apache/2.2.11 (Win32) PHP/5.2.8[/I] Could somebody help me? [COde=php]<?php error_reporting …

Member Avatar for OmniX
0
113
Member Avatar for palavi

log.info("Able to establish mail session"); props.setProperty("resource.loader", "class"); props.setProperty("class.resource.loader.class", "org.apache." + [CODE]"velocity.runtime.resource.loader.ClasspathResourceLoader"); props.setProperty("file.resource.loader.path", "/"); Velocity.init(props); Template template = Velocity.getTemplate("MarketingAlert.html"); log.info("Able to find Template."); VelocityContext vContext = new VelocityContext(); vContext.put("url", url); vContext.put("userId", createdBy.toUpperCase()); vContext.put("appName", applicationName); vContext.put("custName", customerName); StringWriter writer = new StringWriter(); template.merge(vContext, writer);[/CODE] IM working on enhancement...im getting the below exception: …

0
56
Member Avatar for dantheman50_98

Hi, I have been using the CaRP RSS to html converter and for this I implemented a number of cron jobs to keep things speedy. Recently they were all cut off due to them being a big drain on server resources. The solution to this I was told, is to …

Member Avatar for dantheman50_98
0
102
Member Avatar for jakesee

Hi, Seen many tutorials teaching how to make 404 redirect to an existing page or do a custom 404 page. How can I do the converse i.e. any file access in the root directory will return a 404? for example the following files exist, but I want to display 404 …

0
89
Member Avatar for unclepauly

im developing an http proxy in C#. my problem is reproducable outside of this language so if you can tell me of a better forum then that would be good, as i am stumped. to cut a long story short: sometimes, the response i get back from the server is …

Member Avatar for unclepauly
0
223
Member Avatar for gsarin

Hi, I have a perl-cgi script (on apache server) that is running fine when one user runs it. The perl-cgi scripts runs batch files using system command and has some other rules. How do i make it run for many users? My basic knowledge tells me that I have to …

0
71
Member Avatar for newbiecoder

Hi all, I decided to learn PHP, I am an Ubuntu user, I installed, php5, mysql, apache2.2 and phpmyadmin. But I don't know where to put the files to see them on my web browser, when I write [CODE]http://localhost/phpMyAdmin/[/CODE] I get [CODE]Not Found The requested URL /phpMyAdmin/ was not found …

Member Avatar for Tulsa
0
136
Member Avatar for UAEU Student

Hi to ALL I tried to upload file using JSP and Oracle. The first page is page.jsp which the user choose the file /////////////// [code=jsp]<%@ page language="java" %> <%@ page session="true" %> <HTml> <HEAD><TITLE>Display file upload form to the user</TITLE></HEAD> <BODY> <%=session.getAttribute("Name")%> <FORM ENCTYPE="multipart/form-data" ACTION= "upload_page.jsp" METHOD=POST> <br><br><br> <center> <table …

Member Avatar for kvprajapati
0
156
Member Avatar for gitech

Hai Friends. I want to download jar file from IIS serve(.Net) from to mobile device. in apache tomcat server i used mime as AddType text/vnd.sun.j2me.app-descriptor jad AddType application/java-archive jar in wordpad, with jar and jad. its working fine. i doknow how to use this mime in IIS, please help me …

Member Avatar for kvprajapati
0
112
Member Avatar for vebtoday

DaniWeb Home > Forums RSS Forums RSS Hardware and Software Please support our Hardware and Software advertiser: Programming Forums Our Hardware and Software forum category encompasses topics related to end-user computer technical support troubleshooting, tips and tweaks. Please be sure to always post in the appropriate sub-forum and do not …

0
58
Member Avatar for koolhq

Ok I am making a website and I have apache 2, php, mysql. I want users to be able to create a website(i got that part, it is easy) but I want user.example.com to redirect to example.com/user with a .htaccess file and sorry this is in the wrong section can …

Member Avatar for koolhq
0
152
Member Avatar for koolhq

Ok I am making a website and I have apache 2, php, mysql. I want users to be able to create a website(i got that part, it is easy) but I want user.example.com to redirect to example.com/user with a .htaccess file

0
103
Member Avatar for suse17

Hi This is my ldif file: dn: cn=Manager,dc=test,dc=com dc: test description: This is my Wonderful company as much text as you want to put in this line upto 32 K objectClass: top objectClass: dcObject objectClass: person objectClass: organization objectClass: inetOrgPerson #First Level Hierarchy dn: cn=Manager,ou=people,dc=test,dc=com dc: test ou: people description: …

0
85
Member Avatar for spox

Hello i recently tried to install apache on my old computer ... the error message he gives is ResolveServerName Can anyone help ùme with this one PLZ :cry: [URL=http://users.skynet.be/mustid/fout1.jpg]ErrorPic[/URL] [B]Edit:[/B] Pc info: WindowsMe, no internet connection, Celeron 700Mhz 256Mb Ram ... That were the error messages I searched in google …

Member Avatar for dreamluverz
0
371
Member Avatar for chicago1985

I am using Apache Tomcat 6.0.18 on a Windows Server that also has IIS. For IIS I can enable Integrated Windows authentication to fetch the Intranet Windows login username using ColdFusion. Is there a setting in Apache Tomcat I need to enable Integrated Windows authentication so I can fetch the …

0
113
Member Avatar for bimaljr

Hi I am using Ubuntu linux 8.10 I have installed Apache, PHP and MySQL on my pc and testing all scripts on my localhost by [url]http://localhost/[/url] . Currently I am creating directories for each web projects to test on my localhost. So my project can be access by [url]http://localhost/project01/[/url] and …

Member Avatar for Darkflib
0
265
Member Avatar for hassan ali

how i use apache server, php, and MySql .Tell me the procedure for installation of Apache server, PHP, and MySql

Member Avatar for cwarn23
0
144

The End.