no there is no problem for multiple web server on single machine but u have to select diffrent port for every web server
and for making servlet there is no need to web server but u need servlet container like apache tomcat .
any problem then conatct me
regards
Alpesh Patel
Hello friends
i got a problem for unicode character comparision problem.actually i want to check particular character is exist in the string or not.
here i m sendning a code just check and send me suggestion how to check it
set of unicode character.
static String chUnicode[] = {...
JSP is indirectly converted in Servlet and then executed. in your case ,your JSP is accessed by multiple action classes ,so of course it has multiple representations.
so you should make jsp as a single threaded .
so use threadsafe tag in JSP
import java.io.*;
public class RTTI {
public static void main(String args[]) {
printRTTI(new Integer(7));
printRTTI(new DataOutputStream(System.out));
}
public static void printRTTI(Object o) {
if (o == null) {
System.out.println("This object is null")...
Myself Alpesh Patel , Newbie of Java Media Framework
I want to know that , is there any algorithem which is converted MPEG to WAV file An need a format of MPEG and WAV file. Help me
We know that , in Struts FrameWork , we are inherit ActionForm class. it is a abtract class and it has many method to implement but we are not implementing single method . so why it is a abstract class and not interface.?
plz send me a reply as soon as possible
We know in Struts FrameWork , we are inherit ActionForm class. it is a abtract class and it has many method to implement but we would not implement single method .
so why it is a abstract class and not interface.?
plz send me a reply as soon as possible
i have a problem in allocation of memory in the by using a realloc function how to use it just send me a code .. for example
code :
char *ReplaceString(char* pszSource, char* pszSearch, char* pszRepl)
{
int nLenSource = 0;
int nLenSearch = 0;
int nLenRepl = 0;
char* pszReturn = NULL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.