&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
web-applications
1
vote
2
answers
48
views
Should deleting a non-existent resource result in a 404 in RESTful Rails?
In a brand new Rails application with a scaffolded RESTful model, the generated delete code looks like this: class BeersController <…
ruby-on-rails
ruby
http
web-applications
rest
asked
June 24, 2011 5:02 pm CDT
Brad
0
votes
1
answer
32
views
What is the best version of MySQL to use with twitter-like application?
You know twitter-like application in everywhere, because there are so many follow, so , what is the best version of MySQL to use with twitter-like…
mysql
web-applications
twitter
asked
June 24, 2011 5:08 am CDT
colinguo
0
votes
3
answers
30
views
Alternative to GET and POST methods to send/recieve data from a form...
I am trying to build a web application in PHP. But I dont want to use the GET & POST methods, as user shall know what and how are we sending the…
php
web-development
web-applications
mod-rewrite
http-post
asked
June 24, 2011 12:58 am CDT
user813515
0
votes
1
answer
54
views
Modifying the jdbc.properties file for a Tomcat webapp
I am trying to point a Tomcat webapp from one Oracle database to another. To do so, I navigated to the webapps/[my web app]/WEB-INF/classes folder,…
java
oracle
web-applications
tomcat
asked
June 23, 2011 4:27 pm CDT
ktm5124
2
votes
6
answers
44
views
Design Question: how to show number of users online?
Planning to develop a LAMP web application. What general strategies can I use to display the number of users currently logged in to my site? I want…
php
mysql
web-development
web-applications
asked
June 21, 2011 3:37 pm CDT
StackOverflowNewbie
1
vote
2
answers
35
views
How to make user session go on for 24 hours?
I have messed around with my apache and php.ini file and my site's users still complain about the site logging them out after a very short time or…
php
web-development
apache
session
web-applications
asked
June 21, 2011 1:58 pm CDT
Genadinik
1
vote
1
answer
36
views
Pretty urls and trailing slashes
The question is about trailing slashes in URLs. When we have a directory structure, then it is obvious - / means directory, no slash means resource.…
web-development
http
url
web-applications
asked
June 21, 2011 5:26 am CDT
Bozho
0
votes
0
answers
22
views
Problem in understanding the significance of xml file in web application
I am using jsp to develop a web application...using tomcat server... I am facing a bit problem in creating the web.xml file....what confusion i am…
xml
jsp
web-applications
tomcat
web.xml
asked
June 21, 2011 3:12 am CDT
Abhimanyu Srivastava
0
votes
1
answer
31
views
Integration of Java server application into Application Server like TomCat, GlassFish, etc.
I am working on a server application that does the following: Read data from a measuring device that is being addressed via a serial interface…
java
web-applications
tomcat
glassfish
asked
June 21, 2011 2:56 am CDT
mh
0
votes
1
answer
33
views
License web with php + mysql Solution?
i new with php , i have a project and i need make license for web source ( like vbb ). Any body have a small solution for me ( without encode) Many…
php
mysql
web-applications
web
licensing
asked
June 21, 2011 1:39 am CDT
MIF
0
votes
1
answer
29
views
Set Tomcat to die on error loading web app
Is there a way to configure Tomcat to die automatically if there's an error loading a web app (i.e. the app throws an exception), or if it can't…
java
web-applications
tomcat
asked
June 20, 2011 10:36 am CDT
dostende
0
votes
1
answer
29
views
Application Installer with Tomcat
I have a simple Java web application using HSQLDB embedded database. The application is packaged as a simple war file. part of the requirement is to…
web-applications
tomcat
installer
asked
June 19, 2011 11:34 pm CDT
Maro
0
votes
1
answer
32
views
Setup Apache web server for local testing
I have Apache2.2 installed locally What are the steps to setup the same as a web server for local testing? Like where to copy local files, what path…
java
apache
web-applications
apache2
webserver
asked
June 17, 2011 4:59 am CDT
hmthr
0
votes
1
answer
33
views
Setup Apache server for Sencha touch
I need to test my web application using the Apache web server. I need to do the testing on localhost. What all steps do I need to follow for the…
javascript
apache
web-applications
webserver
sencha-touch
asked
June 16, 2011 1:52 am CDT
hmthr
1
vote
1
answers
35
views
Web App Version in Tomcat Manager
How can I configure my web application for deployment in Tomcat so that Tomcat Manager shows the version in the table that lists all applications…
java
web-applications
tomcat
asked
June 14, 2011 12:08 pm CDT
John in MD
0
votes
1
answers
37
views
Different log levels for webapp in development / test / production stage
Our webapp has a lot of DEBUG and INFO log statments which is obviously great for development. Once we deploy the .war file to the test / production…
java
web-applications
tomcat
logging
apache-tomcat
asked
June 10, 2011 8:18 am CDT
black666
0
votes
1
answer
38
views
How do I re-direct all http requests to a mount point
We currently use JBoss 5.1 as the application server and my application is mounted on http://<host>:<port>/<myapp> . Images are…
http
web-applications
jboss5.x
httpd
asked
June 6, 2011 5:51 am CDT
Joe
3
votes
3
answers
34
views
One user per database vs single user for all databases
I'm working on SaaS application that uses the one DB per client model. It also has common "accounts" database where some basic information about the…
mysql
web-applications
saas
asked
June 5, 2011 5:46 am CDT
steelaz
0
votes
1
answer
36
views
For Tomcat 6, is context.xml for my webapp required to be in $catalina_base/conf/?
Reading through the documentation on Apache Tomcat, when I deploy a webapp it copies the webapp/META-INF/context.xml to…
web-applications
tomcat
tomcat6
asked
June 3, 2011 5:45 pm CDT
RP.
0
votes
4
answers
43
views
Application server Vs Web server
Can someone please explain to me the difference between an application server and a web server. I'm more or less familiar with APACHE and LAMP but I…
apache
web-applications
webserver
asked
June 3, 2011 6:20 am CDT
houcem
Pages
:
1
|
2
|
3
|
4
|
5
>
[8]
145
web-applications
Tagged:
web-applications
Related Tags
tomcat
× 54
java
× 39
mysql
× 33
web-development
× 27
php
× 25
http
× 20
apache
× 17
ruby-on-rails
× 6
web-services
× 6
servlets
× 5
ofbiz
× 5
javascript
× 5
spring
× 4
mongodb
× 4
web
× 4
html
× 4
java-ee
× 4
database
× 4
ssl
× 4
django
× 4
httpwebrequest
× 4
python
× 3
sql
× 3
webserver
× 3
asp.net
× 3
security
× 3
iphone
× 3
maven
× 3
authentication
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy