3,436 Topics

Member Avatar for
Member Avatar for tuse

Hi, I just installed Tomcat 5.5 and could see the default index page (with images missing) Upon running the sample JSPs, I get the following- HTTP Status 404 - Servlet default is not available In the logs, I can see a Root Cause saying something like- "java.lang.NoClassDefFoundError: org/apache/naming/resources/Resource" Basically, I …

Member Avatar for peter_budo
0
152
Member Avatar for stha2

[code=text]Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346) org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414) org.apache.jasper.compiler.Compiler.compile(Compiler.java:472) org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) root cause Unable to find a javac compiler; com.sun.tools.javac.Main is not on the …

Member Avatar for peter_budo
0
115
Member Avatar for csweb

hi ! i created a submit form in php and when i submit it this error massage is coming (apache http server stopped working and was closeed) does anyone know what to do please help.

Member Avatar for pritaeas
0
130
Member Avatar for itsgrace

I have a website running xcart ([url]http://www.mysite.com[/url]) and want to run it as a secure website ([url]https://www.mysite.com[/url]). The following are the solutions I have done: 1. I have tried to enforce SSL through htaccess but it gives me INTERNAL SERVER PROBLEM Error. 2. I have created a self-signed cert through …

0
141
Member Avatar for nettle4k

Hi, I'm new to hosting/domains so please be patient. I've written a website for a friend. That person bought a domain and hosting. The website uses wordpress. Yesterday I wanted to do some modifications but I couldn't find the website on the Internet. When I enter the address to the …

Member Avatar for nettle4k
0
109
Member Avatar for gc_don

How do i know the reply was from caching-nameserver, master nameserver or slave nameserver in BIND DNS.? Can I trace the nameserver that replied my dns query? Like I have a master nameserver, a slave nameserver and a caching nameserver in my network. Is it possible to know that which …

0
112
Member Avatar for vgd

import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; public class DerbyTest { private Connection connect = null; private Statement statement = null; private ResultSet resultSet = null; public DerbyTest() throws Exception { try { Class.forName("org.apache.derby.jdbc.ClientDriver").newInstance(); connect = DriverManager.getConnection("jdbc:derby://localhost:`1527/vineet"); statement=connect.createStatement(); resultSet = statement.executeQuery("SELECT * FROM EMPLOYEE"); while (resultSet.next()) { String user …

Member Avatar for masijade
0
208
Member Avatar for khess

I saw this article yesterday titled, "[URL="http://tech.yahoo.com/news/pcworld/20090220/tc_pcworld/studyfederalgovtcansavebillionsinitspending"]Study: Federal Gov't. Can Save Billions in IT Spending[/URL]," and feel compelled to comment. The gist of the article is that by switching to open source software, like Linux and OpenOffice.org, the federal government would save billions of dollars in IT costs. This is …

Member Avatar for nmstategov
0
483
Member Avatar for junomr2

I wasn't sure if this should go here or in the python forum ( since python will be doing the work ). I have a site where users will be able to sign up for an FTP account. I want that to call a python script to create the user, …

0
64
Member Avatar for P00dle

Hi Daniweb. I've been working on a project for quite a while, and posted many problems that I encountered on Daniweb. Thank you to all the users who helped me. Every single one of those problems where solved in less than 24 hours after posting on here. My project mostly …

Member Avatar for P00dle
0
168
Member Avatar for Arizona Web

Hi All, this is killing me and I was wondering if anybody knew how to fix this. What I need to do is mod_rewite URLs to mimich directories for variables. Easy, but what I need is to be able to handle the absence of some pseudo directories in the URL …

Member Avatar for illegal3alien
0
911
Member Avatar for veledrom

Hi, I've done this silly thing. How can I bring old setting/permissions back. Thanks advance [code] ubuntu@ubuntu:~$ sudo chmod 444 /var/www [sudo] password for ubuntu: ubuntu@ubuntu:~$ ls -l /var/www ls: cannot access /var/www/index.html: Permission denied ls: cannot access /var/www/http: Permission denied total 0 d????????? ? ? ? ? ? http …

Member Avatar for veledrom
0
1K
Member Avatar for dietdew12z

I've been building a commercial website and I'm ~30% finished, but there's a little problem I've been dealing with that I think I can stop but before I do all that I want to know if it works. So here's the deal. Right now I'm running Apache on my machine …

Member Avatar for dietdew12z
0
148
Member Avatar for asahmed

Hello, I'm new to Redirections in Apache web server, Can anyone tell me how to do the following: I want to redirect: [url]http://www.domain.com/index.php?product=(variable[/url]) To: [url]http://sub.domain.com/index.php?product=(variable[/url]) Variable is numeric, I only want a 301 permanent redirection from domain to subdomains just for that specific category. Hope someone will help

Member Avatar for FlashCreations
0
91
Member Avatar for willgr

I have developed a C++ CGI which runs fine on Apache on Win32. I would like to deploy the program onto linux. My plan is to install Wubi (i.e. Ubuntu) and compile the CGI there so that it will work on the linux server. But before I do, I need …

Member Avatar for willgr
0
239
Member Avatar for sugumarclick

hi friends, I am a novice java programmer. I am in a learning process in java servlets. But i struck into a uploading a file into (desired location) server I will show my code as some one can point out where am i going wrong. Currently im dealing with null …

0
112
Member Avatar for Rishikeshan

I am getting so much errors in php. I couldn't understand why. I re-checked all code but I am getting strange errors. The code below is provided to you under mit/x11 license for modification and distribution. ALL DERIVATIVES ARE WELCOME! :) Here is the code: [code=php] <html><head><link href="style.css" rel="stylesheet" type="text/css" …

Member Avatar for pritaeas
0
149
Member Avatar for daudiam

I compiled a HelloWorld example using QtJambi. But on running it, it said "[B]failed to unpack native libraries[/B]. The complete error was : [CODE]daud@daud-laptop:~$ java -d32 com.trolltech.examples.tutorial.HelloWorld Exception in thread "main" java.lang.ExceptionInInitializerError at com.trolltech.qt.QtJambiObject.<clinit>(QtJambiObject.java:60) at com.trolltech.examples.tutorial.HelloWorld.main(HelloWorld.java:58) Caused by: java.lang.RuntimeException: Loading library failed, progress so far: Unpacking .jar file: 'qtjambi-linux32-gcc-4.6.3.jar' Checking …

Member Avatar for daudiam
0
251
Member Avatar for vponnoju

Hello All, I am not sure, if this is the right place to post this query. If not, please redirect me. Here is the brief explanation of I have a web application (GWT application) project in Eclipse. I have a server side code which interacts with LDAP directory for some …

Member Avatar for vponnoju
0
279
Member Avatar for anony

I am trying to host a GWT project but all in vain. Whatever i do the screen doesnt appear except for the loading symbol. I am trying to host a dummy project for testing. My hosting platform is windows. i am using filezilla to transfer the gwt files

0
110
Member Avatar for khess

When I started exploring Linux back in 1994-1995, there were very few resources available and many of the problems I experienced didn't have solutions. That was a long time ago. The situation has changed for the better. These days, there are plentiful resources for those new to Linux or for …

Member Avatar for dokma
0
900
Member Avatar for aads

I am a noob looking for some help. I inherited a website with some Symlinks settings in the .htaccess file but i dont know anything about the. I tried google but I can't figure it out. If anyone can give some help as to what the following is doing I …

Member Avatar for aads
0
99
Member Avatar for davidscr

Hi, i realized a web service with xfire library, tested with a simple client simulator and with xmlspy. Now another client try to invoke the service, but this is the error that i can read on Tomcat catalina log. Can you help me to understand where is the problem? Thanks …

0
108
Member Avatar for Nitu Khanna

Dear All, I am new to hibernate. Please help me out in solving the following error: [Fatal Error] :5:2: The markup in the document following the root element must be well-formed. C:\Documents and Settings\Neetu.Khanna\My Documents\NetBeansProjects\HibernateExp\nbproject\build-impl.xml:584: Deployment error: Tomcat configuration file C:\Documents and Settings\Neetu.Khanna\My Documents\NetBeansProjects\HibernateExp\web\META-INF\context.xml seems to be broken. Please make …

Member Avatar for JamesCherrill
0
645
Member Avatar for Krstevski

Hello friends, I have a small problem, I don't know how to configure the server to run python scripts automatically every 1 hour. I use Ubuntu LTS OS, Apache2 server and now I want every 1 hour to run read_rss.py Python script automatically. Do it possible with apache (and if …

Member Avatar for ryan461
0
117
Member Avatar for MoZo1

I have the following scenario: There are several trips, each with several people, and each people has several data, like... idk., height, weight, hair color, and of course passport number, name... So the point is to retrieve these from several sources, store them, then make statistics. I'm only interested in …

Member Avatar for MoZo1
0
112
Member Avatar for jamesl22

Hi, I have a problem with my apache install on Ubuntu. It finds index.php by default but not index.html or.htm I tried adding DirectoryIndex index.html index.htm index.php to apache2.conf but that didn't work. It just give a Forbidden Error unless there is an index.php present. Regards, James

Member Avatar for ahromi
0
11K
Member Avatar for khess

Do you consider yourself to be fairly familiar with the [URL="http://www.debian.org"]Debian[/URL] Linux distribution? I thought I was familiar with it enough to know its origin and history, how its name was derived and that Richard Stallman, the Father of the [URL="http://www.fsf.org"]Free Software[/URL] movement, uses a Debian derivative ([URL="http://www.gnewsense.org/"]gNewSense[/URL]) for his …

Member Avatar for AndreFelipeMach
0
2K
Member Avatar for vibhaJ

Hi all, My site is on dedicated server by fasthosts.co.uk. i get email from host server that my site has been placed on the Spamhaus SBL. below is the content for that: [CODE] >> Web bot: port 80 >> IP address 217.174.241.205: on fasthosts.co.uk/live-servers.net >> Canadian Pharmacy spammer[s] are using …

Member Avatar for Stefano Mtangoo
0
157
Member Avatar for P00dle

I need to use log4j and I have already imported the .jar, and added the necessary code to my project. I get the following warnings when trying to run my program: log4j:WARN No appenders could be found for logger (multithreadsprocessor20.MultiThreader). log4j:WARN Please initialize the log4j system properly. log4j:WARN See [url]http://logging.apache.org/log4j/1.2/faq.html#noconfig[/url] …

Member Avatar for P00dle
0
112
Member Avatar for 68thorby68

I believe there may be something wrong with my PHP.ini as I can create cookies using the setcookie function but cannot access the cookie using the COOKIE function. Please note: I have enabled cookies in my browser I then have 2 very simple scripts in separate files file 1 [CODE] …

Member Avatar for 68thorby68
0
8K
Member Avatar for Namibnat

I am new to working with Django, and have found it really fun and interesting to develop with. But I have been trying to upload it to a hosted server and just not getting it to work. I have followed the instructions they give, but just not getting it to …

Member Avatar for Namibnat
0
223
Member Avatar for blaner

I'm getting the below on just the one file that is downloadable (href link to gzipped file). All other files are good for downloading. Only real thing that I can see is that it's a huge file compared to the others (2.8 gig vs .684 gig on average). ============================= Forbidden …

0
126
Member Avatar for esakazmi

Hi, I am using http 2.2.3 version and configure SSL and client certificate on that. But when I am accessing the domain https its getting connected from those machine too on which client certificate is not install. So can any one guide me Step by step to generate SSL server …

0
71
Member Avatar for whitestream6

How do I get IIS 7.0 to run virtual hosts as in Apache? I've tried the hosts file but it doesn't work, and using Apache's reverse proxy didn't help either - as suggested elsewhere on the net. Anyone able to figure this one out? Thanks!

Member Avatar for dizid
-1
129
Member Avatar for fuggles

I have my FTP server set up and I created a user called ftpsecure and added the name to the list of users in vsftpd.conf. I type in the IP in my Web Development studio and the username and password. It connects and displays my FTP welcome message but then …

Member Avatar for rch1231
0
158
Member Avatar for BlueCharge

Hi everyone, So i have the following code which is used so i don't have to have .php at the end of my files and also more importantly to view members profiles by having there username after my domain. Unfortunately if the user has a space in their name you …

Member Avatar for sourcebits
0
153
Member Avatar for ryan461

I'm trying to setup diskless Windows XP for some workstations. I'm following this guide based on Win98: [url]http://silent.gumph.org/content/4/7/071-diskless-windows-pxe.html[/url] I'm using Ubuntu 10 in a virtual machine as my PXElinux server. I've tested network boots with a laptop, and other virtual machines. When trying to boot a windows boot floppy at …

0
76
Member Avatar for Jake Windu

Sorry if I am posting in the wrong forum. Hi, my computer has two hard drives on then. One hard drive has Windows XP and the other will have Ubuntu 10.04. I want to host a web server on the second hard drive with Ubuntu and want it to be …

Member Avatar for Hameshangel
0
149
Member Avatar for lanitooot

will an old pc with 1.6GHz winxp sp3 608MB RAM 80GHD work with installed programs like visual basic 2010 edition, mysql5, php, apache, phpmydmin. is there any possiblity that it would crash? needs a good answer asap. thanks

Member Avatar for lanitooot
0
179
Member Avatar for khanrock

i am installing php-joomla with apache on my system. m continuously getting the problem with mysql connectivity. The prob is: "Unable to connect to the database:The MySQL adapter "mysql" is not available." I have installed all the things & have also included dll extension of mysql. Please suggest a solution..

Member Avatar for ekseks
0
71
Member Avatar for java_programmer

I am writing a web service using apache axis which will accept a XML Message , process it and return another XML Message. But I am not getting any hints how to describe the input and output in WSDD file. Could anyone please suggest?

Member Avatar for sam2011
0
153
Member Avatar for preetg

hi.. i m getting parse error ...... can anyone help me how can i remove it........... [B]Parse error: parse error in c:\apache\htdocs\newhr\attendnce.php on line 21[/B] [CODE] <?php mysql_connect("localhost","root","root"); mysql_select_db("master"); $dates = array(); $employee = array(); $attendance_record = array(); $getdates = "select * from mar10 order by Date" or die(mysql_error()); $dates_resultset …

Member Avatar for amitrohilla
0
690
Member Avatar for dietdew12z

I don't know if there is something unstable about using $_SESSION variables or not, but I've written user management scripts for my website, most of the time everything works okay but sometimes my server goes off on it's own and I can't load any pages on my server until I …

Member Avatar for dietdew12z
0
313
Member Avatar for learner4ever

Hi, I am getting an 500 internal server error when using the redirection code in my HTACCESS file.Given is the code i am using: RewriteEngine On rewritecond %{http_host} ^domain.com rewriterule ^(.*)$ http://www.domain.com$1 [r=301,L] I also have already following lines of code in my htaccess file: # -FrontPage- IndexIgnore .htaccess */.?* …

Member Avatar for whiteyoh
0
132
Member Avatar for RobotFX

Hi! Since I've changed the os to centos (from ubuntu) the include and require functions don't seem to work properly in my php scripts... so some of them are useless now. To explain better, it works only if I give the full path to the included file - so if …

Member Avatar for Borzoi
0
161
Member Avatar for zer0cool

Hello, Here is my problem: I have copied a web site onto my development server. All the images and files are called using absolute paths, for example: <img src="/images/picture.jpg" /> So it's trying to do this: [url]http://www.localhost.com/images/pictures.jpg[/url] When I want it is actually suppose to do this: [url]http://www.localhost.com/client/folder/images/pictures.jpg[/url] How do …

Member Avatar for Zagga
0
158
Member Avatar for PeterKerk

I'm running MSSQL Server 2008 I did this: set CLASSPATH= C:\Program Files\Microsoft SQL Server JDBC Driver 3.0\sqljdbc_3.0\enu\sqljdbc4.jar (I dont know where I can check if this has been executed correctly) Then when approaching this URL: [url]http://localhost:8983/solr/db/dataimport?command=full-import[/url] Using this data-config.xml: [code=xml]<dataConfig> <dataSource driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://localhost:1433;databaseName=wedding" user="sa" password="r00kw0rst" /> <document name="weddinglocations"> <entity name="location" …

Member Avatar for parry_kulk
0
609
Member Avatar for smiler89

hello, i am building a website using mysql and php on an apache web server. The site has over 100 index pages for differnt parts and content of the site. one of the problems i am having is i have to write the navigation bars in for each page, and …

Member Avatar for EverWebby
0
200
Member Avatar for MWE_QUE

I'm going through SAMS Teach Yourself PHP, MYSQL, and Apache all in one and I can't seem to get this example to work, which is used again in the next lesson. I usually type them in by hand as this one, but I've also tried cutting and pasting and removing …

Member Avatar for MWE_QUE
0
127

The End.