User Profile
Collapse
-
I am having the same kind of problem if anyone can provide the help it will be great helpful........ ....... -
urgent help required........please read??
Actually the problemt is with the catalina_opts:
set CATALINA_OPTS=% CATALINA_OPTS% -Dsun.io.useCano nCaches=false
giving error windows cannot find -Dsun.io.useCano nCathes=false
tell me the reason of this fault.........i have set the path of Java_home & catalina_home. -
I have also set the path of JAVA_HOME=C:\Pr ogram Files\Java\j2re 1.4.2_10 .Guide me through this problem...it is urgentLeave a comment:
-
problem in running admin file that is created at time of installation.
I am new to both java andb apache tomcat.i am presently using apache tomcat 4.1.31 & j2re-1_4_2_10.when i am running http://127.0.0.1:8080/admin/login.jsp or admin file i am getting the following errors:
org.apache.jasp er.JasperExcept ion: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source file
... -
pattern matching
I have tried the following code:
[code=perl]
#! /usr/bin/perl
use Switch;
$i=0;
open(FILE,"$ARG V[0]") || die "cannot open file";
@lines = <FILE>;
close(FILE);
open(wfile,">$A RGV[1]");
while ($lines[$i]) {
$line = $lines[$i];
if ( ($line =~ m/(^\w+)(\s+)(\() (\))/)
|| ($line =~ m/(^\w+)(\s+)(\() (\s+)(\))/)
... -
thanks , a lot ..........
I got the solution .it has to be done by file handling .Leave a comment:
-
sir,
actually I am new to perl script.i have made a shell script:
then i have made a perl program:Code:#!/bin/bash a() { echo "in func f" } b() { echo "in func b" } a b
[CODE=perl]
#!/usr/bin/perl
use warnings;
print `/home/rohit/perl/fun`;
[/CODE]
in this code I am able...Leave a comment:
-
making changes in shell script by perl script
I have to run a shell script by perl script & intert some echo statements in the function calls of the shell script.I am new to both perl 7shell script ,please help........ -
help needed..........
I have to run a shell script from a perl script and where every function is called i have to insert a echo statement.
No activity results to display
Show More
Leave a comment: